Skip to content

Commit 59af8eb

Browse files
committed
security: Pin Github Actions
1 parent 46f9b06 commit 59af8eb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626

2727
- name: Setup .NET SDK ${{ env.DOTNET_VERSION }}
28-
uses: actions/setup-dotnet@v4
28+
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
2929
with:
3030
dotnet-version: ${{ env.DOTNET_VERSION }}
3131

3232
- name: Cache NuGet packages
33-
uses: actions/cache@v3
33+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3434
with:
3535
path: ~/.nuget/packages
3636
key: ${{ runner.os }}-nuget
@@ -41,7 +41,7 @@ jobs:
4141
run: dotnet publish ShockOsc/ShockOsc.csproj -c Release -o ./publish/
4242

4343
- name: Upload ShockOSC artifacts
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4545
with:
4646
name: ShockOsc
4747
path: publish/*

0 commit comments

Comments
 (0)