From 78edef309c2a66ef3e8689bacbdea440e76bd949 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 00:57:34 +0000 Subject: [PATCH] Update actions/checkout digest to eef6144 --- .github/workflows/deploy-to-production.yml | 2 +- .github/workflows/generate-test-seed.yml | 2 +- .github/workflows/lint-github-actions.yml | 2 +- .github/workflows/test-src.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/upsert-study.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-to-production.yml b/.github/workflows/deploy-to-production.yml index 0ddd5c2d..0115659a 100644 --- a/.github/workflows/deploy-to-production.yml +++ b/.github/workflows/deploy-to-production.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Deploy static files env: diff --git a/.github/workflows/generate-test-seed.yml b/.github/workflows/generate-test-seed.yml index 5dcf7cba..c8a849ea 100644 --- a/.github/workflows/generate-test-seed.yml +++ b/.github/workflows/generate-test-seed.yml @@ -18,7 +18,7 @@ jobs: SEED_VERSION: 'pull/${{ github.event.pull_request.number }}@${{ github.sha }}' steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Fetch base commit run: git fetch --depth=1 origin "$BASE_SHA" diff --git a/.github/workflows/lint-github-actions.yml b/.github/workflows/lint-github-actions.yml index 7a76b45c..16b0f012 100644 --- a/.github/workflows/lint-github-actions.yml +++ b/.github/workflows/lint-github-actions.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Check workflow files run: | diff --git a/.github/workflows/test-src.yml b/.github/workflows/test-src.yml index 4e594933..5d0b05fd 100644 --- a/.github/workflows/test-src.yml +++ b/.github/workflows/test-src.yml @@ -8,7 +8,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: npm install run: npm install diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1de942f5..389e349a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: fetch-depth: '0' diff --git a/.github/workflows/upsert-study.yml b/.github/workflows/upsert-study.yml index 8ff03eb8..a3dfd15c 100644 --- a/.github/workflows/upsert-study.yml +++ b/.github/workflows/upsert-study.yml @@ -42,7 +42,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: fetch-depth: '0'