File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.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 17
17
github-actions-cache-cleaner :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
21
21
with :
22
22
persist-credentials : false
23
23
- uses : ./
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
22
22
if : github.event_name != 'pull_request' || github.event.action != 'closed'
23
23
with :
24
24
fetch-depth : 0
Original file line number Diff line number Diff line change 17
17
update-readme :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
21
21
if : github.event_name != 'pull_request' || github.event.action != 'closed'
22
22
with :
23
23
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments