Skip to content

Commit

Permalink
build(deps): bump github/codeql-action from 3.26.6 to 3.27.0 (#838)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent fc0e855 commit 318a85d
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/init@v3.26.6
uses: github/codeql-action/init@v3.27.0
with:
languages: javascript
queries: security-and-quality

- name: Analyze
uses: github/codeql-action/analyze@v3.26.6
uses: github/codeql-action/analyze@v3.27.0

build:
name: Build & Test
Expand Down

0 comments on commit 318a85d

Please sign in to comment.