Skip to content

Commit 762d5c0

Browse files
committed
update virustotal github action to version 4
1 parent 8e00265 commit 762d5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/virustotal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
GOOS=darwin GOARCH=arm64 go build -o ./mob-virustotal-macos-arm -v
2424
-
2525
name: VirusTotal Scan
26-
uses: crazy-max/ghaction-virustotal@v3
26+
uses: crazy-max/ghaction-virustotal@v4
2727
with:
2828
vt_api_key: ${{ secrets.VT_API_KEY }}
2929
files: |

0 commit comments

Comments
 (0)