Skip to content

Commit 0fc729e

Browse files
Open-Source-Botjobs62
authored andcommitted
⬆️ deps(github-actions): update github/codeql-action digest to c10b806
1 parent 1efce09 commit 0fc729e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3030

3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
32+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4
3333
with:
3434
languages: ${{ matrix.language }}
3535
queries: +security-and-quality
3636

3737
- name: Autobuild
38-
uses: github/codeql-action/autobuild@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
38+
uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4
3939

4040
- name: Perform CodeQL Analysis
41-
uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
41+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4
4242
with:
4343
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)