Skip to content

Commit

Permalink
ci(deps): bump github/codeql-action from 2 to 3 (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 18, 2023
1 parent 20e5b94 commit 875813e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-schedule.yml
Expand Up @@ -16,9 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v2
- uses: github/codeql-action/init@v3
with:
languages: javascript
# See https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
config-file: ./.github/codeql/codeql-config.yml
- uses: github/codeql-action/analyze@v2
- uses: github/codeql-action/analyze@v3

0 comments on commit 875813e

Please sign in to comment.