We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a08547 commit f2ba3caCopy full SHA for f2ba3ca
1 file changed
.github/workflows/ci.yml
@@ -27,10 +27,10 @@ jobs:
27
run: "echo head_ref: ${{ github.head_ref }}, ref: ${{ github.ref }}, os: ${{ matrix.os }}"
28
29
- name: Checkout repository
30
- uses: actions/checkout@v4
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
31
32
- name: Setup .NET
33
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
34
with:
35
dotnet-version: 8
36
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Upload test failure
48
if: ${{ failure() }}
49
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
50
51
name: test-fail-${{ matrix.os }}
52
path: tests/TestResults
0 commit comments