File tree Expand file tree Collapse file tree 2 files changed +6
-21
lines changed
Expand file tree Collapse file tree 2 files changed +6
-21
lines changed Original file line number Diff line number Diff line change 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 }}
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}}"
Original file line number Diff line number Diff line change 1- name : GitHub Actions Security Analysis with zizmor 🌈
1+ name : GitHub Actions Security Analysis with zizmor
22
33on :
44 push :
88
99jobs :
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
You can’t perform that action at this time.
0 commit comments