Skip to content

Commit f08432d

Browse files
authored
Merge pull request #75 from arkedge/renovate/pin-dependencies
Pin dependencies
2 parents bd8f0fe + 4e761bc commit f08432d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/actionlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
name: actionlint with reviewdog
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/[email protected]
13+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414

1515
- name: actionlint
16-
uses: reviewdog/[email protected]
16+
uses: reviewdog/action-actionlint@b0a6aebe1d2191decc9b4f022cdfc248b702477d # v1.42.0
1717
with:
1818
github_token: ${{ secrets.GITHUB_TOKEN }}
1919
reporter: github-pr-review

.github/workflows/check-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
build_img:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/[email protected]
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717

1818
- name: Set up Docker Buildx
19-
uses: docker/[email protected]
19+
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
2020

2121
- name: Check & Build
22-
uses: docker/[email protected]
22+
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0

.github/workflows/validate-renovate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/[email protected]
16-
- uses: actions/[email protected]
15+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
1717

1818
- name: install
1919
run: |

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ inputs:
1616
runs:
1717
using: "composite"
1818
steps:
19-
- uses: actions/[email protected]
19+
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
2020
env:
2121
GH_FEDERATION_ENDPOINT: ${{ inputs.endpoint }}
2222
RETRY_MAX: ${{ inputs.retry_max }}

0 commit comments

Comments
 (0)