Skip to content

Commit 5b4fc8e

Browse files
committed
ci(deps): update github/codeql-action action to v3.29.11
1 parent deef604 commit 5b4fc8e

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
@@ -36,12 +36,12 @@ jobs:
3636

3737
# Initializes the CodeQL tools for scanning.
3838
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
39+
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
4040
with:
4141
build-mode: ${{ matrix.language == 'go' && 'autobuild' || '' }}
4242
languages: ${{ matrix.language }}
4343

4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
45+
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
4646
with:
4747
category: '/language:${{matrix.language}}'

0 commit comments

Comments
 (0)