mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-05-06 11:34:18 +02:00
@@ -11,7 +11,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: '📦 Checkout'
|
- name: '📦 Checkout'
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: '📦 Set up Go'
|
- name: '📦 Set up Go'
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
@@ -20,9 +20,9 @@ jobs:
|
|||||||
- run: go version
|
- run: go version
|
||||||
|
|
||||||
- name: '🦠 Scan PDF files using VT'
|
- name: '🦠 Scan PDF files using VT'
|
||||||
uses: crazy-max/ghaction-virustotal@v3
|
uses: crazy-max/ghaction-virustotal@v5
|
||||||
with:
|
with:
|
||||||
vt_api_key: ${{ secrets.VT_API_KEY }}
|
vt_api_key: ${{ secrets.VT_API_KEY }}
|
||||||
files: |
|
files: |
|
||||||
./export/thgtoa.pdf
|
./export/thgtoa.pdf
|
||||||
./export/thgtoa-dark.pdf
|
./export/thgtoa-dark.pdf
|
||||||
|
|||||||
Reference in New Issue
Block a user