Skip to content

Commit 4ea9c1a

Browse files
authored
Merge pull request #1897 from containers/dependabot/github_actions/github/codeql-action-4
build(deps): bump github/codeql-action from 3 to 4
2 parents 64611d7 + 65532fc commit 4ea9c1a

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
@@ -29,7 +29,7 @@ jobs:
2929

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

@@ -41,4 +41,4 @@ jobs:
4141
make -j $(nproc)
4242
4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@v3
44+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)