Skip to content

Commit d055ec1

Browse files
committed
Pin dependency-audit workflow dependencies
Signed-off-by: Ari Sulistiono <admin@arisulistiono.com>
1 parent 7247461 commit d055ec1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/dependency-review.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ env:
1818
jobs:
1919
nuget-audit:
2020
name: NuGet vulnerability audit
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-24.04
2222
timeout-minutes: 8
2323

2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2727

2828
- name: Setup .NET
29-
uses: actions/setup-dotnet@v5
29+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5
3030
with:
31-
dotnet-version: 8.0.x
31+
dotnet-version: 8.0.4xx
3232

3333
- name: Run high/critical vulnerability audit
3434
id: nuget-audit
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Upload audit evidence
4545
if: always()
46-
uses: actions/upload-artifact@v7
46+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
4747
with:
4848
name: nuget-audit-${{ github.run_id }}
4949
path: nuget-audit.log
@@ -59,7 +59,7 @@ jobs:
5959
6060
github-dependency-review:
6161
name: GitHub dependency delta review
62-
runs-on: ubuntu-latest
62+
runs-on: ubuntu-24.04
6363
timeout-minutes: 6
6464

6565
steps:

0 commit comments

Comments
 (0)