From a5280e3be70ce271a45b5c7ee8c63ac6dffbda74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 00:53:42 +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] <support@github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 210e2623b..a57cc428b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -452,7 +452,7 @@ jobs: - name: VirusTotal Scan id: virustotal_step - uses: crazy-max/ghaction-virustotal@v2 + uses: crazy-max/ghaction-virustotal@v3 with: vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }} update_release_body: false # `true` won't work because trigger type is not release