File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,12 +11,10 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Run Infer#
14- uses : microsoft/infersharpaction@v1.2.1
14+ uses : microsoft/infersharpaction@v1.5
1515 id : runinfersharp
16- with :
17- binary-path : ' src/'
1816
1917 - name : Upload SARIF output to GitHub Security Center
20- uses : github/codeql-action/upload-sarif@v1
18+ uses : github/codeql-action/upload-sarif@v2
2119 with :
22- sarif_file : infer-out/report.sarif
20+ sarif_file : infer-out/report.sarif
Original file line number Diff line number Diff line change 1616 steps :
1717
1818 - name : Checkout repo
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v4
2020
2121 - name : Check format
2222 run : dotnet format --severity error --verify-no-changes -v q
2929
3030 # Checkout the repo
3131 - name : Checkout repo
32- uses : actions/checkout@v2
32+ uses : actions/checkout@v4
3333
3434 # Setup .NET
3535 - name : Setup .NET ${{ env.DOTNET_VERSION }}
6060
6161 # Upload nupkg to build artifacts
6262 - name : Upload Artifact
63- uses : actions/upload-artifact@v2
63+ uses : actions/upload-artifact@v4
6464 with :
6565 name : ${{ env.PACKAGE_ID }}
6666 path : ${{ env.NUPKG_PATH }}
Original file line number Diff line number Diff line change 1818 steps :
1919
2020 - name : Checkout repo
21- uses : actions/checkout@v2
21+ uses : actions/checkout@v4
2222
2323 # Install tag to version
2424 - name : Install tag to version tool
5555
5656 # Upload nupkg to build artifacts
5757 - name : Upload Artifact
58- uses : actions/upload-artifact@v2
58+ uses : actions/upload-artifact@v4
5959 with :
6060 name : ${{ env.PACKAGE_ID }}
6161 path : ${{ env.NUPKG_PATH }}
You can’t perform that action at this time.
0 commit comments