Skip to content

Commit 2abdf1c

Browse files
use main branch, not fork
1 parent c0b9189 commit 2abdf1c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release-5.x.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: cp sbom.json ${{ env.S3_ASSETS }}/sbom.json
5555

5656
- name: Generate authorized pub report
57-
uses: baileympearson/drivers-github-tools/full-report@adjust-shared-actions-for-node
57+
uses: mongodb-labs/drivers-github-tools/full-report@v2
5858
with:
5959
release_version: ${{ steps.get_version.outputs.package_version }}
6060
product_name: node-mongodb-native
@@ -65,7 +65,7 @@ jobs:
6565
token: ${{ github.token }}
6666
sbom_file_name: sbom.json
6767

68-
- uses: baileympearson/drivers-github-tools/upload-s3-assets@adjust-shared-actions-for-node
68+
- uses: mongodb-labs/drivers-github-tools/upload-s3-assets@v2
6969
with:
7070
version: ${{ inputs.version }}
7171
product_name: ${{ inputs.product_name }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: cp sbom.json ${{ env.S3_ASSETS }}/sbom.json
5555

5656
- name: Generate authorized pub report
57-
uses: baileympearson/drivers-github-tools/full-report@adjust-shared-actions-for-node
57+
uses: mongodb-labs/drivers-github-tools/full-report@v2
5858
with:
5959
release_version: ${{ steps.get_version.outputs.package_version }}
6060
product_name: node-mongodb-native
@@ -66,7 +66,7 @@ jobs:
6666
sbom_file_name: sbom.json
6767

6868

69-
- uses: baileympearson/drivers-github-tools/upload-s3-assets@adjust-shared-actions-for-node
69+
- uses: mongodb-labs/drivers-github-tools/upload-s3-assets@v2
7070
with:
7171
version: ${{ inputs.version }}
7272
product_name: ${{ inputs.product_name }}

0 commit comments

Comments
 (0)