summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hromatka <tom.hromatka@oracle.com>2023-02-02 09:04:21 -0700
committerTom Hromatka <tom.hromatka@oracle.com>2023-02-02 09:04:21 -0700
commit3dd65482defc4c43d5804f493feb727c1a1d8947 (patch)
tree68c941d9505632e83208ebe58b7fa9c43c11b309
parent17e873051e1848ecb4723cabe5ad280bf543f0e0 (diff)
downloadlibseccomp-3dd65482defc4c43d5804f493feb727c1a1d8947.tar.gz
github: Update to the latest codeql actions
Update the codeql github actions to the latest versions. This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/ Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
-rw-r--r--.github/workflows/codeql-analysis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 4cf0e53..2f28a2a 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -28,10 +28,10 @@ jobs:
- name: Initialize libseccomp
uses: ./.github/actions/setup
- 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