Commit 983bd46 1 parent f0b6657 commit 983bd46 Copy full SHA for 983bd46
File tree 3 files changed +13
-9
lines changed
3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Source repository: https://github.com/actions/dependency-review-action
6
6
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
7
- name : ' Dependency Review '
7
+ name : ' 🧪 Dependencies '
8
8
on : [pull_request]
9
9
10
10
permissions :
14
14
dependency-review :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - name : ' Checkout Repository'
17
+ - name : ' 📦 Checkout Repository'
18
18
uses : actions/checkout@v3
19
- - name : ' Dependency Review'
19
+ - name : ' 📦 Dependency Review'
20
20
uses : actions/dependency-review-action@v2
Original file line number Diff line number Diff line change 1
- name : ' Lock Threads'
1
+ name : ' 🔒 Lock Threads'
2
2
3
3
on :
4
4
schedule :
16
16
action :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
+ - name : ' 🔒 Lock Threads'
19
20
- uses : dessant/lock-threads@v4
20
21
with :
21
22
github-token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 1
- name : release
1
+ name : ' 🦠 VirusTotal Scan '
2
2
3
3
on :
4
4
pull_request :
8
8
build :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - name : 📦 Checkout
11
+ - name : ' 📦 Checkout'
12
12
uses : actions/checkout@v3
13
13
14
- - name : 📦 Set up Go
15
- uses : actions/setup-go@v3
14
+ - name : ' 📦 Set up Go'
15
+ uses : actions/setup-go@v4
16
+ with :
17
+ go-version : ' 1.20.6'
18
+ - run : go version
16
19
17
- - name : 📦 Scan PDF files using VT
20
+ - name : ' 🦠 Scan PDF files using VT'
18
21
uses : crazy-max/ghaction-virustotal@v3
19
22
with :
20
23
vt_api_key : ${{ secrets.VT_API_KEY }}
You can’t perform that action at this time.
0 commit comments