From 027b4a5dff42c5a763df4bc7f62ebcd2166273a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:52:59 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to b4ffde6 --- .github/workflows/build.yml | 2 +- .github/workflows/static_analysis.yml | 2 +- .github/workflows/test_all_inputs_override.yml | 2 +- .github/workflows/test_custom_options_file.yml | 2 +- .github/workflows/test_double_checkout.yml | 4 ++-- .github/workflows/test_empty_pack_with_latest_build.yml | 2 +- .github/workflows/test_empty_resource_pack.yml | 2 +- .github/workflows/test_pack_in_submodule.yml | 2 +- .github/workflows/test_pack_submodule.yml | 2 +- .github/workflows/test_run_in_multiple_steps.yml | 2 +- .github/workflows/test_system_id.yml | 2 +- .../test_unusual_action_cache_revision_characters.yml | 2 +- .github/workflows/test_windows_runner.yml | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09fe374b..d937ea98 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup Node.js 16 uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3 with: diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index 73c4f99c..7ec4bbe4 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup Node.js 16 uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3 with: diff --git a/.github/workflows/test_all_inputs_override.yml b/.github/workflows/test_all_inputs_override.yml index 07d4ccde..39afe060 100644 --- a/.github/workflows/test_all_inputs_override.yml +++ b/.github/workflows/test_all_inputs_override.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 - name: Run PackSquash diff --git a/.github/workflows/test_custom_options_file.yml b/.github/workflows/test_custom_options_file.yml index 94f54431..a307ef30 100644 --- a/.github/workflows/test_custom_options_file.yml +++ b/.github/workflows/test_custom_options_file.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 - name: Generate options file diff --git a/.github/workflows/test_double_checkout.yml b/.github/workflows/test_double_checkout.yml index b0050564..bc55ae69 100644 --- a/.github/workflows/test_double_checkout.yml +++ b/.github/workflows/test_double_checkout.yml @@ -9,9 +9,9 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Clone repository (again) - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 - name: Run PackSquash diff --git a/.github/workflows/test_empty_pack_with_latest_build.yml b/.github/workflows/test_empty_pack_with_latest_build.yml index 78a12852..5f9e2716 100644 --- a/.github/workflows/test_empty_pack_with_latest_build.yml +++ b/.github/workflows/test_empty_pack_with_latest_build.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 - name: Generate minimal PackSquash options file diff --git a/.github/workflows/test_empty_resource_pack.yml b/.github/workflows/test_empty_resource_pack.yml index eb004af9..248c9b8d 100644 --- a/.github/workflows/test_empty_resource_pack.yml +++ b/.github/workflows/test_empty_resource_pack.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 - name: Run PackSquash diff --git a/.github/workflows/test_pack_in_submodule.yml b/.github/workflows/test_pack_in_submodule.yml index e31ead7c..59a134e0 100644 --- a/.github/workflows/test_pack_in_submodule.yml +++ b/.github/workflows/test_pack_in_submodule.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Clone action repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: path: action - name: Set up empty Git repository with public pack submodules diff --git a/.github/workflows/test_pack_submodule.yml b/.github/workflows/test_pack_submodule.yml index 79267cff..622de56f 100644 --- a/.github/workflows/test_pack_submodule.yml +++ b/.github/workflows/test_pack_submodule.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Clone action repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: path: action - name: Set up empty Git repository with public pack submodules diff --git a/.github/workflows/test_run_in_multiple_steps.yml b/.github/workflows/test_run_in_multiple_steps.yml index 38b380d6..da4d9c3f 100644 --- a/.github/workflows/test_run_in_multiple_steps.yml +++ b/.github/workflows/test_run_in_multiple_steps.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 - name: Run PackSquash diff --git a/.github/workflows/test_system_id.yml b/.github/workflows/test_system_id.yml index 45e67f8e..0f4a5e25 100644 --- a/.github/workflows/test_system_id.yml +++ b/.github/workflows/test_system_id.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 - name: Run PackSquash diff --git a/.github/workflows/test_unusual_action_cache_revision_characters.yml b/.github/workflows/test_unusual_action_cache_revision_characters.yml index 1777185f..e753724b 100644 --- a/.github/workflows/test_unusual_action_cache_revision_characters.yml +++ b/.github/workflows/test_unusual_action_cache_revision_characters.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 - name: Run PackSquash diff --git a/.github/workflows/test_windows_runner.yml b/.github/workflows/test_windows_runner.yml index 1b62a719..2e97cab1 100644 --- a/.github/workflows/test_windows_runner.yml +++ b/.github/workflows/test_windows_runner.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 - name: Run PackSquash