Skip to content

Commit f2ba3ca

Browse files
authored
chore: Update and pin all GHA actions
1 parent 3a08547 commit f2ba3ca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
run: "echo head_ref: ${{ github.head_ref }}, ref: ${{ github.ref }}, os: ${{ matrix.os }}"
2828

2929
- name: Checkout repository
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3131

3232
- name: Setup .NET
33-
uses: actions/setup-dotnet@v4
33+
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
3434
with:
3535
dotnet-version: 8
3636

@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Upload test failure
4848
if: ${{ failure() }}
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
5050
with:
5151
name: test-fail-${{ matrix.os }}
5252
path: tests/TestResults

0 commit comments

Comments
 (0)