From e5493b8eb21af20e96e24398594e38470cb15fa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 18:31:04 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.1 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/b4ffde65f46336ab88eb53be808477a3936bae11...11bd71901bbe5b1630ceea73d27597364c9af683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/auto_release.yml | 4 ++-- .github/workflows/ci-composite-action.yml | 2 +- .github/workflows/ci-matrix.yml | 2 +- .github/workflows/ci-single-job.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/dependabot_approve_and_label.yml | 2 +- .github/workflows/scripted-build-matrix-pipeline.yml | 8 ++++---- .github/workflows/scripted-build-pipeline.yml | 8 ++++---- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/auto_release.yml b/.github/workflows/auto_release.yml index 7b451e3..4f98d82 100644 --- a/.github/workflows/auto_release.yml +++ b/.github/workflows/auto_release.yml @@ -158,7 +158,7 @@ jobs: EOF echo "is_release_pending : ${{ steps.get_release_pending_pr_list.outputs.is_release_pending }}" - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 - name: Read pr-autoflow configuration id: get_pr_autoflow_config uses: endjin/pr-autoflow/actions/read-configuration@v4 @@ -211,7 +211,7 @@ jobs: with: dotnet-version: '6.x' - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 with: # ensure we are creating the release tag on the default branch ref: ${{ needs.lookup_default_branch.outputs.branch_name }} diff --git a/.github/workflows/ci-composite-action.yml b/.github/workflows/ci-composite-action.yml index bf61d04..3f7685e 100644 --- a/.github/workflows/ci-composite-action.yml +++ b/.github/workflows/ci-composite-action.yml @@ -37,7 +37,7 @@ jobs: preReleaseTag: ${{ steps.run_build.outputs.preReleaseTag }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 with: fetch-depth: 0 - uses: ./actions/prepare-env-vars-and-secrets diff --git a/.github/workflows/ci-matrix.yml b/.github/workflows/ci-matrix.yml index f2fbb55..e4e3966 100644 --- a/.github/workflows/ci-matrix.yml +++ b/.github/workflows/ci-matrix.yml @@ -40,7 +40,7 @@ jobs: RESOLVED_ENV_VARS: ${{ steps.prepareEnvVarsAndSecrets.outputs.environmentVariablesYamlBase64 }} RESOLVED_SECRETS: ${{ steps.prepareEnvVarsAndSecrets.outputs.secretsYamlBase64 }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 diff --git a/.github/workflows/ci-single-job.yml b/.github/workflows/ci-single-job.yml index 9969d9f..0e9f82f 100644 --- a/.github/workflows/ci-single-job.yml +++ b/.github/workflows/ci-single-job.yml @@ -35,7 +35,7 @@ jobs: RESOLVED_ENV_VARS: ${{ steps.prepareEnvVarsAndSecrets.outputs.environmentVariablesYamlBase64 }} RESOLVED_SECRETS: ${{ steps.prepareEnvVarsAndSecrets.outputs.secretsYamlBase64 }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b856dea..3d75c5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: RESOLVED_ENV_VARS: ${{ steps.prepareEnvVarsAndSecrets.outputs.environmentVariablesYamlBase64 }} RESOLVED_SECRETS: ${{ steps.prepareEnvVarsAndSecrets.outputs.secretsYamlBase64 }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 diff --git a/.github/workflows/dependabot_approve_and_label.yml b/.github/workflows/dependabot_approve_and_label.yml index 4bf96f3..b82f331 100644 --- a/.github/workflows/dependabot_approve_and_label.yml +++ b/.github/workflows/dependabot_approve_and_label.yml @@ -23,7 +23,7 @@ jobs: is_auto_release_candidate: ${{ steps.parse_dependabot_pr_autorelease.outputs.is_interesting_package }} semver_increment: ${{ steps.parse_dependabot_pr_automerge.outputs.semver_increment }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 - name: Read pr-autoflow configuration id: get_pr_autoflow_config uses: endjin/pr-autoflow/actions/read-configuration@v4 diff --git a/.github/workflows/scripted-build-matrix-pipeline.yml b/.github/workflows/scripted-build-matrix-pipeline.yml index d79c3da..68684ae 100644 --- a/.github/workflows/scripted-build-matrix-pipeline.yml +++ b/.github/workflows/scripted-build-matrix-pipeline.yml @@ -139,7 +139,7 @@ jobs: preReleaseTag: ${{ steps.run_compile.outputs.preReleaseTag }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 submodules: true @@ -206,7 +206,7 @@ jobs: matrix: ${{ fromJson(inputs.testPhaseMatrixJson) }} runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 with: fetch-depth: 0 - uses: endjin/Endjin.RecommendedPractices.GitHubActions/actions/set-env-vars-and-secrets@main @@ -321,7 +321,7 @@ jobs: name: Package runs-on: ${{ inputs.packagePhaseRunnerOs }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 with: fetch-depth: 0 - uses: endjin/Endjin.RecommendedPractices.GitHubActions/actions/set-env-vars-and-secrets@main @@ -378,7 +378,7 @@ jobs: contents: write packages: write steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 with: fetch-depth: 0 - uses: endjin/Endjin.RecommendedPractices.GitHubActions/actions/set-env-vars-and-secrets@main diff --git a/.github/workflows/scripted-build-pipeline.yml b/.github/workflows/scripted-build-pipeline.yml index b6e5003..940db02 100644 --- a/.github/workflows/scripted-build-pipeline.yml +++ b/.github/workflows/scripted-build-pipeline.yml @@ -114,7 +114,7 @@ jobs: preReleaseTag: ${{ steps.run_compile.outputs.preReleaseTag }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 with: fetch-depth: 0 submodules: true @@ -177,7 +177,7 @@ jobs: name: Test runs-on: ${{ inputs.runsOn }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 - uses: endjin/Endjin.RecommendedPractices.GitHubActions/actions/set-env-vars-and-secrets@main @@ -290,7 +290,7 @@ jobs: name: Package runs-on: ${{ inputs.runsOn }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 with: fetch-depth: 0 - uses: endjin/Endjin.RecommendedPractices.GitHubActions/actions/set-env-vars-and-secrets@main @@ -346,7 +346,7 @@ jobs: contents: write packages: write steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 with: fetch-depth: 0 - uses: endjin/Endjin.RecommendedPractices.GitHubActions/actions/set-env-vars-and-secrets@main