diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 2430c85..63cdcd1 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -12,7 +12,7 @@ jobs: osv-scanner: runs-on: ubuntu-latest container: - image: ghcr.io/google/osv-scanner:latest + image: ghcr.io/google/osv-scanner:v1.9.2 steps: - uses: actions/checkout@v3 - name: Run OSV Scanner