Skip to content

Commit eb68d10

Browse files
Merge pull request #4341 from dev-hato/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4.2.0
2 parents 0b9de93 + c222876 commit eb68d10

11 files changed

Lines changed: 17 additions & 17 deletions

.github/workflows/deploy-hato-bot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
packages: write
2727
if: github.event_name == 'release' || (github.event_name == 'pull_request' && github.event.action != 'closed' && github.repository == github.event.pull_request.head.repo.full_name)
2828
steps:
29-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3030
with:
3131
fetch-depth: 0
3232
- name: Set .env
@@ -111,7 +111,7 @@ jobs:
111111
needs: deploy_docker_image
112112
if: always() && (needs.deploy_docker_image.result == 'success' || (github.event_name == 'pull_request' && github.event.action == 'closed'))
113113
steps:
114-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
114+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
115115
if: github.event_name != 'pull_request' || github.event.action != 'closed'
116116
with:
117117
fetch-depth: 0
@@ -135,7 +135,7 @@ jobs:
135135
contents: write
136136
pull-requests: write
137137
steps:
138-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
138+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
139139
if: github.event_name != 'pull_request' || github.event.action != 'closed'
140140
with:
141141
fetch-depth: 0
@@ -161,7 +161,7 @@ jobs:
161161
runs-on: ubuntu-latest
162162
needs: pr-update-version
163163
steps:
164-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
164+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
165165
if: github.event_name != 'pull_request' || github.event.action != 'closed'
166166
with:
167167
# ここでsubmodule持ってくるとdetached headにcommitして死ぬ
@@ -185,7 +185,7 @@ jobs:
185185
update-dockle:
186186
runs-on: ubuntu-latest
187187
steps:
188-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
188+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
189189
if: github.event_name != 'pull_request' || github.event.action != 'closed'
190190
with:
191191
fetch-depth: 0
@@ -202,7 +202,7 @@ jobs:
202202
DOCKER_CONTENT_TRUST: 1
203203
REPOSITORY: ${{github.repository}}
204204
steps:
205-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
205+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
206206
- run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/dockle/run_dockle.sh"
207207
env:
208208
HEAD_REF: ${{github.head_ref || github.event.release.tag_name}}

.github/workflows/format-json-yml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
app-id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
2626
private-key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}
27-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2828
if: github.event_name != 'pull_request' || github.event.action != 'closed'
2929
with:
3030
fetch-depth: 0

.github/workflows/github-actions-cache-cleaner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
github-actions-cache-cleaner:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1616
- uses: dev-hato/github-actions-cache-cleaner@377e370b2c439bbea69dce5c7e91167796e6bb70 # v0.0.50
1717
with:
1818
github-token: ${{secrets.GITHUB_TOKEN}}

.github/workflows/pr-copy-ci-hato-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
pr-copy-ci:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
12+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1313
- name: Generate a token
1414
id: generate_token
1515
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0

.github/workflows/pr-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pr-format:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2323
if: github.event_name != 'pull_request' || github.event.action != 'closed'
2424
with:
2525
# ここでsubmodule持ってくるとdetached headにcommitして死ぬ

.github/workflows/pr-merge-develop-hato-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
pr-master-to-develop:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
13+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1414
with:
1515
fetch-depth: 0
1616
- name: Get PullRequests

.github/workflows/pr-release-hato-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
pr-release:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
12+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1313
with:
1414
fetch-depth: 0
1515
- name: Get diff

.github/workflows/pr-test-hato-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pr-test:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1717
with:
1818
submodules: "recursive"
1919
- name: Set up Python

.github/workflows/pr-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
pr-super-lint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
13+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1414
with:
1515
submodules: "recursive"
1616
fetch-depth: 0
@@ -50,7 +50,7 @@ jobs:
5050
pr-dotenv-linter:
5151
runs-on: ubuntu-latest
5252
steps:
53-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
53+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5454
with:
5555
submodules: "recursive"
5656
fetch-depth: 0

.github/workflows/pr-update-gitleaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pr-update-gitleaks:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2121
if: github.event_name != 'pull_request' || github.event.action != 'closed'
2222
with:
2323
fetch-depth: 0

0 commit comments

Comments
 (0)