Skip to content

Commit

Permalink
Merge pull request #272 from sebgroup/dependabot/github_actions/githu…
Browse files Browse the repository at this point in the history
…b/codeql-action-3

chore(deps): bump github/codeql-action from 2 to 3
  • Loading branch information
Alexander Czigler authored Dec 14, 2023
2 parents 59e396d + 453dfcf commit b49ae04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: javascript

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: javascript

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

licenses:
name: Check licenses
Expand Down

0 comments on commit b49ae04

Please sign in to comment.