Skip to content

Commit ac57c30

Browse files
Bump github/codeql-action action to v4.31.7 (#1777)
| datasource | package | from | to | | ----------- | -------------------- | ------- | ------- | | github-tags | github/codeql-action | v4.31.6 | v4.31.7 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d2dd83 commit ac57c30

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
@@ -37,14 +37,14 @@ jobs:
3737
show-progress: false
3838

3939
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
40+
uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
4141
with:
4242
build-mode: none
4343
languages: ${{ matrix.language }}
4444
queries: security-and-quality
4545

4646
- name: Perform CodeQL Analysis
47-
uses: github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
47+
uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
4848
with:
4949
category: '/language:${{ matrix.language }}'
5050

0 commit comments

Comments
 (0)