diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f9e748..0d685d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -186,7 +186,7 @@ jobs: - name: Lint Entire Repo if: github.event_name != 'pull_request' - uses: golangci/golangci-lint-action@e60da84bfae8c7920a47be973d75e15710aa8bd7 # v3.7.1 + uses: golangci/golangci-lint-action@2e788936b09dd82dc280e845628a40d2ba6b204c # v3.7.1 with: working-directory: ${{ inputs.working-directory }} version: ${{ inputs.linter-version }}