diff --git a/libs/go-kibana-rest/.github/workflows/workflow.yml b/libs/go-kibana-rest/.github/workflows/workflow.yml index 69ef1b256..16e93996f 100644 --- a/libs/go-kibana-rest/.github/workflows/workflow.yml +++ b/libs/go-kibana-rest/.github/workflows/workflow.yml @@ -44,7 +44,7 @@ jobs: run: go build - name: Run test run: make test - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5 with: files: coverage.out flags: unittests