Skip to content

Commit

Permalink
Merge pull request #599 from shivammathur/dependabot/github_actions/g…
Browse files Browse the repository at this point in the history
…ithub/codeql-action-2

Bump github/codeql-action from 1 to 2
  • Loading branch information
shivammathur committed May 26, 2022
2 parents 203099e + 68ba5ba commit 88e54b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Expand Up @@ -20,13 +20,13 @@ jobs:
fetch-depth: 2

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
config-file: ./.github/codeql/codeql-configuration.yml
languages: javascript

- 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 88e54b1

Please sign in to comment.