From 4dd9105d7f1dd1808e5488b505120af427066ead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 12:05:54 -0400 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#786) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/super-linter.yml | 2 +- .github/workflows/validate-build-bicep.yml | 2 +- .github/workflows/validate-terraform.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 375e1dd23..f2c10511d 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -19,7 +19,7 @@ jobs: name: lint-codebase runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Full git history is needed to get a proper list of changed files within `super-linter` - uses: github/super-linter/slim@v5 # use the slim linter since we don't use rust, dotenv, armttk, pwsh, or c# diff --git a/.github/workflows/validate-build-bicep.yml b/.github/workflows/validate-build-bicep.yml index d49ac18e9..c379fc621 100644 --- a/.github/workflows/validate-build-bicep.yml +++ b/.github/workflows/validate-build-bicep.yml @@ -15,7 +15,7 @@ jobs: validate-build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} - run: | diff --git a/.github/workflows/validate-terraform.yml b/.github/workflows/validate-terraform.yml index 38c23cf94..4f39e4d5b 100644 --- a/.github/workflows/validate-terraform.yml +++ b/.github/workflows/validate-terraform.yml @@ -19,7 +19,7 @@ jobs: name: check tooling versions run: | terraform -version - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - shell: bash name: validate and lint terraform run: |