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: |