From a8f8eb7e94142745469d0c63d6a63dadeb9f6e2e Mon Sep 17 00:00:00 2001 From: Li Jie Date: Thu, 13 Aug 2026 23:09:57 +0800 Subject: [PATCH 1/3] build(deps): bump benchmark publisher to 1.0.4 --- .github/workflows/benchmark-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark-publish.yml b/.github/workflows/benchmark-publish.yml index f767f1738d..d78b6b0a11 100644 --- a/.github/workflows/benchmark-publish.yml +++ b/.github/workflows/benchmark-publish.yml @@ -14,7 +14,7 @@ permissions: jobs: publish: if: github.event.workflow_run.conclusion == 'success' - uses: xgo-dev/setup-benchmark-go-action/.github/workflows/publish.yml@v1.0.3 + uses: xgo-dev/setup-benchmark-go-action/.github/workflows/publish.yml@v1.0.4 with: run_id: ${{ github.event.workflow_run.id }} config_path: .github/llgo-benchmark.yml From db031500ffc832d6d45e876cd2a195b49f4a42dc Mon Sep 17 00:00:00 2001 From: Li Jie Date: Thu, 13 Aug 2026 23:19:20 +0800 Subject: [PATCH 2/3] ci: pin benchmark action release by commit --- .github/workflows/benchmark-publish.yml | 2 +- .github/workflows/benchmark.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark-publish.yml b/.github/workflows/benchmark-publish.yml index d78b6b0a11..56d41ba723 100644 --- a/.github/workflows/benchmark-publish.yml +++ b/.github/workflows/benchmark-publish.yml @@ -14,7 +14,7 @@ permissions: jobs: publish: if: github.event.workflow_run.conclusion == 'success' - uses: xgo-dev/setup-benchmark-go-action/.github/workflows/publish.yml@v1.0.4 + uses: xgo-dev/setup-benchmark-go-action/.github/workflows/publish.yml@cdb431bcea967f83660d20fe8b3185e71d5d3f0e # v1.0.4 with: run_id: ${{ github.event.workflow_run.id }} config_path: .github/llgo-benchmark.yml diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 68821b81fa..0a2d27cd04 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -78,7 +78,7 @@ jobs: "$GITHUB_WORKSPACE/.benchmark/results" - name: Record benchmark result - uses: xgo-dev/setup-benchmark-go-action@v1.0.4 + uses: xgo-dev/setup-benchmark-go-action@cdb431bcea967f83660d20fe8b3185e71d5d3f0e # v1.0.4 with: config: .github/llgo-benchmark.yml benchmark-file: .benchmark/results/benchmark.txt From 1b8c1144108dac349c0ce12c2a75b01a8baba4cf Mon Sep 17 00:00:00 2001 From: Li Jie Date: Fri, 14 Aug 2026 03:29:39 +0800 Subject: [PATCH 3/3] ci: use benchmark action release tag --- .github/workflows/benchmark-publish.yml | 2 +- .github/workflows/benchmark.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark-publish.yml b/.github/workflows/benchmark-publish.yml index 56d41ba723..d78b6b0a11 100644 --- a/.github/workflows/benchmark-publish.yml +++ b/.github/workflows/benchmark-publish.yml @@ -14,7 +14,7 @@ permissions: jobs: publish: if: github.event.workflow_run.conclusion == 'success' - uses: xgo-dev/setup-benchmark-go-action/.github/workflows/publish.yml@cdb431bcea967f83660d20fe8b3185e71d5d3f0e # v1.0.4 + uses: xgo-dev/setup-benchmark-go-action/.github/workflows/publish.yml@v1.0.4 with: run_id: ${{ github.event.workflow_run.id }} config_path: .github/llgo-benchmark.yml diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 0a2d27cd04..68821b81fa 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -78,7 +78,7 @@ jobs: "$GITHUB_WORKSPACE/.benchmark/results" - name: Record benchmark result - uses: xgo-dev/setup-benchmark-go-action@cdb431bcea967f83660d20fe8b3185e71d5d3f0e # v1.0.4 + uses: xgo-dev/setup-benchmark-go-action@v1.0.4 with: config: .github/llgo-benchmark.yml benchmark-file: .benchmark/results/benchmark.txt