Skip to content

Commit

Permalink
build(deps): bump github/codeql-action from 3.26.2 to 3.26.3
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.2 to 3.26.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@v3.26.2...v3.26.3)

---
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] committed Aug 20, 2024
1 parent f31ccda commit 411de2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Setup CodeQL
uses: github/codeql-action/init@v3.26.2
uses: github/codeql-action/init@v3.26.3
with:
languages: javascript
queries: security-and-quality

- name: Analyze
uses: github/codeql-action/analyze@v3.26.2
uses: github/codeql-action/analyze@v3.26.3

build:
name: Build & Test
Expand Down

0 comments on commit 411de2b

Please sign in to comment.