Skip to content

Commit 45b75b4

Browse files
Update github/codeql-action action to v4
1 parent 6e06787 commit 45b75b4

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@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
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@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
3636

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

0 commit comments

Comments
 (0)