diff --git a/.github/workflows/super-linter-non-slim.yml b/.github/workflows/super-linter-non-slim.yml index bbdbb7b..ea54e1c 100644 --- a/.github/workflows/super-linter-non-slim.yml +++ b/.github/workflows/super-linter-non-slim.yml @@ -49,7 +49,7 @@ jobs: ref: ${{ inputs.CODEQUALITY_REF }} - name: Lint Code Base - uses: github/super-linter@v5 + uses: github/super-linter@v7 env: ANSIBLE_CONFIG_FILE: ansible/.ansible-lint.yml ANSIBLE_DIRECTORY: ${{ inputs.ANSIBLE_DIRECTORY }} diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index db7e7c0..a4292fb 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -61,7 +61,7 @@ jobs: run: git config --global url."https://${{ github.token }}:x-oauth-basic@github.com/".insteadOf "https://github.com/" - name: Lint Code Base - uses: github/super-linter/slim@v5 + uses: github/super-linter/slim@v7 env: ANSIBLE_CONFIG_FILE: ansible/.ansible-lint.yml ANSIBLE_DIRECTORY: ${{ inputs.ANSIBLE_DIRECTORY }}