Skip to content

Commit

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

---
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 and pklaschka committed Jun 7, 2022
1 parent 8ea548e commit 51c1ef6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL 📀
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: javascript
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Build library 📦
run: npm run build
- name: Perform CodeQL Analysis 🔬
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2

shift-left-analysis:
# This workflow integrates Scan with GitHub's code scanning feature
Expand Down Expand Up @@ -81,6 +81,6 @@ jobs:
# type: python

- name: Upload report 📤
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: reports

0 comments on commit 51c1ef6

Please sign in to comment.