diff --git a/.github/workflows/check-fail-notify.yml b/.github/workflows/check-fail-notify.yml index cdbe4822a..4d54fb182 100644 --- a/.github/workflows/check-fail-notify.yml +++ b/.github/workflows/check-fail-notify.yml @@ -9,7 +9,7 @@ jobs: check-fail-notify: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 598fc9511..8a442a8e2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -33,7 +33,7 @@ jobs: # https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed steps: - name: Checkout repository - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v2 diff --git a/.github/workflows/dependency_review.yml b/.github/workflows/dependency_review.yml index df8a43245..4edf6c2ce 100644 --- a/.github/workflows/dependency_review.yml +++ b/.github/workflows/dependency_review.yml @@ -5,5 +5,5 @@ jobs: dependency-review: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - uses: actions/dependency-review-action@v3.1.0 diff --git a/.github/workflows/fail-notify.yml b/.github/workflows/fail-notify.yml index f3489c075..78a8059fd 100644 --- a/.github/workflows/fail-notify.yml +++ b/.github/workflows/fail-notify.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest if: github.event.workflow_run.conclusion == 'failure' steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - name: Get slack payload id: get_slack_payload uses: actions/github-script@v6.4.1 diff --git a/.github/workflows/format-json-yml.yml b/.github/workflows/format-json-yml.yml index 05dc988a9..9b1f65f2b 100644 --- a/.github/workflows/format-json-yml.yml +++ b/.github/workflows/format-json-yml.yml @@ -17,7 +17,7 @@ jobs: format-json-yml: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: fetch-depth: 0 diff --git a/.github/workflows/gcr-cleaner.yml b/.github/workflows/gcr-cleaner.yml index 513792cc6..11c55e5dd 100644 --- a/.github/workflows/gcr-cleaner.yml +++ b/.github/workflows/gcr-cleaner.yml @@ -14,7 +14,7 @@ jobs: id-token: write contents: read steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - id: 'auth' name: 'Authenticate to GCP' uses: google-github-actions/auth@v1.1.1 diff --git a/.github/workflows/github-actions-cache-cleaner.yml b/.github/workflows/github-actions-cache-cleaner.yml index 08d2df37d..dff47dd7f 100644 --- a/.github/workflows/github-actions-cache-cleaner.yml +++ b/.github/workflows/github-actions-cache-cleaner.yml @@ -11,7 +11,7 @@ jobs: github-actions-cache-cleaner: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - uses: dev-hato/github-actions-cache-cleaner@v0.0.28 with: github-token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 360a14f64..fe8e5fb6f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: deploy-files: ${{ steps.changes.outputs.deploy-files }} if: github.event_name != 'pull_request' || github.event.action != 'closed' steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - uses: dorny/paths-filter@v2.11.1 id: changes with: @@ -44,7 +44,7 @@ jobs: run: working-directory: frontend steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - uses: actions/setup-node@v3.8.1 with: node-version-file: frontend/.node-version @@ -67,7 +67,7 @@ jobs: packages: write if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed' && github.repository == github.event.pull_request.head.repo.full_name) steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - name: Login to GitHub Container Registry uses: docker/login-action@v3.0.0 with: @@ -103,7 +103,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - name: Login to GitHub Container Registry uses: docker/login-action@v3.0.0 with: @@ -145,7 +145,7 @@ jobs: DOCKER_CONTENT_TRUST: 1 REPOSITORY: ${{github.repository}} steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: fetch-depth: 0 @@ -184,7 +184,7 @@ jobs: env: DOCKER_CMD: "node --version && npm --version" steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: fetch-depth: 0 @@ -250,7 +250,7 @@ jobs: update-dockle: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: fetch-depth: 0 @@ -275,7 +275,7 @@ jobs: DOCKER_CONTENT_TRUST: 1 REPOSITORY: ${{github.repository}} steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - run: echo "TAG_NAME=${HEAD_REF//\//-}" >> "$GITHUB_ENV" env: HEAD_REF: ${{github.head_ref}} @@ -293,7 +293,7 @@ jobs: run: working-directory: frontend steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - uses: actions/setup-node@v3.8.1 with: node-version-file: frontend/.node-version @@ -315,7 +315,7 @@ jobs: DOCKER_CONTENT_TRUST: 1 REPOSITORY: ${{github.repository}} steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - run: cat .env >>"$GITHUB_ENV" - run: echo "TAG_NAME=${HEAD_REF//\//-}" >> "$GITHUB_ENV" env: @@ -349,7 +349,7 @@ jobs: DOCKER_CONTENT_TRUST: 1 REPOSITORY: ${{github.repository}} steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - run: cat .env >>"$GITHUB_ENV" - run: echo "TAG_NAME=${HEAD_REF//\//-}" >> "$GITHUB_ENV" env: @@ -380,7 +380,7 @@ jobs: id-token: write contents: read steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - uses: actions/download-artifact@v3.0.2 with: name: frontend @@ -414,7 +414,7 @@ jobs: pull-requests: write if: ${{ github.event_name == 'pull_request' }} steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - uses: actions/github-script@v6.4.1 env: SHA: ${{github.event.pull_request.head.sha}} @@ -433,7 +433,7 @@ jobs: ARTIFACT_PATH: ${{ github.workspace }}/tmp/artifacts URLS: https://v${{ github.run_number }}-dot-hato-atama.an.r.appspot.com steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - run: mkdir -p "${ARTIFACT_PATH}" - uses: foo-software/lighthouse-check-action@v10.0.0 with: @@ -456,7 +456,7 @@ jobs: browser_name: ["chrome", "chromium", "electron", "edge"] include: ${{fromJson(needs.make-browserslist.outputs.browserslist)}} steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - uses: actions/setup-node@v3.8.1 with: node-version-file: test/e2e/.node-version @@ -484,7 +484,7 @@ jobs: include: ${{fromJson(needs.make-browserslist.outputs.browserslist)}} if: ${{ github.event_name == 'push' }} steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - uses: actions/setup-node@v3.8.1 with: node-version-file: test/e2e/.node-version @@ -508,7 +508,7 @@ jobs: id-token: write contents: read steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - id: 'auth' name: 'Authenticate to GCP' uses: google-github-actions/auth@v1.1.1 @@ -526,7 +526,7 @@ jobs: id-token: write contents: read steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - name: Get run numbers uses: actions/github-script@v6.4.1 id: get_run_numbers diff --git a/.github/workflows/remove_app_engine_versions.yml b/.github/workflows/remove_app_engine_versions.yml index 160ac43c7..ce6bfe56b 100644 --- a/.github/workflows/remove_app_engine_versions.yml +++ b/.github/workflows/remove_app_engine_versions.yml @@ -12,7 +12,7 @@ jobs: contents: read if: github.repository == github.event.pull_request.head.repo.full_name && github.repository == 'dev-hato/hato-atama' steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - name: Get run numbers uses: actions/github-script@v6.4.1 id: get_run_numbers diff --git a/.github/workflows/resource-update.yml b/.github/workflows/resource-update.yml index 03db11e96..05c20f2aa 100644 --- a/.github/workflows/resource-update.yml +++ b/.github/workflows/resource-update.yml @@ -14,7 +14,7 @@ jobs: run: working-directory: frontend steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: fetch-depth: 0 @@ -39,7 +39,7 @@ jobs: run: working-directory: test/e2e steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: fetch-depth: 0 @@ -63,7 +63,7 @@ jobs: env: REPOSITORY: ${{github.repository}} steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: fetch-depth: 0 diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 6a09a443c..f8fec06b2 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - uses: actions/setup-node@v3.8.1 with: node-version-file: .node-version diff --git a/.github/workflows/update-gitleaks.yml b/.github/workflows/update-gitleaks.yml index b49f3d59e..edd15bcc6 100644 --- a/.github/workflows/update-gitleaks.yml +++ b/.github/workflows/update-gitleaks.yml @@ -17,7 +17,7 @@ jobs: update-gitleaks: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: fetch-depth: 0