Skip to content

Commit

Permalink
Bump crazy-max/ghaction-virustotal from 3 to 4 (#52)
Browse files Browse the repository at this point in the history
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](crazy-max/ghaction-virustotal@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 30, 2023
1 parent 24f1306 commit d67a958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: VirusTotal scan
if: github.event_name == 'release' && matrix.configuration == 'Release'
uses: crazy-max/ghaction-virustotal@v3
uses: crazy-max/ghaction-virustotal@v4
with:
vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}
github_token: ${{ github.token }}
Expand Down

0 comments on commit d67a958

Please sign in to comment.