Skip to content

Commit 1aaafff

Browse files
authored
Merge pull request #1381 from InsightSoftwareConsortium/dependabot/github_actions/github-actions-7e9561557e
build(deps): bump the github-actions group with 3 updates
2 parents d7f5f33 + 8ed9534 commit 1aaafff

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626

2727
- name: Set up Python
28-
uses: actions/setup-python@v5.5.0
28+
uses: actions/setup-python@v5.6.0
2929
with:
3030
python-version: '3.11'
3131

@@ -94,7 +94,7 @@ jobs:
9494
done
9595
9696
- name: Set up Python
97-
uses: actions/setup-python@v5.5.0
97+
uses: actions/setup-python@v5.6.0
9898
with:
9999
python-version: '3.11'
100100

.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/setup-pixi@v0.8.4
20+
- uses: prefix-dev/setup-pixi@v0.8.8
2121

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

.github/workflows/python-wasm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
- name: Checkout
3232
uses: actions/checkout@v4
3333

34-
- uses: prefix-dev/setup-pixi@v0.8.4
34+
- uses: prefix-dev/setup-pixi@v0.8.8
3535

3636
- name: Set up Python ${{ env.python-version }}
37-
uses: actions/setup-python@v5.5.0
37+
uses: actions/setup-python@v5.6.0
3838
with:
3939
python-version: ${{ env.python-version }}
4040

.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@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
68+
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
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/setup-pixi@v0.8.4
22+
- uses: prefix-dev/setup-pixi@v0.8.8
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/setup-pixi@v0.8.4
69+
- uses: prefix-dev/setup-pixi@v0.8.8
7070
- run: pixi run export-itk-wasm-env-vars
7171

7272
- name: Free Disk Space (Ubuntu)

0 commit comments

Comments
 (0)