Skip to content

Commit

Permalink
Fix full-report action (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Jun 17, 2024
1 parent 2542e36 commit 43f040c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions full-report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
using: composite
steps:
- name: Generate Authorized Publication Report
uses: blink1073/drivers-github-tools/authorized-pub@full-report
uses: mongodb-labs/drivers-github-tools/authorized-pub@v2
with:
product_name: ${{ inputs.product_name }}
release_version: ${{ inputs.release_version }}
Expand All @@ -37,7 +37,7 @@ runs:
ref: ${{ inputs.release_version }}
output-file: ${{ env.S3_ASSETS }}/code-scanning-alerts.json
- name: Generate Compliance Report
uses: blink1073/drivers-github-tools/compliance-report@full-report
uses: mongodb-labs/drivers-github-tools/compliance-report@v2
with:
release_version: ${{ inputs.release_version }}
security_report_location: ${{ inputs.security_report_location }}
Expand Down

0 comments on commit 43f040c

Please sign in to comment.