Skip to content

Commit

Permalink
Bump github/codeql-action from 3.27.0 to 3.27.1 (#99)
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.0 to 3.27.1.
- [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.27.0...v3.27.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent a323c6e commit 1fdde66
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 @@ -52,13 +52,13 @@ jobs:
repository: ${{github.event.pull_request.head.repo.full_name}}

- name: Setup CodeQL
uses: github/codeql-action/[email protected].0
uses: github/codeql-action/[email protected].1
with:
languages: javascript
queries: security-and-quality

- name: Analyze
uses: github/codeql-action/[email protected].0
uses: github/codeql-action/[email protected].1

build:
name: Build
Expand Down

0 comments on commit 1fdde66

Please sign in to comment.