Skip to content

Commit 43f040c

Browse files
authored
Fix full-report action (#35)
1 parent 2542e36 commit 43f040c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

full-report/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
using: composite
2222
steps:
2323
- name: Generate Authorized Publication Report
24-
uses: blink1073/drivers-github-tools/authorized-pub@full-report
24+
uses: mongodb-labs/drivers-github-tools/authorized-pub@v2
2525
with:
2626
product_name: ${{ inputs.product_name }}
2727
release_version: ${{ inputs.release_version }}
@@ -37,7 +37,7 @@ runs:
3737
ref: ${{ inputs.release_version }}
3838
output-file: ${{ env.S3_ASSETS }}/code-scanning-alerts.json
3939
- name: Generate Compliance Report
40-
uses: blink1073/drivers-github-tools/compliance-report@full-report
40+
uses: mongodb-labs/drivers-github-tools/compliance-report@v2
4141
with:
4242
release_version: ${{ inputs.release_version }}
4343
security_report_location: ${{ inputs.security_report_location }}

0 commit comments

Comments
 (0)