Skip to content

Commit 7b21183

Browse files
authored
Merge pull request #336 from fastfloat/dependabot/github_actions/github-actions-625a8519cf
Bump the github-actions group across 1 directory with 4 updates
2 parents e77e2bc + 8ac7279 commit 7b21183

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cifuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
fuzz-seconds: 300
2121
output-sarif: true
2222
- name: Upload Crash
23-
uses: actions/upload-artifact@v4
23+
uses: actions/upload-artifact@v5
2424
if: failure() && steps.build.outcome == 'success'
2525
with:
2626
name: artifacts
2727
path: ./out/artifacts
2828
- name: Upload Sarif
2929
if: always() && steps.build.outcome == 'success'
30-
uses: github/codeql-action/upload-sarif@v3
30+
uses: github/codeql-action/upload-sarif@v4
3131
with:
3232
# Path to SARIF file relative to the root of the repository
3333
sarif_file: cifuzz-sarif/results.sarif

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
8-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
8+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
99
- uses: mymindstorm/setup-emsdk@6ab9eb1bda2574c4ddb79809fc9247783eaf9021 # v14
1010
- name: Verify
1111
run: emcc -v

.github/workflows/risc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-24.04
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010
- name: Install packages
1111
run: |
1212
sudo apt-get update -q -y

0 commit comments

Comments
 (0)