Skip to content

Commit 152f0c9

Browse files
committed
chore(deps): update github/codeql-action digest to 489225d
1 parent 6a1c2f8 commit 152f0c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
2828

2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2
30+
uses: github/codeql-action/init@489225d82a57396c6f426a40e66d461b16b3461d # v2
3131
with:
3232
languages: ${{ matrix.language }}
3333
queries: +security-and-quality
3434

3535
- name: Autobuild
36-
uses: github/codeql-action/autobuild@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2
36+
uses: github/codeql-action/autobuild@489225d82a57396c6f426a40e66d461b16b3461d # v2
3737

3838
- name: Perform CodeQL Analysis
39-
uses: github/codeql-action/analyze@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2
39+
uses: github/codeql-action/analyze@489225d82a57396c6f426a40e66d461b16b3461d # v2
4040
with:
4141
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)