From c22287617670c4b94f47b2729c33af2fa1f16cd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 21:45:50 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.0 --- .github/workflows/deploy-hato-bot.yml | 12 ++++++------ .github/workflows/format-json-yml.yml | 2 +- .github/workflows/github-actions-cache-cleaner.yml | 2 +- .github/workflows/pr-copy-ci-hato-bot.yml | 2 +- .github/workflows/pr-format.yml | 2 +- .github/workflows/pr-merge-develop-hato-bot.yml | 2 +- .github/workflows/pr-release-hato-bot.yml | 2 +- .github/workflows/pr-test-hato-bot.yml | 2 +- .github/workflows/pr-test.yml | 4 ++-- .github/workflows/pr-update-gitleaks.yml | 2 +- .github/workflows/update-readme-hato-bot.yml | 2 +- 11 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/deploy-hato-bot.yml b/.github/workflows/deploy-hato-bot.yml index 93268e5188..44a2a7bbbf 100644 --- a/.github/workflows/deploy-hato-bot.yml +++ b/.github/workflows/deploy-hato-bot.yml @@ -26,7 +26,7 @@ jobs: packages: write if: github.event_name == 'release' || (github.event_name == 'pull_request' && github.event.action != 'closed' && github.repository == github.event.pull_request.head.repo.full_name) steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: fetch-depth: 0 - name: Set .env @@ -111,7 +111,7 @@ jobs: needs: deploy_docker_image if: always() && (needs.deploy_docker_image.result == 'success' || (github.event_name == 'pull_request' && github.event.action == 'closed')) steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: fetch-depth: 0 @@ -135,7 +135,7 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: fetch-depth: 0 @@ -161,7 +161,7 @@ jobs: runs-on: ubuntu-latest needs: pr-update-version steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: # ここでsubmodule持ってくるとdetached headにcommitして死ぬ @@ -185,7 +185,7 @@ jobs: update-dockle: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: fetch-depth: 0 @@ -202,7 +202,7 @@ jobs: DOCKER_CONTENT_TRUST: 1 REPOSITORY: ${{github.repository}} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/dockle/run_dockle.sh" env: HEAD_REF: ${{github.head_ref || github.event.release.tag_name}} diff --git a/.github/workflows/format-json-yml.yml b/.github/workflows/format-json-yml.yml index e7726a46fb..c6a278cfd9 100644 --- a/.github/workflows/format-json-yml.yml +++ b/.github/workflows/format-json-yml.yml @@ -24,7 +24,7 @@ jobs: with: app-id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }} private-key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: fetch-depth: 0 diff --git a/.github/workflows/github-actions-cache-cleaner.yml b/.github/workflows/github-actions-cache-cleaner.yml index 9591e509f8..2bbead8aae 100644 --- a/.github/workflows/github-actions-cache-cleaner.yml +++ b/.github/workflows/github-actions-cache-cleaner.yml @@ -12,7 +12,7 @@ jobs: github-actions-cache-cleaner: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: dev-hato/github-actions-cache-cleaner@377e370b2c439bbea69dce5c7e91167796e6bb70 # v0.0.50 with: github-token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/pr-copy-ci-hato-bot.yml b/.github/workflows/pr-copy-ci-hato-bot.yml index 405798594c..048696013b 100644 --- a/.github/workflows/pr-copy-ci-hato-bot.yml +++ b/.github/workflows/pr-copy-ci-hato-bot.yml @@ -9,7 +9,7 @@ jobs: pr-copy-ci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Generate a token id: generate_token uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0 diff --git a/.github/workflows/pr-format.yml b/.github/workflows/pr-format.yml index 84b30cc972..9c9d523149 100644 --- a/.github/workflows/pr-format.yml +++ b/.github/workflows/pr-format.yml @@ -19,7 +19,7 @@ jobs: pr-format: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: # ここでsubmodule持ってくるとdetached headにcommitして死ぬ diff --git a/.github/workflows/pr-merge-develop-hato-bot.yml b/.github/workflows/pr-merge-develop-hato-bot.yml index 56428d25bd..9ca747088d 100644 --- a/.github/workflows/pr-merge-develop-hato-bot.yml +++ b/.github/workflows/pr-merge-develop-hato-bot.yml @@ -10,7 +10,7 @@ jobs: pr-master-to-develop: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: fetch-depth: 0 - name: Get PullRequests diff --git a/.github/workflows/pr-release-hato-bot.yml b/.github/workflows/pr-release-hato-bot.yml index 90a737e4bb..2cf385a32e 100644 --- a/.github/workflows/pr-release-hato-bot.yml +++ b/.github/workflows/pr-release-hato-bot.yml @@ -9,7 +9,7 @@ jobs: pr-release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: fetch-depth: 0 - name: Get diff diff --git a/.github/workflows/pr-test-hato-bot.yml b/.github/workflows/pr-test-hato-bot.yml index c52162d82b..48e4980a44 100644 --- a/.github/workflows/pr-test-hato-bot.yml +++ b/.github/workflows/pr-test-hato-bot.yml @@ -13,7 +13,7 @@ jobs: pr-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: "recursive" - name: Set up Python diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index bfe487b2e9..24eb8c5229 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -10,7 +10,7 @@ jobs: pr-super-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: "recursive" fetch-depth: 0 @@ -50,7 +50,7 @@ jobs: pr-dotenv-linter: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: "recursive" fetch-depth: 0 diff --git a/.github/workflows/pr-update-gitleaks.yml b/.github/workflows/pr-update-gitleaks.yml index 237dfcdb61..fce3f65613 100644 --- a/.github/workflows/pr-update-gitleaks.yml +++ b/.github/workflows/pr-update-gitleaks.yml @@ -17,7 +17,7 @@ jobs: pr-update-gitleaks: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: fetch-depth: 0 diff --git a/.github/workflows/update-readme-hato-bot.yml b/.github/workflows/update-readme-hato-bot.yml index 1de0f92500..c604a97aed 100644 --- a/.github/workflows/update-readme-hato-bot.yml +++ b/.github/workflows/update-readme-hato-bot.yml @@ -14,7 +14,7 @@ jobs: update-readme: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: fetch-depth: 0