Skip to content

Commit 4871945

Browse files
authored
ci: update pvs
1 parent e309fee commit 4871945

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/static-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
sudo apt install vulkan-sdk
4545
if [[ "$PVS_STUDIO_LICENSE" != "" ]];
4646
then
47-
wget -q https://files.viva64.com/etc/pubkey.txt
47+
wget -q https://files.pvs-studio.com/etc/pubkey.txt
4848
sudo apt-key add pubkey.txt
49-
sudo wget -O /etc/apt/sources.list.d/viva64.list https://files.viva64.com/etc/viva64.list
49+
sudo wget -O /etc/apt/sources.list.d/viva64.list https://files.pvs-studio.com/etc/viva64.list
5050
sudo apt-get update
5151
sudo apt-get install -y pvs-studio
5252
pvs-studio-analyzer credentials -o pvs-studio.lic $PVS_STUDIO_LICENSE
@@ -78,4 +78,4 @@ jobs:
7878
with:
7979
name: pvs-results
8080
path: /home/runner/work/pilotlight/pilotlight/pvs-studio.html
81-
overwrite: true
81+
overwrite: true

0 commit comments

Comments
 (0)