Skip to content

Commit 6141429

Browse files
⬆️ Update github/codeql-action action to v4.36.3
1 parent 94b333f commit 6141429

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v4.36.2
55+
uses: github/codeql-action/init@v4.36.3
5656
with:
5757
languages: ${{ matrix.language }}
5858
build-mode: ${{ matrix.build-mode }}
@@ -67,6 +67,6 @@ jobs:
6767
exit 1
6868
6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@v4.36.2
70+
uses: github/codeql-action/analyze@v4.36.3
7171
with:
7272
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)