We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e309fee commit 4871945Copy full SHA for 4871945
1 file changed
.github/workflows/static-analysis.yml
@@ -44,9 +44,9 @@ jobs:
44
sudo apt install vulkan-sdk
45
if [[ "$PVS_STUDIO_LICENSE" != "" ]];
46
then
47
- wget -q https://files.viva64.com/etc/pubkey.txt
+ wget -q https://files.pvs-studio.com/etc/pubkey.txt
48
sudo apt-key add pubkey.txt
49
- sudo wget -O /etc/apt/sources.list.d/viva64.list https://files.viva64.com/etc/viva64.list
+ sudo wget -O /etc/apt/sources.list.d/viva64.list https://files.pvs-studio.com/etc/viva64.list
50
sudo apt-get update
51
sudo apt-get install -y pvs-studio
52
pvs-studio-analyzer credentials -o pvs-studio.lic $PVS_STUDIO_LICENSE
@@ -78,4 +78,4 @@ jobs:
78
with:
79
name: pvs-results
80
path: /home/runner/work/pilotlight/pilotlight/pvs-studio.html
81
- overwrite: true
+ overwrite: true
0 commit comments