Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e4672c1

Browse files
Bump mongodb-labs/drivers-github-tools from 2 to 3 (#3452)
Bumps [mongodb-labs/drivers-github-tools](https://github.com/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) --- updated-dependencies: - dependency-name: mongodb-labs/drivers-github-tools dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d9b27aa commit e4672c1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎.github/workflows/release.yml‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: echo '🎬 Release process for version ${{ inputs.version }} started by @${{ github.triggering_actor }}' >> $GITHUB_STEP_SUMMARY
2424

2525
- name: "Generate token and checkout repository"
26-
uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
26+
uses: mongodb-labs/drivers-github-tools/secure-checkout@v3
2727
with:
2828
app_id: ${{ vars.APP_ID }}
2929
private_key: ${{ secrets.APP_PRIVATE_KEY }}
@@ -71,7 +71,7 @@ jobs:
7171
#
7272

7373
- name: "Set up drivers-github-tools"
74-
uses: mongodb-labs/drivers-github-tools/setup@v2
74+
uses: mongodb-labs/drivers-github-tools/setup@v3
7575
with:
7676
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
7777
aws_region_name: ${{ vars.AWS_REGION_NAME }}
@@ -82,7 +82,7 @@ jobs:
8282
run: echo "RELEASE_URL=$(gh release create ${{ inputs.version }} --target ${{ github.ref_name }} --title "${{ inputs.version }}" --generate-notes --draft)" >> "$GITHUB_ENV"
8383

8484
- name: "Create release tag"
85-
uses: mongodb-labs/drivers-github-tools/tag-version@v2
85+
uses: mongodb-labs/drivers-github-tools/tag-version@v3
8686
with:
8787
version: ${{ inputs.version }}
8888
tag_message_template: 'Release ${VERSION}'
@@ -121,22 +121,22 @@ jobs:
121121

122122
steps:
123123
- name: "Generate token and checkout repository"
124-
uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
124+
uses: mongodb-labs/drivers-github-tools/secure-checkout@v3
125125
with:
126126
app_id: ${{ vars.APP_ID }}
127127
private_key: ${{ secrets.APP_PRIVATE_KEY }}
128128
ref: refs/tags/${{ inputs.version }}
129129

130130
# Sets the S3_ASSETS environment variable used later
131131
- name: "Set up drivers-github-tools"
132-
uses: mongodb-labs/drivers-github-tools/setup@v2
132+
uses: mongodb-labs/drivers-github-tools/setup@v3
133133
with:
134134
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
135135
aws_region_name: ${{ vars.AWS_REGION_NAME }}
136136
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
137137

138138
- name: "Generate SSDLC Reports"
139-
uses: mongodb-labs/drivers-github-tools/full-report@v2
139+
uses: mongodb-labs/drivers-github-tools/full-report@v3
140140
with:
141141
product_name: "MongoDB Laravel Integration"
142142
release_version: ${{ inputs.version }}
@@ -147,7 +147,7 @@ jobs:
147147
continue-on-error: true
148148

149149
- name: Upload S3 assets
150-
uses: mongodb-labs/drivers-github-tools/upload-s3-assets@v2
150+
uses: mongodb-labs/drivers-github-tools/upload-s3-assets@v3
151151
with:
152152
version: ${{ inputs.version }}
153153
product_name: laravel-mongodb

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /