File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
actions/gradle-task-with-commit Expand file tree Collapse file tree 4 files changed +6
-6
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@v3
48
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
49
49
if : steps.can-push.outputs.can_push == 'true'
50
50
with :
51
51
token : ${{ inputs.personal-access-token }}
75
75
76
76
- name : commit ${{ inputs.fix-task }} changes
77
77
if : steps.can-push.outputs.can_push == 'true'
78
- uses : stefanzweifel/git-auto-commit-action@v4
78
+ uses : stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4
79
79
with :
80
80
commit_message : ${{ steps.set-commit-message.outputs.commit-message }}
81
81
commit_options : ' --no-verify --signoff'
Original file line number Diff line number Diff line change 13
13
timeout-minutes : 35
14
14
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
17
17
18
18
- name : Check for -SNAPSHOT version
19
19
uses : ./.github/actions/gradle-task
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@v3
15
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
16
16
# https://github.com/marketplace/actions/github-codeowners-validator
17
- -
uses :
mszostok/[email protected]
17
+ - uses : mszostok/codeowners-validator@7f3f5e28c6d7b8dfae5731e54ce2272ca384592f # v0.7.4
18
18
with :
19
19
# TODO(https://github.com/square/workflow-kotlin/issues/316) Add the owners check
20
20
# back once this is fixed, or we implement a workaround.
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@v3
17
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
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