summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hromatka <tom.hromatka@oracle.com>2023-02-02 09:19:36 -0700
committerTom Hromatka <tom.hromatka@oracle.com>2023-02-02 09:19:36 -0700
commitdd2839c2eb082dbc4c8f332a79404180b1a4d374 (patch)
treebb483209140f14eb99e0ed9785baa7a50e90f721
parent3d65e3eaaeb166ffac3e023e846ef526407c43d3 (diff)
downloadlibseccomp-dd2839c2eb082dbc4c8f332a79404180b1a4d374.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