File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818jobs :
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
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
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 :
You can’t perform that action at this time.
0 commit comments