Skip to content

Commit e54840d

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] <[email protected]>
1 parent ef59602 commit e54840d

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/create-release-branch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@ jobs:
3333
outputs:
3434
version: ${{ steps.pre-publish.outputs.version }}
3535
steps:
36-
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
36+
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v3
3737
with:
3838
app_id: ${{ vars.APP_ID }}
3939
private_key: ${{ secrets.APP_PRIVATE_KEY }}
40-
- uses: mongodb-labs/drivers-github-tools/setup@v2
40+
- uses: mongodb-labs/drivers-github-tools/setup@v3
4141
with:
4242
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
4343
aws_region_name: ${{ vars.AWS_REGION_NAME }}
4444
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
4545
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
4646
- name: Get hatch
4747
run: pip install hatch
48-
- uses: mongodb-labs/drivers-github-tools/create-branch@v2
48+
- uses: mongodb-labs/drivers-github-tools/create-branch@v3
4949
id: create-branch
5050
with:
5151
branch_name: ${{ inputs.branch_name }}

.github/workflows/release-python.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ jobs:
3838
outputs:
3939
version: ${{ steps.pre-publish.outputs.version }}
4040
steps:
41-
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
41+
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v3
4242
with:
4343
app_id: ${{ vars.APP_ID }}
4444
private_key: ${{ secrets.APP_PRIVATE_KEY }}
45-
- uses: mongodb-labs/drivers-github-tools/setup@v2
45+
- uses: mongodb-labs/drivers-github-tools/setup@v3
4646
with:
4747
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
4848
aws_region_name: ${{ vars.AWS_REGION_NAME }}
4949
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
5050
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
51-
- uses: mongodb-labs/drivers-github-tools/python/pre-publish@v2
51+
- uses: mongodb-labs/drivers-github-tools/python/pre-publish@v3
5252
id: pre-publish
5353
with:
5454
dry_run: ${{ env.DRY_RUN }}
@@ -100,17 +100,17 @@ jobs:
100100
attestations: write
101101
security-events: write
102102
steps:
103-
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
103+
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v3
104104
with:
105105
app_id: ${{ vars.APP_ID }}
106106
private_key: ${{ secrets.APP_PRIVATE_KEY }}
107-
- uses: mongodb-labs/drivers-github-tools/setup@v2
107+
- uses: mongodb-labs/drivers-github-tools/setup@v3
108108
with:
109109
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
110110
aws_region_name: ${{ vars.AWS_REGION_NAME }}
111111
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
112112
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
113-
- uses: mongodb-labs/drivers-github-tools/python/post-publish@v2
113+
- uses: mongodb-labs/drivers-github-tools/python/post-publish@v3
114114
with:
115115
following_version: ${{ env.FOLLOWING_VERSION }}
116116
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@0696496a48b64e0568faa46ddaf5f6fe48b83b04

0 commit comments

Comments
 (0)