From 8a3ae3fccc8469e4ad5fcfb67e5ce8527d35063e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:48:36 +0000 Subject: [PATCH] chore(renovate): pin Update actions/checkout digest to eef6144 --- .github/workflows/lint-codeowners.yml | 2 +- .github/workflows/test-failure.yml | 2 +- .github/workflows/test-release.yml | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/lint-codeowners.yml b/.github/workflows/lint-codeowners.yml index 8d3df0ad..b8037588 100644 --- a/.github/workflows/lint-codeowners.yml +++ b/.github/workflows/lint-codeowners.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-22.04 timeout-minutes: 10 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - uses: mszostok/codeowners-validator@7f3f5e28c6d7b8dfae5731e54ce2272ca384592f # tag=v0.7.4 with: checks: "files,duppatterns,syntax" diff --git a/.github/workflows/test-failure.yml b/.github/workflows/test-failure.yml index 3fc8afa1..2f7cb603 100644 --- a/.github/workflows/test-failure.yml +++ b/.github/workflows/test-failure.yml @@ -19,7 +19,7 @@ jobs: action_step_conclusion: ${{ steps.use_action.conclusion }} steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Use action id: use_action uses: ./ diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index 2f078b87..63909668 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -65,7 +65,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Run tests continue-on-error: true @@ -92,7 +92,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Use action id: use_action @@ -142,7 +142,7 @@ jobs: echo "Permissions granted: `$PERMISSIONS_GRANTED`" >> "$GITHUB_STEP_SUMMARY" - name: Use token to checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: token: ${{ steps.use_action.outputs.token }} repository: CattleDip/demo-gha-install-token @@ -157,13 +157,13 @@ jobs: steps: - name: Checkout specified branch if: github.event_name == 'workflow_dispatch' - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: ref: ${{ github.event.inputs.branch }} - name: Checkout if: github.event_name != 'workflow_dispatch' - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Use action id: use_action @@ -185,7 +185,7 @@ jobs: console.log(JSON.stringify(repo, null, 2)); - name: Use token to checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: token: ${{ steps.use_action.outputs.token }} repository: CattleDip/demo-gha-install-token @@ -203,7 +203,7 @@ jobs: packages: write deployments: write steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 with: node-version-file: '.nvmrc'