From 777a511c10dae78fb73228dee5950d36ea5ee6e8 Mon Sep 17 00:00:00 2001 From: Rex P <106129829+another-rex@users.noreply.github.com> Date: Wed, 2 Aug 2023 16:44:26 +1000 Subject: [PATCH] Move github action back to the main branch (#465) Cleans up after #460 --- .github/workflows/osv-scanner-reusable-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/osv-scanner-reusable-pr.yml b/.github/workflows/osv-scanner-reusable-pr.yml index ab1f7c8621..cb4c2c969f 100644 --- a/.github/workflows/osv-scanner-reusable-pr.yml +++ b/.github/workflows/osv-scanner-reusable-pr.yml @@ -44,7 +44,7 @@ jobs: to-scan: . continue-on-error: true - name: "Run osv-scanner-reporter" - uses: another-rex/osv-scanner/actions/reporter@fix-github-action + uses: google/osv-scanner/actions/reporter@main with: output-sarif-file: final-results.sarif old-results: old-results.json