Skip to content

Commit 6bce19a

Browse files
Bump the actions group with 3 updates
Bumps the actions group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action), [mongodb-labs/drivers-github-tools](https://github.com/mongodb-labs/drivers-github-tools) and [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action). Updates `github/codeql-action` from 3.30.3 to 3.30.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@192325c...3599b3b) Updates `mongodb-labs/drivers-github-tools` from 2 to 3 - [Release notes](https://github.com/mongodb-labs/drivers-github-tools/releases) - [Commits](mongodb-labs/drivers-github-tools@v2...v3) Updates `zizmorcore/zizmor-action` from 873539476a7f9b0da7504d0d9e9a6a5275094d98 to c323c83e3ab58baf4acbc7b6b39eef0e0cb14e4d - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@8735394...c323c83) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.30.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: mongodb-labs/drivers-github-tools dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: zizmorcore/zizmor-action dependency-version: c323c83e3ab58baf4acbc7b6b39eef0e0cb14e4d dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7fa65c3 commit 6bce19a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/codeql.yml

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

5757
# Initializes the CodeQL tools for scanning.
5858
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3
59+
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
6060
with:
6161
languages: ${{ matrix.language }}
6262
build-mode: none
@@ -72,6 +72,6 @@ jobs:
7272
pip install -e .
7373
7474
- name: Perform CodeQL Analysis
75-
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3
75+
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
7676
with:
7777
category: "/language:${{ matrix.language }}"

.github/workflows/release-python.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@ jobs:
4040
outputs:
4141
version: ${{ steps.pre-publish.outputs.version }}
4242
steps:
43-
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
43+
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v3
4444
with:
4545
app_id: ${{ vars.APP_ID }}
4646
private_key: ${{ secrets.APP_PRIVATE_KEY }}
47-
- uses: mongodb-labs/drivers-github-tools/setup@v2
47+
- uses: mongodb-labs/drivers-github-tools/setup@v3
4848
with:
4949
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
5050
aws_region_name: ${{ vars.AWS_REGION_NAME }}
5151
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
5252
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
53-
- uses: mongodb-labs/drivers-github-tools/python-labs/pre-publish@v2
53+
- uses: mongodb-labs/drivers-github-tools/python-labs/pre-publish@v3
5454
id: pre-publish
5555
with:
5656
dry_run: ${{ env.DRY_RUN }}
@@ -109,17 +109,17 @@ jobs:
109109
attestations: write
110110
security-events: write
111111
steps:
112-
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
112+
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v3
113113
with:
114114
app_id: ${{ vars.APP_ID }}
115115
private_key: ${{ secrets.APP_PRIVATE_KEY }}
116-
- uses: mongodb-labs/drivers-github-tools/setup@v2
116+
- uses: mongodb-labs/drivers-github-tools/setup@v3
117117
with:
118118
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
119119
aws_region_name: ${{ vars.AWS_REGION_NAME }}
120120
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
121121
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
122-
- uses: mongodb-labs/drivers-github-tools/python-labs/post-publish@v2
122+
- uses: mongodb-labs/drivers-github-tools/python-labs/post-publish@v3
123123
with:
124124
following_version: ${{ env.FOLLOWING_VERSION }}
125125
product_name: ${{ env.PRODUCT_NAME }}

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
with:
1919
persist-credentials: false
2020
- name: Run zizmor
21-
uses: zizmorcore/zizmor-action@873539476a7f9b0da7504d0d9e9a6a5275094d98
21+
uses: zizmorcore/zizmor-action@c323c83e3ab58baf4acbc7b6b39eef0e0cb14e4d

0 commit comments

Comments
 (0)