From 989842d227b519b74843590740d17a7ea9b3d9cc Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Mon, 1 Mar 2021 08:37:28 -0800 Subject: [PATCH] WTF-1057 Use long-form git SHA in staticcheck github action Signed-off-by: Chris Cummer --- .github/workflows/staticcheck.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/staticcheck.yml b/.github/workflows/staticcheck.yml index a04f0a66..81b58e73 100644 --- a/.github/workflows/staticcheck.yml +++ b/.github/workflows/staticcheck.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@master - name: check - uses: grandcolline/golang-github-actions@4356d04 + uses: grandcolline/golang-github-actions@4356d0458ea4bfdb55fcb296437812acef970f9b with: run: imports token: ${{ secrets.GITHUB_TOKEN }} @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@master - name: check - uses: grandcolline/golang-github-actions@4356d04 + uses: grandcolline/golang-github-actions@4356d0458ea4bfdb55fcb296437812acef970f9b with: run: errcheck token: ${{ secrets.GITHUB_TOKEN }} @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@master - name: check - uses: grandcolline/golang-github-actions@4356d04 + uses: grandcolline/golang-github-actions@4356d0458ea4bfdb55fcb296437812acef970f9b with: run: shadow token: ${{ secrets.GITHUB_TOKEN }} @@ -52,7 +52,7 @@ jobs: steps: - uses: actions/checkout@master - name: check - uses: grandcolline/golang-github-actions@4356d04 + uses: grandcolline/golang-github-actions@4356d0458ea4bfdb55fcb296437812acef970f9b with: run: staticcheck token: ${{ secrets.GITHUB_TOKEN }}