Skip to content

Commit

Permalink
github: Update to the latest codeql actions
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
drakenclimber committed Feb 2, 2023
1 parent 3d65e3e commit dd2839c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -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

0 comments on commit dd2839c

Please sign in to comment.