Skip to content

Commit

Permalink
chore: bump github/codeql-action from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 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@v2...v3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 28, 2024
1 parent f363d96 commit 94957e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Lint project
run: yarn lint -f @microsoft/eslint-formatter-sarif -o eslint.sarif
- name: Upload linter SARIF file
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: eslint.sarif

Expand All @@ -85,7 +85,7 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: javascript
- name: Setup NodeJS
Expand All @@ -97,7 +97,7 @@ jobs:
- name: Build projects
run: yarn build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

automerge:
name: 'Merge Dependabot updates'
Expand Down

0 comments on commit 94957e1

Please sign in to comment.