File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,10 @@ permissions:
99
1010jobs :
1111 build :
12-
13- runs-on : ubuntu-20.04
12+ runs-on : ubuntu-latest
1413
1514 steps :
16- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v3
1716
1817 - name : Dependencies
1918 run : |
2221
2322 - name : Coverity download
2423 env :
25- COVERITY_TOKEN : ${{ secrets.COVERITY_TOKEN }}
24+ COVERITY_TOKEN : ${{ secrets.COVERITY_TOKEN }}
2625 run : |
2726 mkdir -p cov-analysis-linux64
2827 curl --proto '=https' -fSsL https://scan.coverity.com/download/linux64 --data "token=${COVERITY_TOKEN}&project=NVIDIA%2Fpyxis" | tar xz --strip 1 -C cov-analysis-linux64
3534
3635 - name : Coverity upload
3736 env :
38- COVERITY_TOKEN : ${{ secrets.COVERITY_TOKEN }}
37+ COVERITY_TOKEN : ${{ secrets.COVERITY_TOKEN }}
3938 run : |
4039 curl --form "token=${COVERITY_TOKEN}" \
4140 --form email=fabecassis@nvidia.com \
You can’t perform that action at this time.
0 commit comments