From b841760c1aa636b781bc87d97a1635ce16bbb2f8 Mon Sep 17 00:00:00 2001 From: MacOS Date: Thu, 16 Jul 2026 12:26:57 +0200 Subject: [PATCH 1/6] build(engine-benchmarks-workflow): pin checkout action with commit hash --- .github/workflows/engine-benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/engine-benchmarks.yml b/.github/workflows/engine-benchmarks.yml index b205a0e7..7a08d892 100644 --- a/.github/workflows/engine-benchmarks.yml +++ b/.github/workflows/engine-benchmarks.yml @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 20 steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up JDK 21 uses: actions/setup-java@v5 From e6e28b12f05f9aba21181c25b48c3ac6631a2972 Mon Sep 17 00:00:00 2001 From: MacOS Date: Thu, 16 Jul 2026 12:29:28 +0200 Subject: [PATCH 2/6] build(engine-benchmarks): pin setup-java action with commit hash --- .github/workflows/engine-benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/engine-benchmarks.yml b/.github/workflows/engine-benchmarks.yml index 7a08d892..bbb97ca1 100644 --- a/.github/workflows/engine-benchmarks.yml +++ b/.github/workflows/engine-benchmarks.yml @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up JDK 21 - uses: actions/setup-java@v5 + uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0 with: distribution: 'zulu' java-version: 21 From 2d6ea47391d620b927bc99874697fcc9cde181b9 Mon Sep 17 00:00:00 2001 From: MacOS Date: Thu, 16 Jul 2026 12:33:19 +0200 Subject: [PATCH 3/6] build(engine-benchmarks): pin upload-artifact action with commit hash --- .github/workflows/engine-benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/engine-benchmarks.yml b/.github/workflows/engine-benchmarks.yml index bbb97ca1..780596b5 100644 --- a/.github/workflows/engine-benchmarks.yml +++ b/.github/workflows/engine-benchmarks.yml @@ -78,7 +78,7 @@ jobs: - name: Upload smoke records if: always() - uses: actions/upload-artifact@v7 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: engine-smoke-records-${{ github.run_id }} path: out/engine/smoke/**/*.json From dc4c83a30453ae4a6e178a15a3eec576c2925772 Mon Sep 17 00:00:00 2001 From: MacOS Date: Thu, 16 Jul 2026 12:35:48 +0200 Subject: [PATCH 4/6] build(engine-benchmarks): pin upload-artifact action with commit hash --- .github/workflows/engine-benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/engine-benchmarks.yml b/.github/workflows/engine-benchmarks.yml index 780596b5..860ea394 100644 --- a/.github/workflows/engine-benchmarks.yml +++ b/.github/workflows/engine-benchmarks.yml @@ -121,7 +121,7 @@ jobs: - name: Upload full records if: always() - uses: actions/upload-artifact@v7 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: engine-full-records-${{ github.run_id }} path: out/engine/**/*.json From 09bbb6dbd843a3e4b764e3466b948e48eef41873 Mon Sep 17 00:00:00 2001 From: MacOS Date: Thu, 16 Jul 2026 12:37:00 +0200 Subject: [PATCH 5/6] build(engine-benchmarks): pin checkout action with commit hash --- .github/workflows/engine-benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/engine-benchmarks.yml b/.github/workflows/engine-benchmarks.yml index 860ea394..75932b30 100644 --- a/.github/workflows/engine-benchmarks.yml +++ b/.github/workflows/engine-benchmarks.yml @@ -93,7 +93,7 @@ jobs: runs-on: [self-hosted, linux, x86_64, skainet-bench-linux-x86] timeout-minutes: 120 steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Show runner identity run: | From 68034a85b579f340a740b9dc9f09e51085fb1231 Mon Sep 17 00:00:00 2001 From: MacOS Date: Thu, 16 Jul 2026 12:47:10 +0200 Subject: [PATCH 6/6] chore(engine-benchmarks): delete whitespace before comment to make it more consistent with the other inline comments --- .github/workflows/engine-benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/engine-benchmarks.yml b/.github/workflows/engine-benchmarks.yml index 75932b30..b4598a6d 100644 --- a/.github/workflows/engine-benchmarks.yml +++ b/.github/workflows/engine-benchmarks.yml @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up JDK 21 - uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0 + uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0 with: distribution: 'zulu' java-version: 21