File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
BitFaster.Caching.UnitTests.Std Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 security-events : write
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v2
21+ uses : actions/checkout@v4
2222 - name : Run DevSkim scanner
2323 uses : microsoft/DevSkim-Action@v1
2424 - name : Upload DevSkim scan results to GitHub Security tab
25- uses : github/codeql-action/upload-sarif@v2
25+ uses : github/codeql-action/upload-sarif@v3
2626 with :
2727 sarif_file : devskim-results.sarif
Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ jobs:
135135 name : Coveralls Finished
136136 needs : build
137137 runs-on : ubuntu-latest
138+ if : ${{ success() }} # Only run if all build jobs succeed
138139 steps :
139140 - name : Coveralls Finished
140141 uses : coverallsapp/github-action@master
Original file line number Diff line number Diff line change 3131 binary-path : BitFaster.Caching/bin
3232
3333 - name : Upload SARIF output to GitHub Security Center
34- uses : github/codeql-action/upload-sarif@v2
34+ uses : github/codeql-action/upload-sarif@v3
3535 with :
3636 sarif_file : infer-out/report.sarif
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net6.0</TargetFrameworks >
4+ <TargetFrameworks >net6.0;net9.0 </TargetFrameworks >
55 <LangVersion >9.0</LangVersion >
66 </PropertyGroup >
77
You can’t perform that action at this time.
0 commit comments