Skip to content

Commit 65d801b

Browse files
Bump crazy-max/ghaction-virustotal from 4 to 5
Bumps [crazy-max/ghaction-virustotal](https://github.com/crazy-max/ghaction-virustotal) from 4 to 5. - [Release notes](https://github.com/crazy-max/ghaction-virustotal/releases) - [Commits](crazy-max/ghaction-virustotal@v4...v5) --- updated-dependencies: - dependency-name: crazy-max/ghaction-virustotal dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 292beb4 commit 65d801b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
env:
7979
VIRUSTOTAL_API_KEY: ${{ secrets.VIRUSTOTAL_API_KEY }}
8080
if: ${{ env.VIRUSTOTAL_API_KEY }}
81-
uses: crazy-max/ghaction-virustotal@v4
81+
uses: crazy-max/ghaction-virustotal@v5
8282
with:
8383
vt_api_key: ${{ env.VIRUSTOTAL_API_KEY }}
8484
files: |

0 commit comments

Comments
 (0)