File tree Expand file tree Collapse file tree 3 files changed +5
-17
lines changed Expand file tree Collapse file tree 3 files changed +5
-17
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ jobs:
37
37
38
38
# Initializes the CodeQL tools for scanning.
39
39
- name : Initialize CodeQL
40
- uses : github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
40
+ uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3
41
41
with :
42
42
languages : actions
43
43
build-mode : none
44
44
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
45
45
queries : security-extended
46
46
47
47
- name : Perform CodeQL Analysis
48
- uses : github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
48
+ uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3
49
49
with :
50
50
category : " /language:actions"
Original file line number Diff line number Diff line change 42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
45
- uses : github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
45
+ uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3
46
46
with :
47
47
languages : python
48
48
build-mode : none
61
61
pip install dist/*.whl
62
62
63
63
- name : Perform CodeQL Analysis
64
- uses : github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
64
+ uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3
65
65
with :
66
66
category : " /language:python"
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
zizmor :
11
11
name : zizmor latest via Cargo
12
- if : github.repository_owner == 'mongodb'
13
12
runs-on : ubuntu-latest
14
13
permissions :
15
14
security-events : write
18
17
uses : actions/checkout@v4
19
18
with :
20
19
persist-credentials : false
21
- - name : Setup Rust
22
- uses : actions-rust-lang/setup-rust-toolchain@fb51252c7ba57d633bc668f941da052e410add48 # v1
23
- - name : Get zizmor
24
- run : cargo install zizmor
25
20
- name : Run zizmor
26
- run : zizmor --format sarif . > results.sarif
27
- env :
28
- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
29
- - name : Upload SARIF file
30
- uses : github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
31
- with :
32
- sarif_file : results.sarif
33
- category : zizmor
21
+ uses : zizmorcore/zizmor-action@1c7106082dbc1753372e3924b7da1b9417011a21
You can’t perform that action at this time.
0 commit comments