From b6f28d26c2e913f642923ec0e7fa6491aa952b1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 08:44:17 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/azure-deploy-dev.yml | 2 +- .github/workflows/azure-deploy-review.yml | 2 +- .github/workflows/azure-deploy-stage.yml | 2 +- .github/workflows/brakeman.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/cms-search.yml | 2 +- .github/workflows/cms-validate.yml | 2 +- .github/workflows/content.yml | 2 +- .github/workflows/development.yml | 2 +- .github/workflows/pa11y.yml | 2 +- .github/workflows/production.yml | 2 +- .github/workflows/qa.yml | 2 +- .github/workflows/staging.yml | 2 +- .github/workflows/teardown.yml | 2 +- .github/workflows/tf-azure-deploy.yml | 4 ++-- .github/workflows/tf-azure-unit-tests.yml | 2 +- .github/workflows/trivy.yml | 2 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/azure-deploy-dev.yml b/.github/workflows/azure-deploy-dev.yml index ec538356b8..aef3454ee1 100644 --- a/.github/workflows/azure-deploy-dev.yml +++ b/.github/workflows/azure-deploy-dev.yml @@ -39,7 +39,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Create and boot Docker image builder - name: Set up Docker Buildx diff --git a/.github/workflows/azure-deploy-review.yml b/.github/workflows/azure-deploy-review.yml index eb7c17e5d4..f36716cf62 100644 --- a/.github/workflows/azure-deploy-review.yml +++ b/.github/workflows/azure-deploy-review.yml @@ -42,7 +42,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/azure-deploy-stage.yml b/.github/workflows/azure-deploy-stage.yml index afa87cd741..88d14ffdce 100644 --- a/.github/workflows/azure-deploy-stage.yml +++ b/.github/workflows/azure-deploy-stage.yml @@ -36,7 +36,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref || github.ref_name }} diff --git a/.github/workflows/brakeman.yml b/.github/workflows/brakeman.yml index e95ee14071..0600aa3d0d 100644 --- a/.github/workflows/brakeman.yml +++ b/.github/workflows/brakeman.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Ruby uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8333c2e40..2467fd83a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Ruby uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/cms-search.yml b/.github/workflows/cms-search.yml index cc5a0fbdd4..bba3daeca8 100644 --- a/.github/workflows/cms-search.yml +++ b/.github/workflows/cms-search.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Ruby uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/cms-validate.yml b/.github/workflows/cms-validate.yml index ff81ffb14c..63ee780590 100644 --- a/.github/workflows/cms-validate.yml +++ b/.github/workflows/cms-validate.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Ruby uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/content.yml b/.github/workflows/content.yml index 4bb91b9061..06025df225 100644 --- a/.github/workflows/content.yml +++ b/.github/workflows/content.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} - diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 3b426471c1..a6151afa95 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # with: # ref: ${{ github.sha }} - diff --git a/.github/workflows/pa11y.yml b/.github/workflows/pa11y.yml index d745d2acf4..c4430b8e37 100644 --- a/.github/workflows/pa11y.yml +++ b/.github/workflows/pa11y.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node uses: actions/setup-node@v3 diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 15e2634d9a..309d212464 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref || github.ref_name }} - diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index fe54c94e98..f21f6c8425 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout deployed code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # with: # ref: ${{ github.event.workflow_run.head_branch }} - diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 3dff218a23..e514c82877 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.ref || github.ref_name }} - diff --git a/.github/workflows/teardown.yml b/.github/workflows/teardown.yml index 95b5036d8c..930c0dcc9a 100644 --- a/.github/workflows/teardown.yml +++ b/.github/workflows/teardown.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} - diff --git a/.github/workflows/tf-azure-deploy.yml b/.github/workflows/tf-azure-deploy.yml index ee69f136ce..7e710b2a5f 100644 --- a/.github/workflows/tf-azure-deploy.yml +++ b/.github/workflows/tf-azure-deploy.yml @@ -85,7 +85,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Install the latest version of the Terraform CLI - name: Setup Terraform @@ -165,7 +165,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Install the latest version of Terraform CLI and configure the Terraform CLI configuration file with a Terraform Cloud user API token - name: Setup Terraform diff --git a/.github/workflows/tf-azure-unit-tests.yml b/.github/workflows/tf-azure-unit-tests.yml index 005a1d18d3..2277658e70 100644 --- a/.github/workflows/tf-azure-unit-tests.yml +++ b/.github/workflows/tf-azure-unit-tests.yml @@ -20,7 +20,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Install the latest version of Terraform CLI and configure the Terraform CLI configuration file with a Terraform Cloud user API token - name: Setup Terraform diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index d478daf9e4..7671c50242 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2