Skip to content

Commit 5cb04e3

Browse files
committed
Update coverity.yml to actions/checkout@v3
1 parent d81a299 commit 5cb04e3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/coverity.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ permissions:
99

1010
jobs:
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: |
@@ -22,7 +21,7 @@ jobs:
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
@@ -35,7 +34,7 @@ jobs:
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 \

0 commit comments

Comments
 (0)