Skip to content

Commit db4985c

Browse files
authored
Merge pull request #1437 from InsightSoftwareConsortium/dependabot/github_actions/github-actions-c5d9ca7831
build(deps): bump the github-actions group with 2 updates
2 parents cd81bb3 + 1a85bb5 commit db4985c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- uses: prefix-dev/[email protected].10
20+
- uses: prefix-dev/[email protected].14
2121

2222
- name: Build and Test ITK-Wasm
2323
run: |

.github/workflows/python-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Checkout
3232
uses: actions/checkout@v4
3333

34-
- uses: prefix-dev/[email protected].10
34+
- uses: prefix-dev/[email protected].14
3535

3636
- name: Set up Python ${{ env.python-version }}
3737
uses: actions/[email protected]

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
# Upload the results to GitHub's code scanning dashboard (optional).
6666
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
6767
- name: "Upload to code-scanning"
68-
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
68+
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
6969
with:
7070
sarif_file: results.sarif

.github/workflows/toolchains.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121

22-
- uses: prefix-dev/[email protected].10
22+
- uses: prefix-dev/[email protected].14
2323
- run: pixi run export-itk-wasm-env-vars
2424

2525
- name: Free Disk Space (Ubuntu)
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@v4
6868

69-
- uses: prefix-dev/[email protected].10
69+
- uses: prefix-dev/[email protected].14
7070
- run: pixi run export-itk-wasm-env-vars
7171

7272
- name: Free Disk Space (Ubuntu)

0 commit comments

Comments
 (0)