Skip to content

Commit

Permalink
GitHub-Actions: Bump github/codeql-action from 1 to 3
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v1...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 28, 2024
1 parent d5bf94b commit 68d3f9b
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 68d3f9b

Please sign in to comment.