Skip to content

Commit 04d8dfd

Browse files
Bump the all group across 3 directories with 4 updates (#931)
1 parent 5ea63e7 commit 04d8dfd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/actions/ci-cache/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
steps:
1212
# It would be nice to factorize path and key.
1313
- if: inputs.mode == 'restore'
14-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
14+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
1515
with:
1616
path: |
1717
~/.cargo/bin/
@@ -23,7 +23,7 @@ runs:
2323
key: ${{ hashFiles('rust-toolchain.toml', 'scripts/wrapper.sh') }}
2424
- if: inputs.mode == 'save'
2525
id: cache
26-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
26+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2727
with:
2828
path: |
2929
~/.cargo/bin/

.github/actions/ci-footprint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
path: footprint-push.toml
1919
- if: github.event_name == 'pull_request'
2020
id: main-run
21-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
21+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
2222
with:
2323
script: |
2424
const { data } = await github.rest.actions.listWorkflowRuns({

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2222
with:
2323
persist-credentials: false
24-
- uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
24+
- uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
2525
with:
2626
results_file: results.sarif
2727
results_format: sarif
@@ -31,6 +31,6 @@ jobs:
3131
name: SARIF file
3232
path: results.sarif
3333
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
3535
with:
3636
sarif_file: results.sarif

0 commit comments

Comments
 (0)