File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
steps :
12
12
# It would be nice to factorize path and key.
13
13
- if : inputs.mode == 'restore'
14
- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
14
+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
15
15
with :
16
16
path : |
17
17
~/.cargo/bin/
23
23
key : ${{ hashFiles('rust-toolchain.toml', 'scripts/wrapper.sh') }}
24
24
- if : inputs.mode == 'save'
25
25
id : cache
26
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
26
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
27
27
with :
28
28
path : |
29
29
~/.cargo/bin/
Original file line number Diff line number Diff line change 18
18
path : footprint-push.toml
19
19
- if : github.event_name == 'pull_request'
20
20
id : main-run
21
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
21
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
22
22
with :
23
23
script : |
24
24
const { data } = await github.rest.actions.listWorkflowRuns({
Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22
22
with :
23
23
persist-credentials : false
24
- - uses : ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
24
+ - uses : ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
25
25
with :
26
26
results_file : results.sarif
27
27
results_format : sarif
31
31
name : SARIF file
32
32
path : results.sarif
33
33
retention-days : 5
34
- - uses : github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
34
+ - uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
35
35
with :
36
36
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments