Skip to content

Commit b308c67

Browse files
Bump github/codeql-action from 3.29.1 to 3.29.2 in the actions group (#1032)
* Bump github/codeql-action from 3.29.1 to 3.29.2 in the actions group Bumps the actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3.29.1 to 3.29.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@39edc49...181d5ee) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> * use github action for zizmor --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <steve.silvester@mongodb.com>
1 parent adb9ea6 commit b308c67

File tree

3 files changed

+5
-17
lines changed

3 files changed

+5
-17
lines changed

.github/workflows/codeql-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737

3838
# Initializes the CodeQL tools for scanning.
3939
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
40+
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3
4141
with:
4242
languages: actions
4343
build-mode: none
4444
# 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
4545
queries: security-extended
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
48+
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3
4949
with:
5050
category: "/language:actions"

.github/workflows/codeql-python.yml

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

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
45+
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3
4646
with:
4747
languages: python
4848
build-mode: none
@@ -61,6 +61,6 @@ jobs:
6161
pip install dist/*.whl
6262
6363
- name: Perform CodeQL Analysis
64-
uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
64+
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3
6565
with:
6666
category: "/language:python"

.github/workflows/zizmor.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
jobs:
1010
zizmor:
1111
name: zizmor latest via Cargo
12-
if: github.repository_owner == 'mongodb'
1312
runs-on: ubuntu-latest
1413
permissions:
1514
security-events: write
@@ -18,16 +17,5 @@ jobs:
1817
uses: actions/checkout@v4
1918
with:
2019
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
2520
- 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

0 commit comments

Comments
 (0)