From 3f0ab6e797dacebbaa8a2f5290832a33cdf85193 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 11:15:23 +0000 Subject: [PATCH 1/2] Update dependency renovate to v34.43.1 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b74c33e7f3..a4ecc7ad04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "@textlint-ja/textlint-rule-no-insert-dropping-sa": "2.0.1", "js-yaml": "4.1.0", "markdownlint-cli": "0.32.2", - "renovate": "34.43.0", + "renovate": "34.43.1", "textlint": "12.2.3", "textlint-filter-rule-comments": "1.2.2", "textlint-rule-abbr-within-parentheses": "1.0.2", @@ -10264,9 +10264,9 @@ } }, "node_modules/renovate": { - "version": "34.43.0", - "resolved": "https://registry.npmjs.org/renovate/-/renovate-34.43.0.tgz", - "integrity": "sha512-JCHC+lk+DHRSeJewP9F4VglVAc+3ieVCyCuVLC7w/RoIEwdlr1wvEvBvYLhTIqe/tGAAOwEt5MYvYqzT6CilDg==", + "version": "34.43.1", + "resolved": "https://registry.npmjs.org/renovate/-/renovate-34.43.1.tgz", + "integrity": "sha512-gELVGjUhGbRLD7BKQaV0lKZbhcE5kjPhcLfrNc2qygfwAhizrPDkAWfgzQjhXaBYC2lbyTNenjfeLtEGlQql1g==", "dev": true, "dependencies": { "@aws-sdk/client-codecommit": "3.154.0", @@ -21089,9 +21089,9 @@ } }, "renovate": { - "version": "34.43.0", - "resolved": "https://registry.npmjs.org/renovate/-/renovate-34.43.0.tgz", - "integrity": "sha512-JCHC+lk+DHRSeJewP9F4VglVAc+3ieVCyCuVLC7w/RoIEwdlr1wvEvBvYLhTIqe/tGAAOwEt5MYvYqzT6CilDg==", + "version": "34.43.1", + "resolved": "https://registry.npmjs.org/renovate/-/renovate-34.43.1.tgz", + "integrity": "sha512-gELVGjUhGbRLD7BKQaV0lKZbhcE5kjPhcLfrNc2qygfwAhizrPDkAWfgzQjhXaBYC2lbyTNenjfeLtEGlQql1g==", "dev": true, "requires": { "@aws-sdk/client-codecommit": "3.154.0", diff --git a/package.json b/package.json index d0eee06df5..6e15f552c4 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@textlint-ja/textlint-rule-no-insert-dropping-sa": "2.0.1", "js-yaml": "4.1.0", "markdownlint-cli": "0.32.2", - "renovate": "34.43.0", + "renovate": "34.43.1", "textlint": "12.2.3", "textlint-filter-rule-comments": "1.2.2", "textlint-rule-abbr-within-parentheses": "1.0.2", From 37f2016afa7b3d8c60bcc7892f70947eefea27cb Mon Sep 17 00:00:00 2001 From: "masaya.suzuki" Date: Thu, 1 Dec 2022 20:54:13 +0900 Subject: [PATCH 2/2] =?UTF-8?q?deploy-hato-bot=E3=81=AEHEAD=5FREF=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-hato-bot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-hato-bot.yml b/.github/workflows/deploy-hato-bot.yml index 6011afad3e..59255c85d9 100644 --- a/.github/workflows/deploy-hato-bot.yml +++ b/.github/workflows/deploy-hato-bot.yml @@ -122,7 +122,7 @@ jobs: id: get_python_version run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/update_version_python_version/get_python_version.sh" env: - HEAD_REF: ${{github.head_ref}} + HEAD_REF: ${{github.head_ref || github.event.release.tag_name}} - uses: dev-hato/actions-diff-pr-management@v1.1.1 with: github-token: ${{secrets.GITHUB_TOKEN}} @@ -153,7 +153,7 @@ jobs: - uses: actions/checkout@v3.1.0 - run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/dockle/run_dockle.sh" env: - HEAD_REF: ${{github.head_ref}} + HEAD_REF: ${{github.head_ref || github.event.release.tag_name}} deploy-complete: runs-on: ubuntu-latest