diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 09c6a75d6..fdfb47c98 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@v2 + - uses: actions/checkout@v3 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@v4 # 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 a9ac81b9b..cc8414504 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@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha }} - run: | diff --git a/.github/workflows/validate-terraform.yml b/.github/workflows/validate-terraform.yml index 9f46110ec..2867cc1bf 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@v2 + - uses: actions/checkout@v3 - shell: bash name: validate and lint terraform run: |