Skip to content

Commit 9603a85

Browse files
Bump the actions group with 2 updates (#2550)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <steve.silvester@mongodb.com>
1 parent ef59602 commit 9603a85

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
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 & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,16 @@ 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 }}
50-
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
51-
- uses: mongodb-labs/drivers-github-tools/python/pre-publish@v2
50+
- uses: mongodb-labs/drivers-github-tools/python/pre-publish@v3
5251
id: pre-publish
5352
with:
5453
dry_run: ${{ env.DRY_RUN }}
@@ -100,17 +99,16 @@ jobs:
10099
attestations: write
101100
security-events: write
102101
steps:
103-
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
102+
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v3
104103
with:
105104
app_id: ${{ vars.APP_ID }}
106105
private_key: ${{ secrets.APP_PRIVATE_KEY }}
107-
- uses: mongodb-labs/drivers-github-tools/setup@v2
106+
- uses: mongodb-labs/drivers-github-tools/setup@v3
108107
with:
109108
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
110109
aws_region_name: ${{ vars.AWS_REGION_NAME }}
111110
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
112-
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
113-
- uses: mongodb-labs/drivers-github-tools/python/post-publish@v2
111+
- uses: mongodb-labs/drivers-github-tools/python/post-publish@v3
114112
with:
115113
following_version: ${{ env.FOLLOWING_VERSION }}
116114
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)