diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9f31af..a56c1d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: run: go vet ./... - name: Run golangci-lint - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9 + uses: step-security/golangci-lint-action@1797facf9ea427614d729a4e9cab0fae1a7852d9 # v9.2.0 - name: Run tests with coverage and race detector run: go test ./... -v -count=1 -race -coverprofile=coverage.out -covermode=atomic diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d051edd..04e4f51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: run: go vet ./... - name: Run golangci-lint - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9 + uses: step-security/golangci-lint-action@1797facf9ea427614d729a4e9cab0fae1a7852d9 # v9.2.0 - name: Run tests run: go test ./... -v -count=1 -race