Skip to content

Commit f0624a4

Browse files
committed
chore: Update GitHub Actions
1 parent 91e39be commit f0624a4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
4747
steps:
4848
- name: Checkout Source
49-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
49+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5050
with:
5151
fetch-depth: 0
5252
fetch-tags: true
5353

5454
- name: Setup .NET 8.0
55-
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5
55+
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5
5656
with:
5757
dotnet-version: 8.0.x
5858

@@ -131,7 +131,7 @@ jobs:
131131

132132
steps:
133133
- name: Checkout Source
134-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
134+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
135135

136136
# Set up working directories/paths consistently
137137
- name: Set Paths (Windows)
@@ -172,7 +172,7 @@ jobs:
172172
173173
# Install the .NET SDK
174174
- name: Setup .NET 8.0
175-
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5
175+
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5
176176
with:
177177
dotnet-version: 8.0.x
178178

@@ -296,7 +296,7 @@ jobs:
296296

297297
# Required for ReportGenerator
298298
- name: Setup .NET SDK
299-
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5
299+
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5
300300
with:
301301
dotnet-version: 8.0.x
302302

@@ -339,7 +339,7 @@ jobs:
339339
- test
340340
steps:
341341
- name: Checkout Source
342-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
342+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
343343
with:
344344
fetch-depth: 0
345345
fetch-tags: true
@@ -384,7 +384,7 @@ jobs:
384384
}
385385
}
386386
- name: Create Draft GitHub Release
387-
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2
387+
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
388388
with:
389389
draft: true
390390
prerelease: ${{ steps.tagversion.outputs.prerelease }}

.github/workflows/powershell-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
pester:
5353
runs-on: ubuntu-latest
5454
steps:
55-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
55+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5656

5757
- name: Restore Powershell Dependencies
5858
shell: pwsh

0 commit comments

Comments
 (0)