mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
Update CodeQL to version 2.
Version 1 will be deprecated on December 12, so upgrade now to avoid nasty surprises.
This commit is contained in:
parent
2c38c9a56f
commit
be354c4890
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -119,7 +119,7 @@ jobs:
|
||||
run: sudo apt-get install -y --no-install-recommends libyaml-dev
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v1
|
||||
uses: github/codeql-action/init@v2
|
||||
with:
|
||||
languages: ${{matrix.language}}
|
||||
|
||||
@ -127,4 +127,4 @@ jobs:
|
||||
run: ${GITHUB_WORKSPACE?}/src/configure && make -j 2
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v1
|
||||
uses: github/codeql-action/analyze@v2
|
||||
|
Loading…
Reference in New Issue
Block a user