From 963301579697158f9b22c62eeb5e426edaabb6e8 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Fri, 26 Jun 2020 21:59:15 -0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d5a8cb6..06624f8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,12 +33,12 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@master + uses: actions/checkout@v2 ################################ # Run Linter against code base # ################################ - name: Lint Code Base - uses: docker://github/super-linter:latest + uses: docker://github/super-linter:v2.2.0 env: VALIDATE_ALL_CODEBASE: true