Skip to content

Commit 10fa135

Browse files
authored
Merge pull request #708 from European-XFEL/dependabot/github_actions/actions-1893dd32ff
build(deps): bump github/codeql-action from 3 to 4 in the actions group
2 parents c14e601 + 94bb902 commit 10fa135

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
@@ -27,12 +27,12 @@ jobs:
2727
uses: actions/checkout@v6
2828

2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@v3
30+
uses: github/codeql-action/init@v4
3131
with:
3232
languages: ${{ matrix.language }}
3333
queries: +security-and-quality
3434

3535
- name: Perform CodeQL Analysis
36-
uses: github/codeql-action/analyze@v3
36+
uses: github/codeql-action/analyze@v4
3737
with:
3838
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)