Skip to content

Commit 2bc8a11

Browse files
authored
Merge pull request #2432 from dev-hato/develop
リリース
2 parents 1c06292 + 076c970 commit 2bc8a11

26 files changed

+7089
-6727
lines changed

.github/workflows/add-to-task-list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
if: github.repository == github.event.pull_request.head.repo.full_name
1414
steps:
15-
- uses: dev-hato/actions-add-to-projects@v0.0.26
15+
- uses: dev-hato/actions-add-to-projects@v0.0.31
1616
with:
1717
github_app_id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
1818
github_app_private_key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v3.3.0
24+
uses: actions/checkout@v3.5.0
2525
with:
2626
# We must fetch at least the immediate parents so that if this is
2727
# a pull request then we can checkout the head.

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
packages: write
2929
if: github.event_name == 'release' || (github.event_name == 'pull_request' && github.event.action != 'closed' && github.repository == github.event.pull_request.head.repo.full_name)
3030
steps:
31-
- uses: actions/checkout@v3.3.0
31+
- uses: actions/checkout@v3.5.0
3232
with:
3333
fetch-depth: 0
3434
- name: Set .env
@@ -43,7 +43,7 @@ jobs:
4343
uses: docker/setup-qemu-action@v2.1.0
4444
- name: Set up Docker Buildx
4545
id: buildx
46-
uses: docker/setup-buildx-action@v2.4.1
46+
uses: docker/setup-buildx-action@v2.5.0
4747
- run: echo "TAG_NAME=${HEAD_REF//\//-}" >> "$GITHUB_ENV"
4848
env:
4949
HEAD_REF: ${{github.head_ref}}
@@ -114,7 +114,7 @@ jobs:
114114
needs: deploy_docker_image
115115
if: always() && (needs.deploy_docker_image.result == 'success' || (github.event_name == 'pull_request' && github.event.action == 'closed'))
116116
steps:
117-
- uses: actions/checkout@v3.3.0
117+
- uses: actions/checkout@v3.5.0
118118
with:
119119
fetch-depth: 0
120120
ref: ${{ github.event.pull_request.head.sha }}
@@ -132,11 +132,11 @@ jobs:
132132
update-dockle:
133133
runs-on: ubuntu-latest
134134
steps:
135-
- uses: actions/checkout@v3.3.0
135+
- uses: actions/checkout@v3.5.0
136136
with:
137137
fetch-depth: 0
138138
ref: ${{ github.event.pull_request.head.sha }}
139-
- uses: dev-hato/actions-update-dockle@v0.0.43
139+
- uses: dev-hato/actions-update-dockle@v0.0.47
140140
with:
141141
github-token: ${{secrets.GITHUB_TOKEN}}
142142

@@ -149,7 +149,7 @@ jobs:
149149
DOCKER_CONTENT_TRUST: 1
150150
REPOSITORY: ${{github.repository}}
151151
steps:
152-
- uses: actions/checkout@v3.3.0
152+
- uses: actions/checkout@v3.5.0
153153
- run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/dockle/run_dockle.sh"
154154
env:
155155
HEAD_REF: ${{github.head_ref || github.event.release.tag_name}}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
format-json-yml:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v3.3.0
21+
- uses: actions/checkout@v3.5.0
2222
with:
2323
fetch-depth: 0
2424
ref: ${{ github.event.pull_request.head.sha }}
25-
- uses: dev-hato/actions-format-json-yml@v0.0.34
25+
- uses: dev-hato/actions-format-json-yml@v0.0.36
2626
with:
2727
github-token: ${{secrets.GITHUB_TOKEN}}
2828
concurrency:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
github-actions-cache-cleaner:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3.3.0
18-
- uses: dev-hato/github-actions-cache-cleaner@v0.0.9
17+
- uses: actions/checkout@v3.5.0
18+
- uses: dev-hato/github-actions-cache-cleaner@v0.0.13
1919
with:
2020
github-token: ${{secrets.GITHUB_TOKEN}}
2121

.github/workflows/pr-check-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
contents: write
2222
pull-requests: write
2323
steps:
24-
- uses: actions/checkout@v3.3.0
24+
- uses: actions/checkout@v3.5.0
2525
with:
2626
fetch-depth: 0
2727
ref: ${{ github.event.pull_request.head.sha }}
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
needs: pr-update-version
4343
steps:
44-
- uses: actions/checkout@v3.3.0
44+
- uses: actions/checkout@v3.5.0
4545
with:
4646
# ここでsubmodule持ってくるとdetached headにcommitして死ぬ
4747
# submodule: 'recursive'

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

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

1414
steps:
15-
- uses: actions/checkout@v3.3.0
15+
- uses: actions/checkout@v3.5.0
1616
with:
1717
fetch-depth: 0
1818
path: hato-bot
@@ -24,7 +24,7 @@ jobs:
2424
result-encoding: string
2525
script:
2626
return process.env.GITHUB_REPOSITORY.split('/')[0]
27-
- uses: actions/checkout@v3.3.0
27+
- uses: actions/checkout@v3.5.0
2828
with:
2929
fetch-depth: 0
3030
repository: ${{steps.set_org_name.outputs.result}}/sudden-death

.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@v3.3.0
22+
- uses: actions/checkout@v3.5.0
2323
with:
2424
# ここでsubmodule持ってくるとdetached headにcommitして死ぬ
2525
# submodule: 'recursive'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v3.3.0
16+
- uses: actions/checkout@v3.5.0
1717
with:
1818
fetch-depth: 0
1919
- name: Set org name

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3.3.0
15+
- uses: actions/checkout@v3.5.0
1616
with:
1717
fetch-depth: 0
1818
- name: Get diff

0 commit comments

Comments
 (0)