From db9a38f4ba50411e5877871fb3f845cb5825cd4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:26:35 +0000 Subject: [PATCH] Update actions/checkout digest to 11bd719 (#1246) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | digest | `eef6144` -> `11bd719` | --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-4 * * 3" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/brave/brave-variations). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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-testing-fieldtrials-gen.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 0115659a..89d49f05 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Deploy static files env: diff --git a/.github/workflows/generate-test-seed.yml b/.github/workflows/generate-test-seed.yml index a79f8efa..709c3db8 100644 --- a/.github/workflows/generate-test-seed.yml +++ b/.github/workflows/generate-test-seed.yml @@ -17,7 +17,7 @@ jobs: SEED_VERSION: 'pull/${{ github.event.pull_request.number }}@${{ github.sha }}' steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 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 f6500038..5af4e089 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Check workflow files run: | diff --git a/.github/workflows/test-src.yml b/.github/workflows/test-src.yml index 4eb3e3a4..5d382040 100644 --- a/.github/workflows/test-src.yml +++ b/.github/workflows/test-src.yml @@ -8,7 +8,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: npm install run: npm install diff --git a/.github/workflows/test-testing-fieldtrials-gen.yml b/.github/workflows/test-testing-fieldtrials-gen.yml index a98b283a..38233c29 100644 --- a/.github/workflows/test-testing-fieldtrials-gen.yml +++ b/.github/workflows/test-testing-fieldtrials-gen.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: '0' diff --git a/.github/workflows/upsert-study.yml b/.github/workflows/upsert-study.yml index de903598..a6f81a1c 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: '0'