From 5f15e95662dded0eacd418df5a449b0c7b795b07 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Wed, 17 Aug 2022 17:43:56 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Reverted=20to=20own=20fork?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/virus-total-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/virus-total-scan.yml b/.github/workflows/virus-total-scan.yml index 8faa696..8a40e38 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: crazy-max/ghaction-virustotal@v3.1.0 + uses: nikhilbadyal/ghaction-virustotal@master with: vt_api_key: ${{ secrets.VT_API_KEY }} update_release_body: true