File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ jobs:
2323 name : ${{ matrix.job.name }}
2424 runs-on : ${{ matrix.job.os }}
2525 steps :
26- - uses : actions/setup-dotnet@v5.1.0
26+ - uses : actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
2727 with :
2828 dotnet-version : 10.0.102
29- - uses : actions/checkout@v6.0.2
29+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030 with :
3131 fetch-depth : 0
3232 filter : tree:0
3333 persist-credentials : false
3434 - run : ./build
3535 - if : matrix.job.name == 'ubuntu'
36- uses : actions/upload-artifact@v6.0.0
36+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
3737 with :
3838 name : NuGet packages
3939 path : ./artifacts/*.nupkg
Original file line number Diff line number Diff line change 99 infer-sharp :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/setup-dotnet@v5.1.0
12+ - uses : actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
1313 with :
1414 dotnet-version : ' 10.0.102'
15- - uses : actions/checkout@v6.0.2
15+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616 with :
1717 persist-credentials : false
1818 - run : dotnet build
@@ -22,10 +22,10 @@ jobs:
2222 with :
2323 binary-path : ' ./SimpleExec'
2424 - run : cat infer-out/report.txt
25- - uses : actions/upload-artifact@v6.0.0
25+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
2626 with :
2727 name : InferSharp reports
2828 path : infer-out/report.*
29- - uses : github/codeql-action/upload-sarif@v3.23.0
29+ - uses : github/codeql-action/upload-sarif@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
3030 with :
3131 sarif_file : infer-out/report.sarif
Original file line number Diff line number Diff line change 1212 packages : read
1313 statuses : write
1414 steps :
15- - uses : actions/checkout@v6.0.2
15+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616 with :
1717 fetch-depth : 0
1818 filter : tree:0
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 release :
1313 runs-on : ubuntu-24.04-arm
1414 steps :
15- - uses : actions/setup-dotnet@v5.1.0
15+ - uses : actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
1616 with :
1717 dotnet-version : 10.0.102
18- - uses : actions/checkout@v6.0.2
18+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919 with :
2020 persist-credentials : false
2121 - run : ./build pack
Original file line number Diff line number Diff line change 88 spell-check :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v6.0.2
11+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1212 with :
1313 persist-credentials : false
1414 - run : npx cspell@5.2.1 "**/*"
You can’t perform that action at this time.
0 commit comments