Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
chore(deps): bump github/codeql-action from 1.1.4 to 1.1.5
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@f5d8227...8834766)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rhahao committed Mar 16, 2022
1 parent 7c99f5d commit ed548a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-ql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846

- name: Initialize CodeQL
uses: github/codeql-action/init@f5d822707ee6e8fb81b04a5c0040b736da22e587
uses: github/codeql-action/init@883476649888a9e8e219d5b2e6b789dc024f690c
with:
languages: javascript
queries: security-extended

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@f5d822707ee6e8fb81b04a5c0040b736da22e587
uses: github/codeql-action/analyze@883476649888a9e8e219d5b2e6b789dc024f690c
2 changes: 1 addition & 1 deletion .github/workflows/njsscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
args: '. --sarif --output results.sarif || true'

- name: Upload njsscan report
uses: github/codeql-action/upload-sarif@f5d822707ee6e8fb81b04a5c0040b736da22e587
uses: github/codeql-action/upload-sarif@883476649888a9e8e219d5b2e6b789dc024f690c
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
publish_results: true

- name: 'Upload to code-scanning'
uses: github/codeql-action/upload-sarif@f5d822707ee6e8fb81b04a5c0040b736da22e587
uses: github/codeql-action/upload-sarif@883476649888a9e8e219d5b2e6b789dc024f690c
with:
sarif_file: results.sarif

0 comments on commit ed548a3

Please sign in to comment.