diff --git a/.github/workflows/stack-linter.yml b/.github/workflows/stack-linter.yml index 7ce958e9..c434e526 100644 --- a/.github/workflows/stack-linter.yml +++ b/.github/workflows/stack-linter.yml @@ -45,7 +45,7 @@ jobs: # Run Linter against code base # ################################ - name: Lint Code Base - uses: docker://ghcr.io/github/super-linter:latest + uses: github/super-linter@v3.14.5 env: ACTIONS_RUNNER_DEBUG: true ERROR_ON_MISSING_EXEC_BIT: true diff --git a/action.yml b/action.yml index 14644e81..15a058d2 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ author: 'GitHub' description: 'It is a simple combination of various linters, written in bash, to help validate your source code.' runs: using: 'docker' - image: 'docker://ghcr.io/github/super-linter:v3' + image: 'docker://ghcr.io/github/super-linter:v3.14.5' branding: icon: 'check-square' color: 'white'