Skip to content

Commit 4a3fb52

Browse files
chore(deps): update github/codeql-action digest to a09933a
1 parent da0d8dd commit 4a3fb52

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@5b6282e01c62d02e720b81eb8a51204f527c3624 # v2
30+
uses: github/codeql-action/init@a09933a12a80f87b87005513f0abb1494c27a716 # v2
3131
with:
3232
languages: ${{ matrix.language }}
3333
queries: +security-and-quality
3434

3535
- name: Autobuild
36-
uses: github/codeql-action/autobuild@5b6282e01c62d02e720b81eb8a51204f527c3624 # v2
36+
uses: github/codeql-action/autobuild@a09933a12a80f87b87005513f0abb1494c27a716 # v2
3737

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

0 commit comments

Comments
 (0)