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 34b3b7d commit d3fc8daCopy full SHA for d3fc8da
1 file changed
.github/workflows/codeql-analysis.yml
@@ -71,7 +71,7 @@ jobs:
71
72
# Initializes the CodeQL tools for scanning.
73
- name: Initialize CodeQL
74
- uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4
+ uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4
75
with:
76
config-file: ./.github/codeql/codeql-config.yml
77
languages: ${{ matrix.language }}
@@ -100,6 +100,6 @@ jobs:
100
exit 1
101
102
- name: Perform CodeQL Analysis
103
- uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4
+ uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4
104
105
category: '/language:${{matrix.language}}'
0 commit comments