mirror of
https://github.com/Hypfer/Valetudo.git
synced 2025-10-26 11:27:27 +00:00
chore: bump GitHub codeql action to v2
This commit is contained in:
parent
00128a038f
commit
643dcc581c
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
@ -36,18 +36,18 @@
|
||||
},
|
||||
{
|
||||
"name": "Initialize CodeQL",
|
||||
"uses": "github/codeql-action/init@v1",
|
||||
"uses": "github/codeql-action/init@v2",
|
||||
"with": {
|
||||
"languages": "${{ matrix.language }}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Autobuild",
|
||||
"uses": "github/codeql-action/autobuild@v1"
|
||||
"uses": "github/codeql-action/autobuild@v2"
|
||||
},
|
||||
{
|
||||
"name": "Perform CodeQL Analysis",
|
||||
"uses": "github/codeql-action/analyze@v1"
|
||||
"uses": "github/codeql-action/analyze@v2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user