File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
name : Update Checkov Severity Mapping
2
2
3
3
on :
4
- # schedule:
5
- # - cron: "0 0 * * 0" # Runs every Sunday at midnight UTC
4
+ schedule :
5
+ - cron : " 0 0 * * 0" # Runs every Sunday at midnight UTC
6
6
workflow_dispatch : # Allows manual trigger from the GitHub UI
7
7
8
8
jobs :
9
9
update-severity-mapping :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout this repository
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
15
15
- name : Checkout Checkov Docs Repository
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
with :
18
18
repository : hlxsites/prisma-cloud-docs
19
19
path : checkov-docs
20
20
21
21
- name : Set up Node.js
22
22
uses : actions/setup-node@v4
23
23
with :
24
+ cache : pnpm
24
25
node-version : 20
25
26
26
- - name : Install pnpm
27
- run : |
28
- npm install -g pnpm
27
+ - uses : pnpm/action-setup@v4
28
+ with :
29
+ version : " 9.1.4 "
29
30
30
31
- name : Install dependencies
31
32
run : pnpm install
You can’t perform that action at this time.
0 commit comments