diff --git a/.github/workflows/virus-total-scan.yml b/.github/workflows/virus-total-scan.yml index 8a40e38..8faa696 100644 --- a/.github/workflows/virus-total-scan.yml +++ b/.github/workflows/virus-total-scan.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: VirusTotal Scan - uses: nikhilbadyal/ghaction-virustotal@master + uses: crazy-max/ghaction-virustotal@v3.1.0 with: vt_api_key: ${{ secrets.VT_API_KEY }} update_release_body: true