File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
- name : Download dependencies
25
25
run : python3 utils/git-sync-deps
26
26
- name : Mount Bazel cache
27
- uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
27
+ uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
28
28
with :
29
29
path : ~/.bazel/cache
30
30
key : bazel-cache-${{ runner.os }}
Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ jobs:
40
40
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
41
41
# format to the repository Actions tab.
42
42
- name : " Upload artifact"
43
- uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1 .0
43
+ uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
44
44
with :
45
45
name : SARIF file
46
46
path : results.sarif
47
47
retention-days : 5
48
48
49
49
# Upload the results to GitHub's code scanning dashboard.
50
50
- name : " Upload to code-scanning"
51
- uses : github/codeql-action/upload-sarif@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
51
+ uses : github/codeql-action/upload-sarif@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
52
52
with :
53
53
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments