We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3610e commit fbe348bCopy full SHA for fbe348b
1 file changed
.github/workflows/codeql.yaml
@@ -50,12 +50,12 @@ jobs:
50
persist-credentials: false
51
52
- name: Initialize CodeQL
53
- uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
+ uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
54
with:
55
languages: ${{ matrix.language }}
56
build-mode: ${{ matrix.build-mode }}
57
58
- name: Perform CodeQL Analysis
59
- uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
+ uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
60
61
category: "/language:${{matrix.language}}"
0 commit comments