Skip to content

Commit

Permalink
chore(deps): bump github/codeql-action from 1.0.28 to 1.0.29
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.0.28 to 1.0.29.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@8a4b243...384cfc4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 21, 2022
1 parent 15e5881 commit 2be6701
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Upload lint results
# run if lint failed and only on master/dev branch and pull requests
if: always() && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev' || github.event_name == 'pull_request')
uses: github/codeql-action/upload-sarif@8a4b243fbf9a03a93e93a71c1ec257347041f9c4 # pin@codeql-bundle-20210517
uses: github/codeql-action/upload-sarif@384cfc42b2131df01c009d3d2eed7b78d8e8556e # pin@codeql-bundle-20210517
with:
sarif_file: lint-results.sarif
continue-on-error: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # pin@v2

- name: Initialize CodeQL
uses: github/codeql-action/init@8a4b243fbf9a03a93e93a71c1ec257347041f9c4
uses: github/codeql-action/init@384cfc42b2131df01c009d3d2eed7b78d8e8556e
with:
queries: security-and-quality
languages: javascript

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8a4b243fbf9a03a93e93a71c1ec257347041f9c4
uses: github/codeql-action/analyze@384cfc42b2131df01c009d3d2eed7b78d8e8556e

0 comments on commit 2be6701

Please sign in to comment.