From eb71b41b56306d29bf1fa4e96bd1f027462cd091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 12:38:39 -0500 Subject: [PATCH] Chore [deps:github-actions]: Bump actions/checkout from 4.2.1 to 4.2.2 (#939) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.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/eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871...11bd71901bbe5b1630ceea73d27597364c9af683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Hendrickson <1851017+TylerHendrickson@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/code-scanning.yml | 6 +++--- .github/workflows/deploy-production.yml | 2 +- .github/workflows/qa.yml | 12 ++++++------ .github/workflows/release-drafter.yml | 2 +- .github/workflows/terraform-plan.yml | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b543490a..5012ef72 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: proxy.golang.org:443 sum.golang.org:443 storage.googleapis.com:443 - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: show-progress: 'false' persist-credentials: 'false' diff --git a/.github/workflows/code-scanning.yml b/.github/workflows/code-scanning.yml index 37a37ea3..d7ccda85 100644 --- a/.github/workflows/code-scanning.yml +++ b/.github/workflows/code-scanning.yml @@ -26,7 +26,7 @@ jobs: allowed-endpoints: > api.github.com:443 github.com:443 - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: show-progress: 'false' persist-credentials: 'false' @@ -51,7 +51,7 @@ jobs: proxy.golang.org:443 storage.googleapis.com:443 sum.golang.org:443 - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: show-progress: 'false' persist-credentials: 'false' @@ -81,7 +81,7 @@ jobs: allowed-endpoints: > api.github.com:443 github.com:443 - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: show-progress: 'false' persist-credentials: 'false' diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 1231b656..f9384ed9 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -126,7 +126,7 @@ jobs: allowed-endpoints: > api.github.com:443 github.com:443 - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Get release notes id: get continue-on-error: true diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index a3db9d8b..5079881c 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -26,7 +26,7 @@ jobs: proxy.golang.org:443 sum.golang.org:443 storage.googleapis.com:443 - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: ref: ${{ inputs.ref }} show-progress: 'false' @@ -70,7 +70,7 @@ jobs: proxy.golang.org:443 sum.golang.org:443 storage.googleapis.com:443 - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: ref: ${{ inputs.ref }} show-progress: 'false' @@ -109,7 +109,7 @@ jobs: github.com:443 proxy.golang.org:443 sum.golang.org:443 - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: ref: ${{ inputs.ref }} show-progress: 'false' @@ -136,7 +136,7 @@ jobs: proxy.golang.org:443 sum.golang.org:443 storage.googleapis.com:443 - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: ref: ${{ inputs.ref }} show-progress: 'false' @@ -167,7 +167,7 @@ jobs: proxy.golang.org:443 sum.golang.org:443 storage.googleapis.com:443 - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: ref: ${{ inputs.ref }} show-progress: 'false' @@ -205,7 +205,7 @@ jobs: api.github.com:443 github.com:443 objects.githubusercontent.com:443 - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: ref: ${{ inputs.ref }} show-progress: 'false' diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index a65d279d..a8c88692 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -55,7 +55,7 @@ jobs: allowed-endpoints: > api.github.com:443 github.com:443 - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: show-progress: false persist-credentials: 'false' diff --git a/.github/workflows/terraform-plan.yml b/.github/workflows/terraform-plan.yml index 03ac0cd3..cf90d53b 100644 --- a/.github/workflows/terraform-plan.yml +++ b/.github/workflows/terraform-plan.yml @@ -111,7 +111,7 @@ jobs: objects.githubusercontent.com:443 registry.terraform.io:443 releases.hashicorp.com:443 - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: ref: ${{ inputs.ref }} show-progress: 'false'