Skip to content

Commit 915eee3

Browse files
angular-robotAndrewKushnir
authored andcommitted
build: update all github actions to v6
See associated pull request for more information.
1 parent aabf719 commit 915eee3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
ASPECT_RULES_JS_FROZEN_PNPM_LOCK: '1'
8787
- name: Upload GRPC logs (for debugging of RBE issues)
8888
if: always()
89-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
89+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
9090
with:
9191
path: /tmp/rbe-grpc.log
9292
retention-days: 1

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
# Upload the results as artifacts.
4141
- name: 'Upload artifact'
42-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
42+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4343
with:
4444
name: SARIF file
4545
path: results.sarif

0 commit comments

Comments
 (0)