From e1e8050b804738948dd9b8f784514df6a72ec72e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 14:30:06 +0000 Subject: [PATCH] Bump crazy-max/ghaction-virustotal from 2 to 3 Bumps [crazy-max/ghaction-virustotal](https://github.com/crazy-max/ghaction-virustotal) from 2 to 3. - [Release notes](https://github.com/crazy-max/ghaction-virustotal/releases) - [Changelog](https://github.com/crazy-max/ghaction-virustotal/blob/master/CHANGELOG.md) - [Commits](https://github.com/crazy-max/ghaction-virustotal/compare/v2...v3) --- updated-dependencies: - dependency-name: crazy-max/ghaction-virustotal dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/virus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/virus.yml b/.github/workflows/virus.yml index c3f168b..bab937e 100644 --- a/.github/workflows/virus.yml +++ b/.github/workflows/virus.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: VirusTotal Scan - uses: crazy-max/ghaction-virustotal@v2 + uses: crazy-max/ghaction-virustotal@v3 with: vt_api_key: ${{ secrets.VT_API_KEY }} update_release_body: true