Skip to content

Commit

Permalink
Merge pull request #205 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 committed Dec 21, 2023
2 parents d12ea99 + 62c837e commit d2bf6bb
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@v3
- 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 d2bf6bb

Please sign in to comment.