URL: http://github.com/angular/angular/commit/915eee3abd4d4e7c81b7fa667783bf5b552edef7
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabf719 commit 915eee3Copy full SHA for 915eee3
2 files changed
.github/workflows/pr.yml
@@ -86,7 +86,7 @@ jobs:
86
ASPECT_RULES_JS_FROZEN_PNPM_LOCK: '1'
87
- name: Upload GRPC logs (for debugging of RBE issues)
88
if: always()
89
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
90
with:
91
path: /tmp/rbe-grpc.log
92
retention-days: 1
.github/workflows/scorecard.yml
@@ -39,7 +39,7 @@ jobs:
39
40
# Upload the results as artifacts.
41
- name: 'Upload artifact'
42
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
43
44
name: SARIF file
45
path: results.sarif
0 commit comments