From 63d56c2195825b7bff5dd869ede10b3a9a96a7be Mon Sep 17 00:00:00 2001 From: mandlil <138015259+mandlil@users.noreply.github.com> Date: Wed, 6 Nov 2024 14:42:10 +0530 Subject: [PATCH] Adding version number --- .github/workflows/osv-scanner-unified.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/osv-scanner-unified.yml b/.github/workflows/osv-scanner-unified.yml index 67e505432..96ba5939e 100644 --- a/.github/workflows/osv-scanner-unified.yml +++ b/.github/workflows/osv-scanner-unified.yml @@ -35,8 +35,8 @@ jobs: scan-scheduled: if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }} # If you want to copy this config, highly suggest pinning this version to a release rather than tracking the main branch - uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@main" + uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@c80d3cb8d7bfabae9f047f6b8ea68792dd2ebcf6 # v1.9.0 scan-pr: if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }} # If you want to copy this config, highly suggest pinning this version to a release rather than tracking the main branch - uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@main" + uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@c80d3cb8d7bfabae9f047f6b8ea68792dd2ebcf6 # v1.9.0