File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
17
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
18
- uses : dev-hato/actions-create-release@05b3c90419c0ca0616c83a70b683f382293282a9 # v0.0.39
19
19
with :
20
20
github-token : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 23
23
with :
24
24
app-id : ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
25
25
private-key : ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}
26
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
26
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
27
if : github.event_name != 'pull_request' || github.event.action != 'closed'
28
28
with :
29
29
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
20
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
21
- uses : ./
22
22
with :
23
23
github-token : ${{secrets.GITHUB_TOKEN}}
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
42
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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-gitleaks :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
20
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
21
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
20
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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