Skip to content

Commit 9434d21

Browse files
renovate[bot]alexanderkiel
authored andcommitted
chore(deps): update actions/upload-artifact digest to b4b15b8
1 parent 2f0f054 commit 9434d21

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: make validate
6666

6767
- name: Upload Profiles
68-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
68+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
6969
with:
7070
name: job-ig-profiles
7171
path: job-ig/fsh-generated/resources/*.json
@@ -167,7 +167,7 @@ jobs:
167167

168168
- name: Upload Coverage Report
169169
if: ${{ matrix.java-version == '21' && matrix.module != 'db' && matrix.module != 'jepsen' }}
170-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
170+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
171171
with:
172172
name: coverage-report-${{ matrix.module }}
173173
path: modules/${{ matrix.module }}/target/coverage/codecov.json
@@ -208,7 +208,7 @@ jobs:
208208
run: make -C modules/db test-coverage
209209

210210
- name: Upload Coverage Report
211-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
211+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
212212
with:
213213
name: coverage-report-db
214214
path: modules/db/target/coverage/codecov.json
@@ -305,7 +305,7 @@ jobs:
305305
run: make uberjar
306306

307307
- name: Upload Blaze Uberjar
308-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
308+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
309309
with:
310310
name: blaze-uberjar
311311
path: target/blaze-*-standalone.jar
@@ -321,7 +321,7 @@ jobs:
321321
outputs: type=docker,dest=/tmp/blaze.tar
322322

323323
- name: Upload Blaze Image
324-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
324+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
325325
with:
326326
name: blaze-image
327327
path: /tmp/blaze.tar
@@ -352,7 +352,7 @@ jobs:
352352
outputs: type=docker,dest=/tmp/blaze-frontend.tar
353353

354354
- name: Upload Blaze Image
355-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
355+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
356356
with:
357357
name: blaze-frontend-image
358358
path: /tmp/blaze-frontend.tar
@@ -1744,7 +1744,7 @@ jobs:
17441744
- name: Run Playwright Tests
17451745
run: make -C modules/frontend-e2e test
17461746

1747-
- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
1747+
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
17481748
with:
17491749
name: playwright-report
17501750
path: modules/frontend-e2e/playwright-report/

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5353
# format to the repository Actions tab.
5454
- name: "Upload artifact"
55-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
55+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
5656
with:
5757
name: SARIF file
5858
path: results.sarif

0 commit comments

Comments
 (0)