Skip to content

Commit 3d49918

Browse files
Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [mongodb-labs/drivers-github-tools](https://github.com/mongodb-labs/drivers-github-tools) and [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action). 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 da5ac40c5419dcf7f21630fb2f95e725ae8fb9d5 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@8735394...da5ac40) --- updated-dependencies: - 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: da5ac40c5419dcf7f21630fb2f95e725ae8fb9d5 dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b73f888 commit 3d49918

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.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 }}
@@ -89,17 +89,17 @@ jobs:
8989
attestations: write
9090
security-events: write
9191
steps:
92-
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
92+
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v3
9393
with:
9494
app_id: ${{ vars.APP_ID }}
9595
private_key: ${{ secrets.APP_PRIVATE_KEY }}
96-
- uses: mongodb-labs/drivers-github-tools/setup@v2
96+
- uses: mongodb-labs/drivers-github-tools/setup@v3
9797
with:
9898
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
9999
aws_region_name: ${{ vars.AWS_REGION_NAME }}
100100
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
101101
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
102-
- uses: mongodb-labs/drivers-github-tools/python-labs/post-publish@v2
102+
- uses: mongodb-labs/drivers-github-tools/python-labs/post-publish@v3
103103
with:
104104
following_version: ${{ env.FOLLOWING_VERSION }}
105105
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@da5ac40c5419dcf7f21630fb2f95e725ae8fb9d5

0 commit comments

Comments
 (0)