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 }}