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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
35
35
36
36
- name : Checkov GitHub Action
37
37
uses : bridgecrewio/checkov-action@3d6f50764327724508da94449e67225a2a24e51e # v12.3050.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
139
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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 22
22
app-id : ${{ secrets.APP_ID }}
23
23
private-key : ${{ secrets.APP_PRIVATE_KEY }}
24
24
- name : Checkout repository
25
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
26
26
with :
27
27
persist-credentials : false
28
28
- name : Semantic Release
You can’t perform that action at this time.
0 commit comments