diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 17700bcde..03a8cdf93 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,7 +82,7 @@ jobs: PLATFORM_CONFIG_LOCATION: AdoptOpenJDK/openjdk-build/master/build-farm/platform-specific-configurations BUILD_ARGS: --create-sbom - - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 name: Collect and Archive Artifacts with: name: ${{matrix.version}}-${{matrix.os}}-${{matrix.variant}} @@ -104,7 +104,7 @@ jobs: vendor_testRepos: "${{ github.event.pull_request.head.repo.html_url }}.git" vendor_testBranches: "${{ github.head_ref }}" vendor_testDirs: "/test/functional" - - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 name: Collect and Archive SmokeTest Results if: failure() with: @@ -161,7 +161,7 @@ jobs: FILENAME: OpenJDK.tar.gz JDK7_BOOT_DIR: ${{ steps.setup-java.outputs.path }} - - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 name: Collect and Archive Artifacts with: name: ${{matrix.version}}-${{matrix.os}}-${{matrix.variant}} @@ -184,7 +184,7 @@ jobs: vendor_testRepos: "${{ github.event.pull_request.head.repo.html_url }}.git" vendor_testBranches: "${{ github.head_ref }}" vendor_testDirs: "/test/functional" - - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 name: Collect and Archive SmokeTest Results if: failure() with: @@ -331,7 +331,7 @@ jobs: FILENAME: OpenJDK.zip BUILD_ARGS: --create-sbom - - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 name: Collect and Archive Artifacts with: name: ${{matrix.version}}-${{matrix.os}}-${{matrix.variant}} @@ -364,7 +364,7 @@ jobs: vendor_testRepos: "${{ github.event.pull_request.head.repo.html_url }}.git" vendor_testBranches: "${{ github.head_ref }}" vendor_testDirs: "/test/functional" - - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 name: Collect and Archive SmokeTest Results if: failure() with: diff --git a/.github/workflows/ossf-scorecard.yml b/.github/workflows/ossf-scorecard.yml index 73c96d0ec..726e8713b 100644 --- a/.github/workflows/ossf-scorecard.yml +++ b/.github/workflows/ossf-scorecard.yml @@ -28,7 +28,7 @@ jobs: results_file: results.sarif results_format: sarif publish_results: true - - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/signsbom.yml b/.github/workflows/signsbom.yml index 1b61f09b9..61e4450a8 100644 --- a/.github/workflows/signsbom.yml +++ b/.github/workflows/signsbom.yml @@ -41,7 +41,7 @@ jobs: run: | ant -noinput -buildfile cyclonedx-lib/build.xml runSignAndVerifySBOM - - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 name: Collect and Archive TemurinSignSBOM Artifacts with: name: testSBOM diff --git a/.github/workflows/testsbom.yml b/.github/workflows/testsbom.yml index 361249c77..576a3b61a 100644 --- a/.github/workflows/testsbom.yml +++ b/.github/workflows/testsbom.yml @@ -39,7 +39,7 @@ jobs: - name: Run TemurinGenSBOM Unit test run: | ant -noinput -buildfile cyclonedx-lib/build.xml run - - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 name: Collect and Archive TemurinGenSBOM Artifacts with: name: testSBOM