Skip to content

Commit c9d5f70

Browse files
authored
Merge pull request #151 from essentialkaos/dependabot/github_actions/develop/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2 parents bf3da51 + fa70150 commit c9d5f70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
fetch-depth: 2
2626

2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@v2
28+
uses: github/codeql-action/init@v3
2929
with:
3030
languages: go
3131

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

0 commit comments

Comments
 (0)