File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Checkout PR code
15
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16
16
17
17
- name : Get List of Changed Files
18
18
id : changed-files
Original file line number Diff line number Diff line change 38
38
parse-json-secrets : true
39
39
# Checkout a full clone of the repo
40
40
- name : Checkout
41
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
42
42
with :
43
43
fetch-depth : ' 0'
44
44
token : ${{ env.AWS_SECRET_TOKEN }}
Original file line number Diff line number Diff line change 25
25
if : (github.actor != 'dependabot[bot]')
26
26
steps :
27
27
# Fetch project source
28
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29
29
30
30
- run : semgrep ci --sarif > semgrep.sarif
31
31
env :
Original file line number Diff line number Diff line change 39
39
parse-json-secrets : true
40
40
# Checkout a full clone of the repo
41
41
- name : Checkout code
42
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
43
43
with :
44
44
ref : dev
45
45
fetch-depth : 0
@@ -106,7 +106,7 @@ jobs:
106
106
steps :
107
107
# Checkout a full clone of the repo
108
108
- name : Checkout code
109
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
109
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
110
110
with :
111
111
ref : releases/next-release
112
112
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments