Skip to content

Commit bf0b143

Browse files
authored
Merge pull request #267 from tschoonj/dependabot/github_actions/github/codeql-action-3.30.3
Bump github/codeql-action from 3.29.11 to 3.30.3
2 parents 8eb7b18 + 8a21a19 commit bf0b143

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
./configure
4040
4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@v3.29.11
42+
uses: github/codeql-action/init@v3.30.3
4343
with:
4444
languages: ${{ matrix.language }}
4545
queries: +security-and-quality
4646

4747
- name: Autobuild
48-
uses: github/codeql-action/autobuild@v3.29.11
48+
uses: github/codeql-action/autobuild@v3.30.3
4949
if: ${{ matrix.language == 'python' }}
5050

5151
- name: Build cpp
@@ -65,6 +65,6 @@ jobs:
6565
make check TESTS=
6666
6767
- name: Perform CodeQL Analysis
68-
uses: github/codeql-action/analyze@v3.29.11
68+
uses: github/codeql-action/analyze@v3.30.3
6969
with:
7070
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)