File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
if : github.repository == github.event.pull_request.head.repo.full_name
15
15
steps :
16
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
16
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
17
17
with :
18
18
persist-credentials : false
19
19
- name : Generate a token
Original file line number Diff line number Diff line change 41
41
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
42
42
steps :
43
43
- name : Checkout repository
44
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
44
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
45
45
with :
46
46
persist-credentials : false
47
47
# Initializes the CodeQL tools for scanning.
Original file line number Diff line number Diff line change 14
14
create-release :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
17
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
18
18
with :
19
19
persist-credentials : false
20
20
- uses : dev-hato/actions-create-release@38d43ec4009e72ebcaf3861f99456dbf4b2610bc # v0.0.44
Original file line number Diff line number Diff line change 17
17
format-json-yml :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
20
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
21
21
if : github.event_name != 'pull_request' || github.event.action != 'closed'
22
22
with :
23
23
fetch-depth : 0
Original file line number Diff line number Diff line change 12
12
github-actions-cache-cleaner :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
15
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
16
16
with :
17
17
persist-credentials : false
18
18
- uses : dev-hato/github-actions-cache-cleaner@72bac95f30fd642a32043e01d6e315a7eeeab4b8 # v0.0.66
Original file line number Diff line number Diff line change 39
39
# Checkout the code base #
40
40
# #########################
41
41
- name : Checkout Code
42
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
42
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
43
43
with :
44
44
# Full git history is needed to get a proper list
45
45
# of changed files within `super-linter`
Original file line number Diff line number Diff line change 17
17
update-dist :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
20
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
21
21
with :
22
22
fetch-depth : 0
23
23
ref : ${{ github.event.pull_request.head.sha || github.sha }}
Original file line number Diff line number Diff line change 17
17
update-gitleaks :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
20
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
21
21
if : github.event_name != 'pull_request' || github.event.action != 'closed'
22
22
with :
23
23
fetch-depth : 0
Original file line number Diff line number Diff line change 18
18
update-package :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
21
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
22
22
if : github.event_name != 'pull_request' || github.event.action != 'closed'
23
23
with :
24
24
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments