Skip to content

Commit 587b54c

Browse files
authored
Merge pull request #1175 from square/renovate/pin-dependencies
Pin dependencies
2 parents 3827473 + 9abd64f commit 587b54c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/actions/gradle-task-with-commit/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
4646
# ensure that we have the actual branch checked out. By default, actions/checkout is headless.
4747
- name: check out with PAT
48-
uses: actions/checkout@v3
48+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
4949
if: steps.can-push.outputs.can_push == 'true'
5050
with:
5151
token: ${{ inputs.personal-access-token }}
@@ -75,7 +75,7 @@ runs:
7575
7676
- name: commit ${{ inputs.fix-task }} changes
7777
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
7979
with:
8080
commit_message: ${{ steps.set-commit-message.outputs.commit-message }}
8181
commit_options: '--no-verify --signoff'

.github/workflows/publish-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 35
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1717

1818
- name: Check for -SNAPSHOT version
1919
uses: ./.github/actions/gradle-task

.github/workflows/validate-codeowners.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
name: Validate Codeowners
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1616
# https://github.com/marketplace/actions/github-codeowners-validator
17-
- uses: mszostok/[email protected]
17+
- uses: mszostok/codeowners-validator@7f3f5e28c6d7b8dfae5731e54ce2272ca384592f # v0.7.4
1818
with:
1919
# TODO(https://github.com/square/workflow-kotlin/issues/316) Add the owners check
2020
# back once this is fixed, or we implement a workaround.

.github/workflows/validate-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Lint Markdown files
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1818
- name: Set up Ruby 2.6
1919
uses: ruby/setup-ruby@v1
2020
with:

0 commit comments

Comments
 (0)