Skip to content

Commit fe9a6ac

Browse files
committed
Merge remote-tracking branch 'upstream/trunk' into trunk
2 parents 1908809 + e30ce04 commit fe9a6ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# Initializes the CodeQL tools for scanning.
4242
- name: Initialize CodeQL
43-
uses: github/codeql-action/init@v3
43+
uses: github/codeql-action/init@v4
4444
with:
4545
languages: ${{ matrix.language }}
4646
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,4 +53,4 @@ jobs:
5353
make yash
5454
5555
- name: Perform CodeQL Analysis
56-
uses: github/codeql-action/analyze@v3
56+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)