Skip to content

Commit 45efa78

Browse files
committed
ci(security): stabilize codeql and zizmor workflows
1 parent b89f8f2 commit 45efa78

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828
- name: Initialize CodeQL
29-
uses: github/codeql-action/init@3b1a19a80ab047f35cbb237b5bd9bdc1e14f166c # v3
29+
uses: github/codeql-action/init@5c8a8a642e79153f5d047b10ec1cba1d1cc65699 # v4
3030
with:
3131
languages: ${{ matrix.language }}
3232
build-mode: none
3333
- name: Perform CodeQL analysis
34-
uses: github/codeql-action/analyze@3b1a19a80ab047f35cbb237b5bd9bdc1e14f166c # v3
34+
uses: github/codeql-action/analyze@5c8a8a642e79153f5d047b10ec1cba1d1cc65699 # v4
3535
with:
3636
upload-database: false
3737
wait-for-processing: false

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
advanced-security: false
101101
online-audits: false
102-
version: v0.5.2
102+
version: 0.5.2
103103
- uses: ./.github/actions/workspace-sanitize
104104
if: ${{ always() }}
105105
with:

0 commit comments

Comments
 (0)