Skip to content

Commit 98fcbc3

Browse files
Update github/codeql-action digest to 489225d (mrdoob#26442)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 94a033b commit 98fcbc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-code-scanning.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ jobs:
3030

3131
# Initializes the CodeQL tools for scanning.
3232
- name: Initialize CodeQL
33-
uses: github/codeql-action/init@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2
33+
uses: github/codeql-action/init@489225d82a57396c6f426a40e66d461b16b3461d # v2
3434
with:
3535
languages: ${{ matrix.language }}
3636
config-file: ./.github/codeql-config.yml
3737
queries: security-and-quality
3838

3939
- name: Autobuild
40-
uses: github/codeql-action/autobuild@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2
40+
uses: github/codeql-action/autobuild@489225d82a57396c6f426a40e66d461b16b3461d # v2
4141

4242
- name: Perform CodeQL Analysis
43-
uses: github/codeql-action/analyze@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2
43+
uses: github/codeql-action/analyze@489225d82a57396c6f426a40e66d461b16b3461d # v2
4444
with:
4545
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)