Skip to content

Commit fbe348b

Browse files
ci: update action github/codeql-action from e46ed2c to 8aad20d
1 parent 0d3610e commit fbe348b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
persist-credentials: false
5151

5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
53+
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
5454
with:
5555
languages: ${{ matrix.language }}
5656
build-mode: ${{ matrix.build-mode }}
5757

5858
- name: Perform CodeQL Analysis
59-
uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
59+
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
6060
with:
6161
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)