Skip to content

Commit 0f38959

Browse files
Update github/codeql-action action to v4
1 parent 49da73d commit 0f38959

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@c3d42c5d08633d8b33635fbd94b000a0e2585b3c # v3.31.4
29+
uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
3030
with:
3131
queries: security-and-quality
3232
languages: ${{ matrix.language }}
3333

3434
- name: Autobuild 📦
35-
uses: github/codeql-action/autobuild@c3d42c5d08633d8b33635fbd94b000a0e2585b3c # v3.31.4
35+
uses: github/codeql-action/autobuild@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
3636

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

0 commit comments

Comments
 (0)