Skip to content

Commit

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

GitHub-Actions: Bump github/codeql-action from 1 to 3
  • Loading branch information
johntalton committed Mar 28, 2024
2 parents d5bf94b + 68d3f9b commit c6ed5cd
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@v4
- uses: github/codeql-action/init@v1
- uses: github/codeql-action/init@v3
with:
languages: javascript
config-file: ./.github/codeql-config.yml

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

0 comments on commit c6ed5cd

Please sign in to comment.