Skip to content

Commit 6fc81be

Browse files
test last
1 parent 441af9d commit 6fc81be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checkovScrapper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update Checkov Severity Mapping
33
on:
44
# schedule:
55
# - cron: "0 0 * * 0" # Runs every Sunday at midnight UTC
6-
workflow_dispatch: # Allows manual trigger from the GitHub UI
6+
workflow_dispatch: # Allows manual trigger from the GitHub UI
77

88
jobs:
99
update-severity-mapping:
@@ -68,7 +68,7 @@ jobs:
6868
if: env.changed == 'true'
6969
uses: actions/setup-node@v4
7070
with:
71-
node-version: '20'
71+
node-version: 20
7272

7373
- name: Create Pull Request
7474
if: env.changed == 'true'

0 commit comments

Comments
 (0)