Skip to content

Commit d3547d8

Browse files
authored
Merge pull request #4 from LSS-Manager/dependabot/github_actions/master/github/codeql-action-4
⬆️(deps): Bump github/codeql-action from 3 to 4
2 parents ed84508 + 64135a5 commit d3547d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525

2626
# Initializes the CodeQL tools for scanning.
2727
- name: 'Initialize CodeQL'
28-
uses: github/codeql-action/init@v3
28+
uses: github/codeql-action/init@v4
2929
with:
3030
languages: ${{ matrix.language }}
3131

3232
- name: 'Perform CodeQL Analysis'
33-
uses: github/codeql-action/analyze@v3
33+
uses: github/codeql-action/analyze@v4
3434
with:
3535
category: '/language:${{matrix.language}}'

0 commit comments

Comments
 (0)