Skip to content

Commit 26a30b1

Browse files
authored
Merge pull request #78 from essentialkaos/dependabot/github_actions/develop/github/codeql-action-2
Bump github/codeql-action from 1 to 2
2 parents c9f7402 + 57c5223 commit 26a30b1

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@v1
28+
uses: github/codeql-action/init@v2
2929
with:
3030
languages: go
3131

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

0 commit comments

Comments
 (0)