Skip to content

Commit 5b7acc5

Browse files
build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 (#3474)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@0b7f8ab...a8a3f3a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4fbdab commit 5b7acc5

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
PLATFORM_CONFIG_LOCATION: AdoptOpenJDK/openjdk-build/master/build-farm/platform-specific-configurations
7979
BUILD_ARGS: --create-sbom
8080

81-
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
81+
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
8282
name: Collect and Archive Artifacts
8383
with:
8484
name: ${{matrix.version}}-${{matrix.os}}-${{matrix.variant}}
@@ -100,7 +100,7 @@ jobs:
100100
vendor_testRepos: "${{ github.event.pull_request.head.repo.html_url }}.git"
101101
vendor_testBranches: "${{ github.head_ref }}"
102102
vendor_testDirs: "/test/functional"
103-
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
103+
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
104104
name: Collect and Archive SmokeTest Results
105105
if: failure()
106106
with:
@@ -157,7 +157,7 @@ jobs:
157157
FILENAME: OpenJDK.tar.gz
158158
JDK7_BOOT_DIR: ${{ steps.setup-java.outputs.path }}
159159

160-
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
160+
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
161161
name: Collect and Archive Artifacts
162162
with:
163163
name: ${{matrix.version}}-${{matrix.os}}-${{matrix.variant}}
@@ -180,7 +180,7 @@ jobs:
180180
vendor_testRepos: "${{ github.event.pull_request.head.repo.html_url }}.git"
181181
vendor_testBranches: "${{ github.head_ref }}"
182182
vendor_testDirs: "/test/functional"
183-
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
183+
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
184184
name: Collect and Archive SmokeTest Results
185185
if: failure()
186186
with:
@@ -352,7 +352,7 @@ jobs:
352352
FILENAME: OpenJDK.zip
353353
BUILD_ARGS: --create-sbom
354354

355-
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
355+
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
356356
name: Collect and Archive Artifacts
357357
with:
358358
name: ${{matrix.version}}-${{matrix.os}}-${{matrix.variant}}
@@ -385,7 +385,7 @@ jobs:
385385
vendor_testRepos: "${{ github.event.pull_request.head.repo.html_url }}.git"
386386
vendor_testBranches: "${{ github.head_ref }}"
387387
vendor_testDirs: "/test/functional"
388-
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
388+
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
389389
name: Collect and Archive SmokeTest Results
390390
if: failure()
391391
with:

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
results_file: results.sarif
2929
results_format: sarif
3030
publish_results: true
31-
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
31+
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
3232
with:
3333
name: SARIF file
3434
path: results.sarif

.github/workflows/signsbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
ant -noinput -buildfile cyclonedx-lib/build.xml runSignAndVerifySBOM
4343
44-
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
44+
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
4545
name: Collect and Archive TemurinSignSBOM Artifacts
4646
with:
4747
name: testSBOM

.github/workflows/testsbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Run TemurinGenSBOM Unit test
4040
run: |
4141
ant -noinput -buildfile cyclonedx-lib/build.xml run
42-
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
42+
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
4343
name: Collect and Archive TemurinGenSBOM Artifacts
4444
with:
4545
name: testSBOM

0 commit comments

Comments
 (0)