Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
ci(codeql): updated the CodeQL version (#1456)
Browse files Browse the repository at this point in the history
Fix CodeQL scanning version based on this post.
[Code scanning: deprecation of CodeQL Action v1](https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/#exactly-what-do-i-need-to-change)
  • Loading branch information
hustshawn committed Jul 6, 2022
1 parent fe31dc2 commit 421496d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
uses: actions/checkout@v2

- 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 421496d

Please sign in to comment.