From 44cc75069d46ace58d2bffd3ac4df7cfc4acb0cb Mon Sep 17 00:00:00 2001 From: Tate Date: Tue, 21 May 2024 15:38:27 -0600 Subject: [PATCH] [TT-1098] Bump push-gha-metrics-action to fix core metrics upload --- .github/workflows/ci-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-core.yml b/.github/workflows/ci-core.yml index cf11163047f..93ad734afc3 100644 --- a/.github/workflows/ci-core.yml +++ b/.github/workflows/ci-core.yml @@ -213,7 +213,7 @@ jobs: - name: Collect Metrics if: ${{ needs.filter.outputs.changes == 'true' && always() }} id: collect-gha-metrics - uses: smartcontractkit/push-gha-metrics-action@dea9b546553cb4ca936607c2267a09c004e4ab3f # v3.0.0 + uses: smartcontractkit/push-gha-metrics-action@cacccc46d8d8e1368fdc56b491559f24dd4a7522 with: id: ${{ matrix.type.id }} org-id: ${{ secrets.GRAFANA_INTERNAL_TENANT_ID }}