Skip to content

Commit

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

---
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 devpow112 committed Dec 3, 2022
1 parent dae18d2 commit f4af15d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.1.0
- name: Set up CodeQL
uses: github/codeql-action/init@v2.1.34
uses: github/codeql-action/init@v2.1.35
with:
languages: javascript
config-file: .github/codeql.yml
- name: Run analysis
uses: github/codeql-action/analyze@v2.1.34
uses: github/codeql-action/analyze@v2.1.35

0 comments on commit f4af15d

Please sign in to comment.