File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 69
69
input_path : cloudformation
70
70
- name : Run Checkov action
71
71
id : checkov
72
- uses : bridgecrewio/checkov-action@a2b0083e03f46abd10e1c6d3e48a896dad73499e # master
72
+ uses : bridgecrewio/checkov-action@50b959918599bb15388ef018e2f51c5e83e2d0e2 # master
73
73
with :
74
74
file : cloudformation/template.yml
75
75
skip_check : CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71
@@ -176,7 +176,7 @@ jobs:
176
176
with :
177
177
github_token : ${{ github.token }}
178
178
- name : Create a GitHub release
179
- uses : ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14 .0
179
+ uses : ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15 .0
180
180
with :
181
181
tag : ${{ steps.tag_version.outputs.new_tag }}
182
182
name : Release ${{ steps.tag_version.outputs.new_tag }}
Original file line number Diff line number Diff line change 48
48
input_path : cloudformation
49
49
- name : Run Checkov action
50
50
id : checkov
51
- uses : bridgecrewio/checkov-action@a2b0083e03f46abd10e1c6d3e48a896dad73499e # master
51
+ uses : bridgecrewio/checkov-action@50b959918599bb15388ef018e2f51c5e83e2d0e2 # master
52
52
with :
53
53
file : cloudformation/template.yml
54
54
skip_check : CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71
Original file line number Diff line number Diff line change 72
72
73
73
# Upload the results to GitHub's code scanning dashboard.
74
74
- name : " Upload to code-scanning"
75
- uses : github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
75
+ uses : github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
76
76
with :
77
77
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments