Skip to content

Commit 4175b1e

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 0696496a48b64e0568faa46ddaf5f6fe48b83b04 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@8735394...0696496) --- 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: '0696496a48b64e0568faa46ddaf5f6fe48b83b04' dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dffd66e commit 4175b1e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/release-python.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ jobs:
3737
outputs:
3838
version: ${{ steps.pre-publish.outputs.version }}
3939
steps:
40-
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
40+
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v3
4141
with:
4242
app_id: ${{ vars.APP_ID }}
4343
private_key: ${{ secrets.APP_PRIVATE_KEY }}
44-
- uses: mongodb-labs/drivers-github-tools/setup@v2
44+
- uses: mongodb-labs/drivers-github-tools/setup@v3
4545
with:
4646
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
4747
aws_region_name: ${{ vars.AWS_REGION_NAME }}
4848
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
4949
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
50-
- uses: mongodb-labs/drivers-github-tools/python/pre-publish@v2
50+
- uses: mongodb-labs/drivers-github-tools/python/pre-publish@v3
5151
id: pre-publish
5252
with:
5353
working_directory: ./bindings/python
@@ -106,17 +106,17 @@ jobs:
106106
attestations: write
107107
security-events: write
108108
steps:
109-
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
109+
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v3
110110
with:
111111
app_id: ${{ vars.APP_ID }}
112112
private_key: ${{ secrets.APP_PRIVATE_KEY }}
113-
- uses: mongodb-labs/drivers-github-tools/setup@v2
113+
- uses: mongodb-labs/drivers-github-tools/setup@v3
114114
with:
115115
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
116116
aws_region_name: ${{ vars.AWS_REGION_NAME }}
117117
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
118118
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
119-
- uses: mongodb-labs/drivers-github-tools/python/post-publish@v2
119+
- uses: mongodb-labs/drivers-github-tools/python/post-publish@v3
120120
with:
121121
following_version: ${{ env.FOLLOWING_VERSION }}
122122
working_directory: ./bindings/python

.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@0696496a48b64e0568faa46ddaf5f6fe48b83b04

0 commit comments

Comments
 (0)