Skip to content

Commit 89f9c95

Browse files
authored
Merge pull request #5 from infraspecdev/dependabot/github_actions/dot-github/workflows/github/codeql-action-3
Bump github/codeql-action from 2 to 3 in /.github/workflows
2 parents 1e47bbf + ff657f4 commit 89f9c95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
run: npm audit --audit-level=high
3333

3434
- name: CodeQL Initialize
35-
uses: github/codeql-action/init@v2
35+
uses: github/codeql-action/init@v3
3636
with:
3737
languages: javascript
3838

3939
- name: CodeQL Analysis
40-
uses: github/codeql-action/analyze@v2
40+
uses: github/codeql-action/analyze@v3
4141

4242
dependency-review:
4343
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)