Skip to content

Commit f19461a

Browse files
Update github/codeql-action action to v4
1 parent 7a149e2 commit f19461a

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
@@ -52,7 +52,7 @@ jobs:
5252

5353
# Initializes the CodeQL tools for scanning.
5454
- name: Initialize CodeQL
55-
uses: github/codeql-action/init@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3
55+
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4
5656
with:
5757
languages: ${{ matrix.language }}
5858
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -88,6 +88,6 @@ jobs:
8888
# End of custom build
8989

9090
- name: Perform CodeQL Analysis
91-
uses: github/codeql-action/analyze@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3
91+
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4
9292
with:
9393
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)