Skip to content

Commit 058d8b3

Browse files
authored
Merge pull request #25 from permafrost-dev/dependabot/github_actions/github/codeql-action-4
Bump github/codeql-action from 3 to 4
2 parents b97ea20 + 0f5dda3 commit 058d8b3

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
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v4
3838

3939
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@v3
40+
uses: github/codeql-action/init@v4
4141
with:
4242
languages: go
4343
build-mode: autobuild
@@ -46,6 +46,6 @@ jobs:
4646
# packs: codeql/go-all
4747

4848
- name: Perform CodeQL Analysis
49-
uses: github/codeql-action/analyze@v3
49+
uses: github/codeql-action/analyze@v4
5050
with:
5151
category: "/language:go"

0 commit comments

Comments
 (0)