From 7f984ced6151191ae5ba5c4ca1c4c05c201a8acd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 17:51:30 +0000 Subject: [PATCH] Bump crazy-max/ghaction-virustotal from 4.2.0 to 5.0.0 Bumps [crazy-max/ghaction-virustotal](https://github.com/crazy-max/ghaction-virustotal) from 4.2.0 to 5.0.0. - [Release notes](https://github.com/crazy-max/ghaction-virustotal/releases) - [Commits](https://github.com/crazy-max/ghaction-virustotal/compare/d34968c958ae283fe976efed637081b9f9dcf74f...936d8c5c00afe97d3d9a1af26d017cfdf26800a2) --- updated-dependencies: - dependency-name: crazy-max/ghaction-virustotal dependency-version: 5.0.0 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 4fbad34..e67efed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -545,7 +545,7 @@ jobs: ls -la binaries/ - name: Scan extracted binaries with VirusTotal - uses: crazy-max/ghaction-virustotal@d34968c958ae283fe976efed637081b9f9dcf74f # v4 + uses: crazy-max/ghaction-virustotal@936d8c5c00afe97d3d9a1af26d017cfdf26800a2 # v5.0.0 id: virustotal with: vt_api_key: ${{ secrets.VIRUS_TOTAL_SCANNER_API_KEY }}