Skip to content

Commit 1067e27

Browse files
Bump github/codeql-action from 3.29.1 to 3.29.2 in the actions group (#161)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <[email protected]>
1 parent dcd4ab1 commit 1067e27

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
46+
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3
4747
with:
4848
languages: ${{ matrix.language }}
4949
build-mode: ${{ matrix.build-mode }}
@@ -60,6 +60,6 @@ jobs:
6060
pip install -e .
6161
6262
- name: Perform CodeQL Analysis
63-
uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
63+
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3
6464
with:
6565
category: "/language:${{matrix.language}}"

.github/workflows/zizmor.yml

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: GitHub Actions Security Analysis with zizmor 🌈
1+
name: GitHub Actions Security Analysis with zizmor
22

33
on:
44
push:
@@ -8,29 +8,14 @@ on:
88

99
jobs:
1010
zizmor:
11-
name: zizmor latest via PyPI
11+
name: zizmor latest via Cargo
1212
runs-on: ubuntu-latest
1313
permissions:
1414
security-events: write
15-
# required for workflows in private repositories
16-
contents: read
17-
actions: read
1815
steps:
1916
- name: Checkout repository
2017
uses: actions/checkout@v4
2118
with:
2219
persist-credentials: false
23-
24-
- name: Install the latest version of uv
25-
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v5
26-
27-
- name: Run zizmor 🌈
28-
run: uvx zizmor --format sarif . > results.sarif
29-
env:
30-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31-
32-
- name: Upload SARIF file
33-
uses: github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
34-
with:
35-
sarif_file: results.sarif
36-
category: zizmor
20+
- name: Run zizmor
21+
uses: zizmorcore/zizmor-action@1c7106082dbc1753372e3924b7da1b9417011a21

0 commit comments

Comments
 (0)