Skip to content

Commit 5f6cb00

Browse files
committed
update to upstream
1 parent 8d30714 commit 5f6cb00

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release-python.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ jobs:
4141
outputs:
4242
version: ${{ steps.pre-publish.outputs.version }}
4343
steps:
44-
- uses: blink1073/drivers-github-tools/secure-checkout@fetsko/gha-sbom-action-silkbomb-2.0
44+
- uses: mongodb-labs/drivers-github-tools/secure-checkout@b2
4545
with:
4646
app_id: ${{ vars.APP_ID }}
4747
private_key: ${{ secrets.APP_PRIVATE_KEY }}
48-
- uses: blink1073/drivers-github-tools/setup@fetsko/gha-sbom-action-silkbomb-2.0
48+
- uses: mongodb-labs/drivers-github-tools/setup@b2
4949
with:
5050
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
5151
aws_region_name: ${{ vars.AWS_REGION_NAME }}
5252
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
5353
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
54-
- uses: blink1073/drivers-github-tools/python/pre-publish@fetsko/gha-sbom-action-silkbomb-2.0
54+
- uses: mongodb-labs/drivers-github-tools/python/pre-publish@b2
5555
id: pre-publish
5656
with:
5757
version: ${{ env.VERSION }}
@@ -105,17 +105,17 @@ jobs:
105105
attestations: write
106106
security-events: write
107107
steps:
108-
- uses: blink1073/drivers-github-tools/secure-checkout@fetsko/gha-sbom-action-silkbomb-2.0
108+
- uses: mongodb-labs/drivers-github-tools/secure-checkout@b2
109109
with:
110110
app_id: ${{ vars.APP_ID }}
111111
private_key: ${{ secrets.APP_PRIVATE_KEY }}
112-
- uses: blink1073/drivers-github-tools/setup@fetsko/gha-sbom-action-silkbomb-2.0
112+
- uses: mongodb-labs/drivers-github-tools/setup@b2
113113
with:
114114
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
115115
aws_region_name: ${{ vars.AWS_REGION_NAME }}
116116
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
117117
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
118-
- uses: blink1073/drivers-github-tools/python/post-publish@fetsko/gha-sbom-action-silkbomb-2.0
118+
- uses: mongodb-labs/drivers-github-tools/python/post-publish@b2
119119
with:
120120
version: ${{ env.VERSION }}
121121
following_version: ${{ env.FOLLOWING_VERSION }}

0 commit comments

Comments
 (0)