Skip to content

Commit

Permalink
Merge pull request #203 from johntalton/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub/codeql-action-2

GitHub-Actions: Bump github/codeql-action from 1 to 2
  • Loading branch information
johntalton authored Dec 21, 2023
2 parents fe7614e + e675ff1 commit 5e03aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ANALYSIS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: github/codeql-action/init@v1
- uses: github/codeql-action/init@v2
with:
languages: javascript
config-file: ./.github/codeql-config.yml

- uses: github/codeql-action/analyze@v1
- uses: github/codeql-action/analyze@v2

0 comments on commit 5e03aff

Please sign in to comment.