From 510424177e8557f2385c17ac374790c9a8835fa2 Mon Sep 17 00:00:00 2001 From: Levi Muniz Date: Thu, 3 Sep 2020 15:59:01 -0600 Subject: [PATCH 1/2] Move to GitHub Container Registry --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6a1284a8..e74b75cc 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://github/super-linter:v3' + image: 'docker://ghcr.io/github/super-linter:v3' branding: icon: 'check-square' color: 'white' From 9d2624c0e1669b56607960ff1233e55963ed2afe Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Fri, 4 Sep 2020 10:54:31 -0500 Subject: [PATCH 2/2] Adding more --- .github/workflows/stack-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stack-linter.yml b/.github/workflows/stack-linter.yml index fd9d3a77..47a7b1bd 100644 --- a/.github/workflows/stack-linter.yml +++ b/.github/workflows/stack-linter.yml @@ -42,7 +42,7 @@ jobs: # Run Linter against code base # ################################ - name: Lint Code Base - uses: docker://github/super-linter:latest + uses: docker://ghcr.io/github/super-linter:latest env: VALIDATE_ALL_CODEBASE: false GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}