File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
actions/gradle-task-with-commit Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 45
45
46
46
# ensure that we have the actual branch checked out. By default, actions/checkout is headless.
47
47
- name : check out with PAT
48
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
48
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
49
49
if : steps.can-push.outputs.can_push == 'true'
50
50
with :
51
51
token : ${{ inputs.personal-access-token }}
Original file line number Diff line number Diff line change 11
11
timeout-minutes : 35
12
12
13
13
steps :
14
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15
15
- uses : gradle/wrapper-validation-action@699bb18358f12c5b78b37bb0111d3a0e2276e0e2 # v2
16
16
17
17
- name : Ensure this isn't a -SNAPSHOT version
Original file line number Diff line number Diff line change 14
14
timeout-minutes : 35
15
15
16
16
steps :
17
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
17
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
18
- uses : gradle/wrapper-validation-action@699bb18358f12c5b78b37bb0111d3a0e2276e0e2 # v2
19
19
20
20
- name : Check for -SNAPSHOT version
Original file line number Diff line number Diff line change 12
12
name : Validate Codeowners
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
15
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16
16
# https://github.com/marketplace/actions/github-codeowners-validator
17
17
- uses : mszostok/codeowners-validator@7f3f5e28c6d7b8dfae5731e54ce2272ca384592f # v0.7.4
18
18
with :
Original file line number Diff line number Diff line change 14
14
name : Lint Markdown files
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
17
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
18
- name : Set up Ruby 2.6
19
19
uses : ruby/setup-ruby@v1
20
20
with :
You can’t perform that action at this time.
0 commit comments