Skip to content

Commit d607034

Browse files
Update github/codeql-action action to v4
1 parent 7606dfa commit d607034

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
@@ -26,15 +26,15 @@ jobs:
2626
show-progress: false
2727

2828
- name: Initialize CodeQL 🛠️
29-
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
29+
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
3030
with:
3131
queries: security-and-quality
3232
languages: ${{ matrix.language }}
3333

3434
- name: Autobuild 📦
35-
uses: github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
35+
uses: github/codeql-action/autobuild@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
3636

3737
- name: Perform CodeQL Analysis 🧪
38-
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
38+
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
3939
with:
4040
category: '/language:${{matrix.language}}'

0 commit comments

Comments
 (0)