From 758f54a975dd2fe9e3ccd9ca1d0b2af4a7932b64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 00:15:33 +0000 Subject: [PATCH] Bump crazy-max/ghaction-virustotal from 3 to 4 Bumps [crazy-max/ghaction-virustotal](https://github.com/crazy-max/ghaction-virustotal) from 3 to 4. - [Release notes](https://github.com/crazy-max/ghaction-virustotal/releases) - [Commits](https://github.com/crazy-max/ghaction-virustotal/compare/v3...v4) --- 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/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b96a6b26e..fdbff9eda 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -534,7 +534,7 @@ jobs: - name: VirusTotal Scan id: virustotal_step - uses: crazy-max/ghaction-virustotal@v3 + uses: crazy-max/ghaction-virustotal@v4 with: vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }} update_release_body: false # `true` won't work because trigger type is not release