File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
# Steps represent a sequence of tasks that will be executed as part of the job
32
32
steps :
33
33
# Checks-out your repository under $GITHUB_WORKSPACE, so follow-up steps can access it
34
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
34
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
35
35
36
36
- name : Checkov GitHub Action
37
37
uses : bridgecrewio/checkov-action@14667c603d0091d4498ced6a9bd8271475f7affa # v12.2875.0
Original file line number Diff line number Diff line change 32
32
- version : ~1.9.0
33
33
steps :
34
34
- name : Checkout
35
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
35
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
36
36
with :
37
37
ref : refs/pull/${{ github.event.pull_request.number }}/merge
38
38
- name : Configure Terraform plugin cache
@@ -136,7 +136,7 @@ jobs:
136
136
pull-requests : write # for create or update comment
137
137
steps :
138
138
- name : Checkout
139
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
139
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
140
140
with :
141
141
fetch-depth : 0
142
142
ref : refs/pull/${{ github.event.pull_request.number }}/merge
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout repository
19
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
19
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
20
20
with :
21
21
persist-credentials : false
22
22
- name : Semantic Release
You can’t perform that action at this time.
0 commit comments