mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2025-09-22 21:54:42 -04:00
Update workflows
Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
This commit is contained in:
parent
3c73728c74
commit
b0bd858d8e
2 changed files with 5 additions and 5 deletions
4
.github/workflows/depends.yml
vendored
4
.github/workflows/depends.yml
vendored
|
@ -15,6 +15,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: '📦 Checkout Repository'
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: '📦 Dependency Reviews'
|
||||
uses: actions/dependency-review-action@v2
|
||||
uses: actions/dependency-review-action@v4
|
||||
|
|
6
.github/workflows/vt-scan.yml
vendored
6
.github/workflows/vt-scan.yml
vendored
|
@ -9,16 +9,16 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: '📦 Checkout'
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: '📦 Set up Go'
|
||||
uses: actions/setup-go@v4
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.20.6'
|
||||
- run: go version
|
||||
|
||||
- name: '🦠 Scan PDF files using VT'
|
||||
uses: crazy-max/ghaction-virustotal@v3
|
||||
uses: crazy-max/ghaction-virustotal@v4
|
||||
with:
|
||||
vt_api_key: ${{ secrets.VT_API_KEY }}
|
||||
files: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue