diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f8eaae5..5f5fe5a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: prometheus/promci-setup@5af30ba8c199a91d6c04ebdc3c48e630e355f62d # v0.1.0 + - uses: prometheus/promci-setup@3e5cd31b34b8ae19efa8f071c5e3cdb44884a7f8 # v0.2.1 - run: make GO_ONLY=1 SKIP_GOLANGCI_LINT=1 - run: git diff --exit-code @@ -32,7 +32,7 @@ jobs: matrix: thread: [ 0, 1, 2, 3] steps: - - uses: prometheus/promci/build@d9d4f5688814f0b77bf003d07fb8c00507390634 # v0.8.2 + - uses: prometheus/promci/build@13941414d409d227afd67544e5d306827db5a1a2 # v0.8.5 with: parallelism: 4 thread: ${{ matrix.thread }} @@ -67,7 +67,7 @@ jobs: if: | (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')) steps: - - uses: prometheus/promci/publish_release@d9d4f5688814f0b77bf003d07fb8c00507390634 # v0.8.2 + - uses: prometheus/promci/publish_release@13941414d409d227afd67544e5d306827db5a1a2 # v0.8.5 with: docker_hub_organization: prometheuscommunity docker_hub_password: ${{ secrets.docker_hub_password }}