Skip to content

Commit 319ac68

Browse files
Merge pull request #1134 from storaged-project/dependabot/github_actions/github/codeql-action-4
infra: bump github/codeql-action from 3 to 4
2 parents 632959e + 86de2a6 commit 319ac68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Initializes the CodeQL tools for scanning.
3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@v3
31+
uses: github/codeql-action/init@v4
3232
with:
3333
languages: ${{ matrix.language }}
3434

@@ -42,6 +42,6 @@ jobs:
4242
./autogen.sh && ./configure && make -j
4343
4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@v3
45+
uses: github/codeql-action/analyze@v4
4646
with:
4747
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)