We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55668e6 commit a9d5797Copy full SHA for a9d5797
1 file changed
.github/workflows/codeql.yml
@@ -72,7 +72,7 @@ jobs:
72
73
# Initializes the CodeQL tools for scanning.
74
- name: Initialize CodeQL
75
- uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3
+ uses: github/codeql-action/init@29b1f65c1f735799893313399435a59f54045865 # v3
76
with:
77
languages: ${{ matrix.language }}
78
build-mode: ${{ matrix.build-mode }}
@@ -101,6 +101,6 @@ jobs:
101
exit 1
102
103
- name: Perform CodeQL Analysis
104
- uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3
+ uses: github/codeql-action/analyze@29b1f65c1f735799893313399435a59f54045865 # v3
105
106
category: "/language:${{matrix.language}}"
0 commit comments