From 81056eb01f99f34dc7de58a20f51ea1f83ce8d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Mon, 10 Aug 2026 01:31:28 +0700 Subject: [PATCH 1/7] ci: pin actions/checkout@v4 to its commit SHA Resolves SonarCloud security hotspot S7637 (external GitHub Actions should be pinned to a commit hash) for actions/checkout. v4 -> 11d5960a326750d5838078e36cf38b85af677262 --- .github/workflows/ci-3p-aiomysql.yml | 2 +- .github/workflows/ci-3p-django-framework.yml | 2 +- .github/workflows/ci-3p-laravel-framework.yml | 2 +- .github/workflows/ci-3p-mariadb-connector-c.yml | 2 +- .github/workflows/ci-3p-mysql-connector-j.yml | 2 +- .github/workflows/ci-3p-pgjdbc.yml | 2 +- .github/workflows/ci-3p-php-pdo-mysql.yml | 2 +- .github/workflows/ci-3p-php-pdo-pgsql.yml | 2 +- .github/workflows/ci-3p-postgresql.yml | 2 +- .github/workflows/ci-3p-sqlalchemy.yml | 2 +- .github/workflows/ci-basictests.yml | 2 +- .github/workflows/ci-builds.yml | 2 +- .github/workflows/ci-codeql.yml | 2 +- .github/workflows/ci-legacy-clickhouse-g1.yml | 2 +- .github/workflows/ci-legacy-g1.yml | 2 +- .github/workflows/ci-legacy-g2-genai.yml | 2 +- .github/workflows/ci-legacy-g2.yml | 2 +- .github/workflows/ci-legacy-g3.yml | 2 +- .github/workflows/ci-legacy-g4.yml | 2 +- .github/workflows/ci-legacy-g5.yml | 2 +- .github/workflows/ci-legacy-g6.yml | 2 +- .github/workflows/ci-legacy-g7.yml | 2 +- .github/workflows/ci-legacy-g8.yml | 2 +- .github/workflows/ci-legacy-g9.yml | 2 +- .github/workflows/ci-maketest.yml | 2 +- .github/workflows/ci-mariadb10-galera-g1.yml | 2 +- .github/workflows/ci-mariadb10-galera-g2.yml | 2 +- .github/workflows/ci-mariadb10-galera-g3.yml | 2 +- .github/workflows/ci-mariadb10-galera-g4.yml | 2 +- .github/workflows/ci-mariadb10-galera-g5.yml | 2 +- .github/workflows/ci-mariadb10-galera-g6.yml | 2 +- .github/workflows/ci-mariadb10-galera-g7.yml | 2 +- .github/workflows/ci-mariadb10-galera-g8.yml | 2 +- .github/workflows/ci-mariadb10-galera-g9.yml | 2 +- .github/workflows/ci-mysql56-single-g1.yml | 2 +- .github/workflows/ci-mysql84-g1.yml | 2 +- .github/workflows/ci-mysql84-g2.yml | 2 +- .github/workflows/ci-mysql84-g3.yml | 2 +- .github/workflows/ci-mysql84-g4.yml | 2 +- .github/workflows/ci-mysql84-g5.yml | 2 +- .github/workflows/ci-mysql84-g6.yml | 2 +- .github/workflows/ci-mysql84-g7.yml | 2 +- .github/workflows/ci-mysql84-g8.yml | 2 +- .github/workflows/ci-mysql84-g9.yml | 2 +- .github/workflows/ci-mysql84-gr-g1.yml | 2 +- .github/workflows/ci-mysql84-gr-g2.yml | 2 +- .github/workflows/ci-mysql84-gr-g3.yml | 2 +- .github/workflows/ci-mysql84-gr-g4.yml | 2 +- .github/workflows/ci-mysql84-gr-g5.yml | 2 +- .github/workflows/ci-mysql84-gr-g6.yml | 2 +- .github/workflows/ci-mysql84-gr-g7.yml | 2 +- .github/workflows/ci-mysql84-gr-g8.yml | 2 +- .github/workflows/ci-mysql84-gr-g9.yml | 2 +- .github/workflows/ci-mysql90-gr-g1.yml | 2 +- .github/workflows/ci-mysql93-gr-g1.yml | 2 +- .github/workflows/ci-mysql95-gr-g1.yml | 2 +- .github/workflows/ci-mysqlx.yml | 6 +++--- .github/workflows/ci-no-infra-g1.yml | 2 +- .github/workflows/ci-package-build.yml | 2 +- .github/workflows/ci-pg-compat.yml | 2 +- .github/workflows/ci-pgsql-socket-g1.yml | 2 +- .github/workflows/ci-repltests.yml | 2 +- .github/workflows/ci-set_parser_algorithm_3-g1.yml | 2 +- .github/workflows/ci-shuntest.yml | 2 +- .github/workflows/ci-taptests-pgsql-cluster.yml | 2 +- .github/workflows/ci-unittests.yml | 2 +- 66 files changed, 68 insertions(+), 68 deletions(-) diff --git a/.github/workflows/ci-3p-aiomysql.yml b/.github/workflows/ci-3p-aiomysql.yml index 64954c60ac..4977cee970 100644 --- a/.github/workflows/ci-3p-aiomysql.yml +++ b/.github/workflows/ci-3p-aiomysql.yml @@ -53,7 +53,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout proxysql_3p_testing - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: 'proxysql/proxysql_3p_testing' ref: ${{ env.TESTTREE }} diff --git a/.github/workflows/ci-3p-django-framework.yml b/.github/workflows/ci-3p-django-framework.yml index 8388417a35..bd6b8d90e3 100644 --- a/.github/workflows/ci-3p-django-framework.yml +++ b/.github/workflows/ci-3p-django-framework.yml @@ -53,7 +53,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout proxysql_3p_testing - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: 'proxysql/proxysql_3p_testing' ref: ${{ env.TESTTREE }} diff --git a/.github/workflows/ci-3p-laravel-framework.yml b/.github/workflows/ci-3p-laravel-framework.yml index 9ee67b8dc0..e9b90de8e2 100644 --- a/.github/workflows/ci-3p-laravel-framework.yml +++ b/.github/workflows/ci-3p-laravel-framework.yml @@ -53,7 +53,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout proxysql_3p_testing - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: 'proxysql/proxysql_3p_testing' ref: ${{ env.TESTTREE }} diff --git a/.github/workflows/ci-3p-mariadb-connector-c.yml b/.github/workflows/ci-3p-mariadb-connector-c.yml index 0235d43f91..e92666c3cd 100644 --- a/.github/workflows/ci-3p-mariadb-connector-c.yml +++ b/.github/workflows/ci-3p-mariadb-connector-c.yml @@ -53,7 +53,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout proxysql_3p_testing - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: 'proxysql/proxysql_3p_testing' ref: ${{ env.TESTTREE }} diff --git a/.github/workflows/ci-3p-mysql-connector-j.yml b/.github/workflows/ci-3p-mysql-connector-j.yml index 6fc21a09b9..4731c04279 100644 --- a/.github/workflows/ci-3p-mysql-connector-j.yml +++ b/.github/workflows/ci-3p-mysql-connector-j.yml @@ -53,7 +53,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout proxysql_3p_testing - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: 'proxysql/proxysql_3p_testing' ref: ${{ env.TESTTREE }} diff --git a/.github/workflows/ci-3p-pgjdbc.yml b/.github/workflows/ci-3p-pgjdbc.yml index 1e2624d131..bea6835010 100644 --- a/.github/workflows/ci-3p-pgjdbc.yml +++ b/.github/workflows/ci-3p-pgjdbc.yml @@ -50,7 +50,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout proxysql_3p_testing - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: 'proxysql/proxysql_3p_testing' ref: ${{ env.TESTTREE }} diff --git a/.github/workflows/ci-3p-php-pdo-mysql.yml b/.github/workflows/ci-3p-php-pdo-mysql.yml index 21ece15a4b..fc83c9a95b 100644 --- a/.github/workflows/ci-3p-php-pdo-mysql.yml +++ b/.github/workflows/ci-3p-php-pdo-mysql.yml @@ -53,7 +53,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout proxysql_3p_testing - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: 'proxysql/proxysql_3p_testing' ref: ${{ env.TESTTREE }} diff --git a/.github/workflows/ci-3p-php-pdo-pgsql.yml b/.github/workflows/ci-3p-php-pdo-pgsql.yml index 00f2e01757..d280ae70a5 100644 --- a/.github/workflows/ci-3p-php-pdo-pgsql.yml +++ b/.github/workflows/ci-3p-php-pdo-pgsql.yml @@ -50,7 +50,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout proxysql_3p_testing - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: 'proxysql/proxysql_3p_testing' ref: ${{ env.TESTTREE }} diff --git a/.github/workflows/ci-3p-postgresql.yml b/.github/workflows/ci-3p-postgresql.yml index 12c60e1027..f42cda0bbe 100644 --- a/.github/workflows/ci-3p-postgresql.yml +++ b/.github/workflows/ci-3p-postgresql.yml @@ -50,7 +50,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout proxysql_3p_testing - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: 'proxysql/proxysql_3p_testing' ref: ${{ env.TESTTREE }} diff --git a/.github/workflows/ci-3p-sqlalchemy.yml b/.github/workflows/ci-3p-sqlalchemy.yml index b344342e67..6d28c5336e 100644 --- a/.github/workflows/ci-3p-sqlalchemy.yml +++ b/.github/workflows/ci-3p-sqlalchemy.yml @@ -56,7 +56,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout proxysql_3p_testing - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: 'proxysql/proxysql_3p_testing' ref: ${{ env.TESTTREE }} diff --git a/.github/workflows/ci-basictests.yml b/.github/workflows/ci-basictests.yml index 56eb76d5bf..4c0b2473fc 100644 --- a/.github/workflows/ci-basictests.yml +++ b/.github/workflows/ci-basictests.yml @@ -108,7 +108,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-builds.yml b/.github/workflows/ci-builds.yml index 1ed4fedbd8..9f1c841d56 100644 --- a/.github/workflows/ci-builds.yml +++ b/.github/workflows/ci-builds.yml @@ -164,7 +164,7 @@ jobs: - name: Checkout repository if: ${{ steps.cache-check.outputs.cache-hit != 'true' }} - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-codeql.yml b/.github/workflows/ci-codeql.yml index 6b14c57c79..2a74990e8e 100644 --- a/.github/workflows/ci-codeql.yml +++ b/.github/workflows/ci-codeql.yml @@ -56,7 +56,7 @@ jobs: run: sudo apt-get -y install libssl-dev gnutls-dev libgnutls28-dev libmysqlclient-dev libboost-all-dev libunwind8 libunwind-dev uuid-dev ca-certificates - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-legacy-clickhouse-g1.yml b/.github/workflows/ci-legacy-clickhouse-g1.yml index 878f70a534..cec839fd52 100644 --- a/.github/workflows/ci-legacy-clickhouse-g1.yml +++ b/.github/workflows/ci-legacy-clickhouse-g1.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-legacy-g1.yml b/.github/workflows/ci-legacy-g1.yml index 9cc963ab95..71ad976ae2 100644 --- a/.github/workflows/ci-legacy-g1.yml +++ b/.github/workflows/ci-legacy-g1.yml @@ -111,7 +111,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-legacy-g2-genai.yml b/.github/workflows/ci-legacy-g2-genai.yml index 86251c3635..bfacc8d6c1 100644 --- a/.github/workflows/ci-legacy-g2-genai.yml +++ b/.github/workflows/ci-legacy-g2-genai.yml @@ -56,7 +56,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-legacy-g2.yml b/.github/workflows/ci-legacy-g2.yml index 4d9e77c263..f9745ef323 100644 --- a/.github/workflows/ci-legacy-g2.yml +++ b/.github/workflows/ci-legacy-g2.yml @@ -105,7 +105,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-legacy-g3.yml b/.github/workflows/ci-legacy-g3.yml index e55d2792cf..0b23fa5511 100644 --- a/.github/workflows/ci-legacy-g3.yml +++ b/.github/workflows/ci-legacy-g3.yml @@ -111,7 +111,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-legacy-g4.yml b/.github/workflows/ci-legacy-g4.yml index e14f6119ab..13e65c4ca0 100644 --- a/.github/workflows/ci-legacy-g4.yml +++ b/.github/workflows/ci-legacy-g4.yml @@ -111,7 +111,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-legacy-g5.yml b/.github/workflows/ci-legacy-g5.yml index 5dee794d94..601d0d9ccb 100644 --- a/.github/workflows/ci-legacy-g5.yml +++ b/.github/workflows/ci-legacy-g5.yml @@ -111,7 +111,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-legacy-g6.yml b/.github/workflows/ci-legacy-g6.yml index 8572495d07..1339c69fa4 100644 --- a/.github/workflows/ci-legacy-g6.yml +++ b/.github/workflows/ci-legacy-g6.yml @@ -111,7 +111,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-legacy-g7.yml b/.github/workflows/ci-legacy-g7.yml index 8290122580..afe719011c 100644 --- a/.github/workflows/ci-legacy-g7.yml +++ b/.github/workflows/ci-legacy-g7.yml @@ -111,7 +111,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-legacy-g8.yml b/.github/workflows/ci-legacy-g8.yml index d6502e2fa7..42b1fef029 100644 --- a/.github/workflows/ci-legacy-g8.yml +++ b/.github/workflows/ci-legacy-g8.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-legacy-g9.yml b/.github/workflows/ci-legacy-g9.yml index 8cdb494a49..77e8eb14b9 100644 --- a/.github/workflows/ci-legacy-g9.yml +++ b/.github/workflows/ci-legacy-g9.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-maketest.yml b/.github/workflows/ci-maketest.yml index a3688f7fb9..9fd8e3454c 100644 --- a/.github/workflows/ci-maketest.yml +++ b/.github/workflows/ci-maketest.yml @@ -41,7 +41,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mariadb10-galera-g1.yml b/.github/workflows/ci-mariadb10-galera-g1.yml index a7ba3d3fee..2d9500ab65 100644 --- a/.github/workflows/ci-mariadb10-galera-g1.yml +++ b/.github/workflows/ci-mariadb10-galera-g1.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mariadb10-galera-g2.yml b/.github/workflows/ci-mariadb10-galera-g2.yml index fd42709c52..a52043deb4 100644 --- a/.github/workflows/ci-mariadb10-galera-g2.yml +++ b/.github/workflows/ci-mariadb10-galera-g2.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mariadb10-galera-g3.yml b/.github/workflows/ci-mariadb10-galera-g3.yml index c7f268e71b..9a96a0437c 100644 --- a/.github/workflows/ci-mariadb10-galera-g3.yml +++ b/.github/workflows/ci-mariadb10-galera-g3.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mariadb10-galera-g4.yml b/.github/workflows/ci-mariadb10-galera-g4.yml index 505d405993..8f41538f80 100644 --- a/.github/workflows/ci-mariadb10-galera-g4.yml +++ b/.github/workflows/ci-mariadb10-galera-g4.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mariadb10-galera-g5.yml b/.github/workflows/ci-mariadb10-galera-g5.yml index a17c95b035..c42d6a6737 100644 --- a/.github/workflows/ci-mariadb10-galera-g5.yml +++ b/.github/workflows/ci-mariadb10-galera-g5.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mariadb10-galera-g6.yml b/.github/workflows/ci-mariadb10-galera-g6.yml index 7e25ac0066..bb0a34819c 100644 --- a/.github/workflows/ci-mariadb10-galera-g6.yml +++ b/.github/workflows/ci-mariadb10-galera-g6.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mariadb10-galera-g7.yml b/.github/workflows/ci-mariadb10-galera-g7.yml index 6aa2e83586..c39aebc774 100644 --- a/.github/workflows/ci-mariadb10-galera-g7.yml +++ b/.github/workflows/ci-mariadb10-galera-g7.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mariadb10-galera-g8.yml b/.github/workflows/ci-mariadb10-galera-g8.yml index 0cda0237e0..0adc3cb1fd 100644 --- a/.github/workflows/ci-mariadb10-galera-g8.yml +++ b/.github/workflows/ci-mariadb10-galera-g8.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mariadb10-galera-g9.yml b/.github/workflows/ci-mariadb10-galera-g9.yml index 1b972f7891..4981768588 100644 --- a/.github/workflows/ci-mariadb10-galera-g9.yml +++ b/.github/workflows/ci-mariadb10-galera-g9.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mysql56-single-g1.yml b/.github/workflows/ci-mysql56-single-g1.yml index 5471f3f82f..15249a5b97 100644 --- a/.github/workflows/ci-mysql56-single-g1.yml +++ b/.github/workflows/ci-mysql56-single-g1.yml @@ -49,7 +49,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mysql84-g1.yml b/.github/workflows/ci-mysql84-g1.yml index e3afe6685c..767d8dcf53 100644 --- a/.github/workflows/ci-mysql84-g1.yml +++ b/.github/workflows/ci-mysql84-g1.yml @@ -111,7 +111,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mysql84-g2.yml b/.github/workflows/ci-mysql84-g2.yml index aed229eff8..ca077d57a4 100644 --- a/.github/workflows/ci-mysql84-g2.yml +++ b/.github/workflows/ci-mysql84-g2.yml @@ -111,7 +111,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mysql84-g3.yml b/.github/workflows/ci-mysql84-g3.yml index 643ce8de02..e99da2fe44 100644 --- a/.github/workflows/ci-mysql84-g3.yml +++ b/.github/workflows/ci-mysql84-g3.yml @@ -111,7 +111,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mysql84-g4.yml b/.github/workflows/ci-mysql84-g4.yml index 958241f6f5..a4f32b86d3 100644 --- a/.github/workflows/ci-mysql84-g4.yml +++ b/.github/workflows/ci-mysql84-g4.yml @@ -111,7 +111,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mysql84-g5.yml b/.github/workflows/ci-mysql84-g5.yml index 8e3a3de985..e0ff1a6387 100644 --- a/.github/workflows/ci-mysql84-g5.yml +++ b/.github/workflows/ci-mysql84-g5.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mysql84-g6.yml b/.github/workflows/ci-mysql84-g6.yml index 2adf6fea25..71bea7c32c 100644 --- a/.github/workflows/ci-mysql84-g6.yml +++ b/.github/workflows/ci-mysql84-g6.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mysql84-g7.yml b/.github/workflows/ci-mysql84-g7.yml index 3748cebff5..2b10e241a0 100644 --- a/.github/workflows/ci-mysql84-g7.yml +++ b/.github/workflows/ci-mysql84-g7.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mysql84-g8.yml b/.github/workflows/ci-mysql84-g8.yml index 41a5c941a4..85ac11dfcd 100644 --- a/.github/workflows/ci-mysql84-g8.yml +++ b/.github/workflows/ci-mysql84-g8.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mysql84-g9.yml b/.github/workflows/ci-mysql84-g9.yml index a696877473..241f363c24 100644 --- a/.github/workflows/ci-mysql84-g9.yml +++ b/.github/workflows/ci-mysql84-g9.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mysql84-gr-g1.yml b/.github/workflows/ci-mysql84-gr-g1.yml index 18ffed70fe..1610111e88 100644 --- a/.github/workflows/ci-mysql84-gr-g1.yml +++ b/.github/workflows/ci-mysql84-gr-g1.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mysql84-gr-g2.yml b/.github/workflows/ci-mysql84-gr-g2.yml index 2e7f692494..3b12230097 100644 --- a/.github/workflows/ci-mysql84-gr-g2.yml +++ b/.github/workflows/ci-mysql84-gr-g2.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mysql84-gr-g3.yml b/.github/workflows/ci-mysql84-gr-g3.yml index f20e2282b4..a3b4ebd3c9 100644 --- a/.github/workflows/ci-mysql84-gr-g3.yml +++ b/.github/workflows/ci-mysql84-gr-g3.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mysql84-gr-g4.yml b/.github/workflows/ci-mysql84-gr-g4.yml index 19c9d20fd7..dfdd8692ac 100644 --- a/.github/workflows/ci-mysql84-gr-g4.yml +++ b/.github/workflows/ci-mysql84-gr-g4.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mysql84-gr-g5.yml b/.github/workflows/ci-mysql84-gr-g5.yml index 22b5616396..7235aa6ef4 100644 --- a/.github/workflows/ci-mysql84-gr-g5.yml +++ b/.github/workflows/ci-mysql84-gr-g5.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mysql84-gr-g6.yml b/.github/workflows/ci-mysql84-gr-g6.yml index 7c09a769d7..b2ef3387ab 100644 --- a/.github/workflows/ci-mysql84-gr-g6.yml +++ b/.github/workflows/ci-mysql84-gr-g6.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mysql84-gr-g7.yml b/.github/workflows/ci-mysql84-gr-g7.yml index ec5b8ae536..54c5a5dcd3 100644 --- a/.github/workflows/ci-mysql84-gr-g7.yml +++ b/.github/workflows/ci-mysql84-gr-g7.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mysql84-gr-g8.yml b/.github/workflows/ci-mysql84-gr-g8.yml index b24941cf54..da003ae03b 100644 --- a/.github/workflows/ci-mysql84-gr-g8.yml +++ b/.github/workflows/ci-mysql84-gr-g8.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mysql84-gr-g9.yml b/.github/workflows/ci-mysql84-gr-g9.yml index a8cc96d35a..c9f2e8542c 100644 --- a/.github/workflows/ci-mysql84-gr-g9.yml +++ b/.github/workflows/ci-mysql84-gr-g9.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mysql90-gr-g1.yml b/.github/workflows/ci-mysql90-gr-g1.yml index 258014b39f..411b7d3fcf 100644 --- a/.github/workflows/ci-mysql90-gr-g1.yml +++ b/.github/workflows/ci-mysql90-gr-g1.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mysql93-gr-g1.yml b/.github/workflows/ci-mysql93-gr-g1.yml index f96b351a6b..1a0ecb66d5 100644 --- a/.github/workflows/ci-mysql93-gr-g1.yml +++ b/.github/workflows/ci-mysql93-gr-g1.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mysql95-gr-g1.yml b/.github/workflows/ci-mysql95-gr-g1.yml index 7f894b9e2c..f43c57b46e 100644 --- a/.github/workflows/ci-mysql95-gr-g1.yml +++ b/.github/workflows/ci-mysql95-gr-g1.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-mysqlx.yml b/.github/workflows/ci-mysqlx.yml index e9c24fe4b0..f6a7c49c3f 100644 --- a/.github/workflows/ci-mysqlx.yml +++ b/.github/workflows/ci-mysqlx.yml @@ -50,7 +50,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} @@ -251,7 +251,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} @@ -529,7 +529,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-no-infra-g1.yml b/.github/workflows/ci-no-infra-g1.yml index 0e60120b41..a332990e06 100644 --- a/.github/workflows/ci-no-infra-g1.yml +++ b/.github/workflows/ci-no-infra-g1.yml @@ -111,7 +111,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-package-build.yml b/.github/workflows/ci-package-build.yml index dc22578759..589b78c99b 100644 --- a/.github/workflows/ci-package-build.yml +++ b/.github/workflows/ci-package-build.yml @@ -132,7 +132,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-pg-compat.yml b/.github/workflows/ci-pg-compat.yml index 08abeed75a..3330508e9a 100644 --- a/.github/workflows/ci-pg-compat.yml +++ b/.github/workflows/ci-pg-compat.yml @@ -36,7 +36,7 @@ jobs: permissions: write-all steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 # Inline build (CI-3p-* model, not the CI-trigger/CI-builds cache-chain # model used by the TAP families): no ccache pattern exists elsewhere diff --git a/.github/workflows/ci-pgsql-socket-g1.yml b/.github/workflows/ci-pgsql-socket-g1.yml index 9ab70a3f24..831528ebc2 100644 --- a/.github/workflows/ci-pgsql-socket-g1.yml +++ b/.github/workflows/ci-pgsql-socket-g1.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-repltests.yml b/.github/workflows/ci-repltests.yml index 61e5cfba5b..f0a1f086ab 100644 --- a/.github/workflows/ci-repltests.yml +++ b/.github/workflows/ci-repltests.yml @@ -65,7 +65,7 @@ jobs: # off the private jenkins-build-scripts repo, so no GH_TOKEN_PROXYSQL PAT). # Sparse-checkout just that dir into proxysql/; the proxysql binary arrives # separately via the build handoff below (unpacked into the same proxysql/). - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-set_parser_algorithm_3-g1.yml b/.github/workflows/ci-set_parser_algorithm_3-g1.yml index 9d429df798..9cb4945574 100644 --- a/.github/workflows/ci-set_parser_algorithm_3-g1.yml +++ b/.github/workflows/ci-set_parser_algorithm_3-g1.yml @@ -43,7 +43,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-shuntest.yml b/.github/workflows/ci-shuntest.yml index 8c587940f2..5cf71ae734 100644 --- a/.github/workflows/ci-shuntest.yml +++ b/.github/workflows/ci-shuntest.yml @@ -65,7 +65,7 @@ jobs: # off the private jenkins-build-scripts repo, so no GH_TOKEN_PROXYSQL PAT). # Sparse-checkout just that dir into proxysql/; the proxysql binary arrives # separately via the build handoff below (unpacked into the same proxysql/). - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-taptests-pgsql-cluster.yml b/.github/workflows/ci-taptests-pgsql-cluster.yml index c06264adab..c56483995b 100644 --- a/.github/workflows/ci-taptests-pgsql-cluster.yml +++ b/.github/workflows/ci-taptests-pgsql-cluster.yml @@ -85,7 +85,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} diff --git a/.github/workflows/ci-unittests.yml b/.github/workflows/ci-unittests.yml index 851fb2e8d3..9b5df65ad6 100644 --- a/.github/workflows/ci-unittests.yml +++ b/.github/workflows/ci-unittests.yml @@ -32,7 +32,7 @@ jobs: details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: repository: ${{ github.repository }} ref: ${{ env.SHA }} From a68f01811dee0638d8e19700a234de20e6ef8321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Mon, 10 Aug 2026 11:09:08 +0700 Subject: [PATCH 2/7] ci: pin LouisBrunner/checks-action@v2.0.0 to its commit SHA Resolves SonarCloud security hotspot S7637 for LouisBrunner/checks-action. Same SHA already used by the pinned call sites on v3.0. v2.0.0 -> 6b626ffbad7cc56fd58627f774b9067e6118af23 --- .github/workflows/ci-3p-aiomysql.yml | 4 ++-- .github/workflows/ci-3p-django-framework.yml | 4 ++-- .github/workflows/ci-3p-laravel-framework.yml | 4 ++-- .github/workflows/ci-3p-mariadb-connector-c.yml | 4 ++-- .github/workflows/ci-3p-mysql-connector-j.yml | 4 ++-- .github/workflows/ci-3p-pgjdbc.yml | 4 ++-- .github/workflows/ci-3p-php-pdo-mysql.yml | 4 ++-- .github/workflows/ci-3p-php-pdo-pgsql.yml | 4 ++-- .github/workflows/ci-3p-postgresql.yml | 4 ++-- .github/workflows/ci-3p-sqlalchemy.yml | 4 ++-- .github/workflows/ci-basictests.yml | 4 ++-- .github/workflows/ci-builds.yml | 4 ++-- .github/workflows/ci-codeql.yml | 4 ++-- .github/workflows/ci-legacy-clickhouse-g1.yml | 4 ++-- .github/workflows/ci-legacy-g1.yml | 4 ++-- .github/workflows/ci-legacy-g2-genai.yml | 4 ++-- .github/workflows/ci-legacy-g2.yml | 4 ++-- .github/workflows/ci-legacy-g3.yml | 4 ++-- .github/workflows/ci-legacy-g4.yml | 4 ++-- .github/workflows/ci-legacy-g5.yml | 4 ++-- .github/workflows/ci-legacy-g6.yml | 4 ++-- .github/workflows/ci-legacy-g7.yml | 4 ++-- .github/workflows/ci-legacy-g8.yml | 4 ++-- .github/workflows/ci-legacy-g9.yml | 4 ++-- .github/workflows/ci-maketest.yml | 4 ++-- .github/workflows/ci-mariadb10-galera-g1.yml | 4 ++-- .github/workflows/ci-mariadb10-galera-g2.yml | 4 ++-- .github/workflows/ci-mariadb10-galera-g3.yml | 4 ++-- .github/workflows/ci-mariadb10-galera-g4.yml | 4 ++-- .github/workflows/ci-mariadb10-galera-g5.yml | 4 ++-- .github/workflows/ci-mariadb10-galera-g6.yml | 4 ++-- .github/workflows/ci-mariadb10-galera-g7.yml | 4 ++-- .github/workflows/ci-mariadb10-galera-g8.yml | 4 ++-- .github/workflows/ci-mariadb10-galera-g9.yml | 4 ++-- .github/workflows/ci-mysql56-single-g1.yml | 4 ++-- .github/workflows/ci-mysql84-g1.yml | 4 ++-- .github/workflows/ci-mysql84-g2.yml | 4 ++-- .github/workflows/ci-mysql84-g3.yml | 4 ++-- .github/workflows/ci-mysql84-g4.yml | 4 ++-- .github/workflows/ci-mysql84-g5.yml | 4 ++-- .github/workflows/ci-mysql84-g6.yml | 4 ++-- .github/workflows/ci-mysql84-g7.yml | 4 ++-- .github/workflows/ci-mysql84-g8.yml | 4 ++-- .github/workflows/ci-mysql84-g9.yml | 4 ++-- .github/workflows/ci-mysql84-gr-g1.yml | 4 ++-- .github/workflows/ci-mysql84-gr-g2.yml | 4 ++-- .github/workflows/ci-mysql84-gr-g3.yml | 4 ++-- .github/workflows/ci-mysql84-gr-g4.yml | 4 ++-- .github/workflows/ci-mysql84-gr-g5.yml | 4 ++-- .github/workflows/ci-mysql84-gr-g6.yml | 4 ++-- .github/workflows/ci-mysql84-gr-g7.yml | 4 ++-- .github/workflows/ci-mysql84-gr-g8.yml | 4 ++-- .github/workflows/ci-mysql84-gr-g9.yml | 4 ++-- .github/workflows/ci-mysql90-gr-g1.yml | 4 ++-- .github/workflows/ci-mysql93-gr-g1.yml | 4 ++-- .github/workflows/ci-mysql95-gr-g1.yml | 4 ++-- .github/workflows/ci-mysqlx.yml | 12 ++++++------ .github/workflows/ci-no-infra-g1.yml | 4 ++-- .github/workflows/ci-package-build.yml | 4 ++-- .github/workflows/ci-pgsql-socket-g1.yml | 4 ++-- .github/workflows/ci-repltests.yml | 4 ++-- .github/workflows/ci-selftests.yml | 4 ++-- .github/workflows/ci-set_parser_algorithm_3-g1.yml | 4 ++-- .github/workflows/ci-shuntest.yml | 4 ++-- .github/workflows/ci-taptests-pgsql-cluster.yml | 4 ++-- .github/workflows/ci-unittests.yml | 4 ++-- 66 files changed, 136 insertions(+), 136 deletions(-) diff --git a/.github/workflows/ci-3p-aiomysql.yml b/.github/workflows/ci-3p-aiomysql.yml index 4977cee970..9fb6cd4bb2 100644 --- a/.github/workflows/ci-3p-aiomysql.yml +++ b/.github/workflows/ci-3p-aiomysql.yml @@ -40,7 +40,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks if: always() with: @@ -173,7 +173,7 @@ jobs: path: | proxysql_3p_testing/test_${{ env.TESTNAME }}/logs - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 if: always() with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci-3p-django-framework.yml b/.github/workflows/ci-3p-django-framework.yml index bd6b8d90e3..3ab9bd4a4c 100644 --- a/.github/workflows/ci-3p-django-framework.yml +++ b/.github/workflows/ci-3p-django-framework.yml @@ -40,7 +40,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks if: always() with: @@ -191,7 +191,7 @@ jobs: path: | proxysql_3p_testing/test_${{ env.TESTNAME }}/logs - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 if: always() with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci-3p-laravel-framework.yml b/.github/workflows/ci-3p-laravel-framework.yml index e9b90de8e2..50ce8e3ffc 100644 --- a/.github/workflows/ci-3p-laravel-framework.yml +++ b/.github/workflows/ci-3p-laravel-framework.yml @@ -40,7 +40,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks if: always() with: @@ -184,7 +184,7 @@ jobs: path: | proxysql_3p_testing/test_${{ env.TESTNAME }}/logs - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 if: always() with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci-3p-mariadb-connector-c.yml b/.github/workflows/ci-3p-mariadb-connector-c.yml index e92666c3cd..96f4cb0339 100644 --- a/.github/workflows/ci-3p-mariadb-connector-c.yml +++ b/.github/workflows/ci-3p-mariadb-connector-c.yml @@ -40,7 +40,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks if: always() with: @@ -179,7 +179,7 @@ jobs: path: | proxysql_3p_testing/test_${{ env.TESTNAME }}/logs - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 if: always() with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci-3p-mysql-connector-j.yml b/.github/workflows/ci-3p-mysql-connector-j.yml index 4731c04279..f28ae60330 100644 --- a/.github/workflows/ci-3p-mysql-connector-j.yml +++ b/.github/workflows/ci-3p-mysql-connector-j.yml @@ -40,7 +40,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks if: always() with: @@ -172,7 +172,7 @@ jobs: path: | proxysql_3p_testing/test_${{ env.TESTNAME }}/logs - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 if: always() with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci-3p-pgjdbc.yml b/.github/workflows/ci-3p-pgjdbc.yml index bea6835010..d42a17b543 100644 --- a/.github/workflows/ci-3p-pgjdbc.yml +++ b/.github/workflows/ci-3p-pgjdbc.yml @@ -37,7 +37,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks if: always() with: @@ -184,7 +184,7 @@ jobs: proxysql_3p_testing/proxysql proxysql_3p_testing/test_${{ env.TESTNAME }}/logs - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 if: always() with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci-3p-php-pdo-mysql.yml b/.github/workflows/ci-3p-php-pdo-mysql.yml index fc83c9a95b..3bdb07ad92 100644 --- a/.github/workflows/ci-3p-php-pdo-mysql.yml +++ b/.github/workflows/ci-3p-php-pdo-mysql.yml @@ -40,7 +40,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks if: always() with: @@ -172,7 +172,7 @@ jobs: path: | proxysql_3p_testing/test_${{ env.TESTNAME }}/logs - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 if: always() with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci-3p-php-pdo-pgsql.yml b/.github/workflows/ci-3p-php-pdo-pgsql.yml index d280ae70a5..8bc93f7195 100644 --- a/.github/workflows/ci-3p-php-pdo-pgsql.yml +++ b/.github/workflows/ci-3p-php-pdo-pgsql.yml @@ -37,7 +37,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks if: always() with: @@ -169,7 +169,7 @@ jobs: path: | proxysql_3p_testing/test_${{ env.TESTNAME }}/logs - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 if: always() with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci-3p-postgresql.yml b/.github/workflows/ci-3p-postgresql.yml index f42cda0bbe..d81603adae 100644 --- a/.github/workflows/ci-3p-postgresql.yml +++ b/.github/workflows/ci-3p-postgresql.yml @@ -37,7 +37,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks if: always() with: @@ -180,7 +180,7 @@ jobs: proxysql_3p_testing/proxysql proxysql_3p_testing/test_${{ env.TESTNAME }}/logs - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 if: always() with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci-3p-sqlalchemy.yml b/.github/workflows/ci-3p-sqlalchemy.yml index 6d28c5336e..5b7a31c2f3 100644 --- a/.github/workflows/ci-3p-sqlalchemy.yml +++ b/.github/workflows/ci-3p-sqlalchemy.yml @@ -43,7 +43,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks if: always() with: @@ -193,7 +193,7 @@ jobs: path: | proxysql_3p_testing/test_${{ env.TESTNAME }}/logs - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 if: always() with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci-basictests.yml b/.github/workflows/ci-basictests.yml index 4c0b2473fc..6221e8a972 100644 --- a/.github/workflows/ci-basictests.yml +++ b/.github/workflows/ci-basictests.yml @@ -96,7 +96,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks if: always() with: @@ -385,7 +385,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 if: always() with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci-builds.yml b/.github/workflows/ci-builds.yml index 9f1c841d56..2baa5a871a 100644 --- a/.github/workflows/ci-builds.yml +++ b/.github/workflows/ci-builds.yml @@ -127,7 +127,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks if: ${{ inputs.trusted && always() }} with: @@ -636,7 +636,7 @@ jobs: path: | proxysql/ - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 if: ${{ inputs.trusted && always() }} with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci-codeql.yml b/.github/workflows/ci-codeql.yml index 2a74990e8e..725fba58c5 100644 --- a/.github/workflows/ci-codeql.yml +++ b/.github/workflows/ci-codeql.yml @@ -34,7 +34,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks if: always() with: @@ -120,7 +120,7 @@ jobs: with: checkout_path: proxysql/ - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 if: always() with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci-legacy-clickhouse-g1.yml b/.github/workflows/ci-legacy-clickhouse-g1.yml index cec839fd52..f64485e034 100644 --- a/.github/workflows/ci-legacy-clickhouse-g1.yml +++ b/.github/workflows/ci-legacy-clickhouse-g1.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -332,7 +332,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-legacy-g1.yml b/.github/workflows/ci-legacy-g1.yml index 71ad976ae2..9e343af275 100644 --- a/.github/workflows/ci-legacy-g1.yml +++ b/.github/workflows/ci-legacy-g1.yml @@ -98,7 +98,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -399,7 +399,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-legacy-g2-genai.yml b/.github/workflows/ci-legacy-g2-genai.yml index bfacc8d6c1..088024a3ca 100644 --- a/.github/workflows/ci-legacy-g2-genai.yml +++ b/.github/workflows/ci-legacy-g2-genai.yml @@ -43,7 +43,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -347,7 +347,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-legacy-g2.yml b/.github/workflows/ci-legacy-g2.yml index f9745ef323..938d59d54c 100644 --- a/.github/workflows/ci-legacy-g2.yml +++ b/.github/workflows/ci-legacy-g2.yml @@ -93,7 +93,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks if: always() with: @@ -373,7 +373,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 if: always() with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci-legacy-g3.yml b/.github/workflows/ci-legacy-g3.yml index 0b23fa5511..2457f48454 100644 --- a/.github/workflows/ci-legacy-g3.yml +++ b/.github/workflows/ci-legacy-g3.yml @@ -98,7 +98,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -399,7 +399,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-legacy-g4.yml b/.github/workflows/ci-legacy-g4.yml index 13e65c4ca0..14a14d9e03 100644 --- a/.github/workflows/ci-legacy-g4.yml +++ b/.github/workflows/ci-legacy-g4.yml @@ -98,7 +98,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -400,7 +400,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-legacy-g5.yml b/.github/workflows/ci-legacy-g5.yml index 601d0d9ccb..aad44bd286 100644 --- a/.github/workflows/ci-legacy-g5.yml +++ b/.github/workflows/ci-legacy-g5.yml @@ -98,7 +98,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -397,7 +397,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-legacy-g6.yml b/.github/workflows/ci-legacy-g6.yml index 1339c69fa4..604343b04d 100644 --- a/.github/workflows/ci-legacy-g6.yml +++ b/.github/workflows/ci-legacy-g6.yml @@ -98,7 +98,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -399,7 +399,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-legacy-g7.yml b/.github/workflows/ci-legacy-g7.yml index afe719011c..4a3f111417 100644 --- a/.github/workflows/ci-legacy-g7.yml +++ b/.github/workflows/ci-legacy-g7.yml @@ -98,7 +98,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -399,7 +399,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-legacy-g8.yml b/.github/workflows/ci-legacy-g8.yml index 42b1fef029..2aa8b22613 100644 --- a/.github/workflows/ci-legacy-g8.yml +++ b/.github/workflows/ci-legacy-g8.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -331,7 +331,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-legacy-g9.yml b/.github/workflows/ci-legacy-g9.yml index 77e8eb14b9..b3d4f38554 100644 --- a/.github/workflows/ci-legacy-g9.yml +++ b/.github/workflows/ci-legacy-g9.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -331,7 +331,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-maketest.yml b/.github/workflows/ci-maketest.yml index 9fd8e3454c..8e162fe591 100644 --- a/.github/workflows/ci-maketest.yml +++ b/.github/workflows/ci-maketest.yml @@ -28,7 +28,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks if: always() with: @@ -78,7 +78,7 @@ jobs: path: | ./build-*.log - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 if: always() with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci-mariadb10-galera-g1.yml b/.github/workflows/ci-mariadb10-galera-g1.yml index 2d9500ab65..45bf99374e 100644 --- a/.github/workflows/ci-mariadb10-galera-g1.yml +++ b/.github/workflows/ci-mariadb10-galera-g1.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -324,7 +324,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mariadb10-galera-g2.yml b/.github/workflows/ci-mariadb10-galera-g2.yml index a52043deb4..54f0bbee73 100644 --- a/.github/workflows/ci-mariadb10-galera-g2.yml +++ b/.github/workflows/ci-mariadb10-galera-g2.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -324,7 +324,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mariadb10-galera-g3.yml b/.github/workflows/ci-mariadb10-galera-g3.yml index 9a96a0437c..c0c018dad1 100644 --- a/.github/workflows/ci-mariadb10-galera-g3.yml +++ b/.github/workflows/ci-mariadb10-galera-g3.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -324,7 +324,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mariadb10-galera-g4.yml b/.github/workflows/ci-mariadb10-galera-g4.yml index 8f41538f80..5878559523 100644 --- a/.github/workflows/ci-mariadb10-galera-g4.yml +++ b/.github/workflows/ci-mariadb10-galera-g4.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -324,7 +324,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mariadb10-galera-g5.yml b/.github/workflows/ci-mariadb10-galera-g5.yml index c42d6a6737..f1d40bb79b 100644 --- a/.github/workflows/ci-mariadb10-galera-g5.yml +++ b/.github/workflows/ci-mariadb10-galera-g5.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -322,7 +322,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mariadb10-galera-g6.yml b/.github/workflows/ci-mariadb10-galera-g6.yml index bb0a34819c..97f41e56e7 100644 --- a/.github/workflows/ci-mariadb10-galera-g6.yml +++ b/.github/workflows/ci-mariadb10-galera-g6.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -324,7 +324,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mariadb10-galera-g7.yml b/.github/workflows/ci-mariadb10-galera-g7.yml index c39aebc774..795d9d8a30 100644 --- a/.github/workflows/ci-mariadb10-galera-g7.yml +++ b/.github/workflows/ci-mariadb10-galera-g7.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -324,7 +324,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mariadb10-galera-g8.yml b/.github/workflows/ci-mariadb10-galera-g8.yml index 0adc3cb1fd..753529072e 100644 --- a/.github/workflows/ci-mariadb10-galera-g8.yml +++ b/.github/workflows/ci-mariadb10-galera-g8.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -324,7 +324,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mariadb10-galera-g9.yml b/.github/workflows/ci-mariadb10-galera-g9.yml index 4981768588..9de7be7815 100644 --- a/.github/workflows/ci-mariadb10-galera-g9.yml +++ b/.github/workflows/ci-mariadb10-galera-g9.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -324,7 +324,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mysql56-single-g1.yml b/.github/workflows/ci-mysql56-single-g1.yml index 15249a5b97..20491c83fb 100644 --- a/.github/workflows/ci-mysql56-single-g1.yml +++ b/.github/workflows/ci-mysql56-single-g1.yml @@ -36,7 +36,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -337,7 +337,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mysql84-g1.yml b/.github/workflows/ci-mysql84-g1.yml index 767d8dcf53..8d2d4c2dd1 100644 --- a/.github/workflows/ci-mysql84-g1.yml +++ b/.github/workflows/ci-mysql84-g1.yml @@ -98,7 +98,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -399,7 +399,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mysql84-g2.yml b/.github/workflows/ci-mysql84-g2.yml index ca077d57a4..9b8090f564 100644 --- a/.github/workflows/ci-mysql84-g2.yml +++ b/.github/workflows/ci-mysql84-g2.yml @@ -98,7 +98,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -399,7 +399,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mysql84-g3.yml b/.github/workflows/ci-mysql84-g3.yml index e99da2fe44..374e6b3b57 100644 --- a/.github/workflows/ci-mysql84-g3.yml +++ b/.github/workflows/ci-mysql84-g3.yml @@ -98,7 +98,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -399,7 +399,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mysql84-g4.yml b/.github/workflows/ci-mysql84-g4.yml index a4f32b86d3..06aab1dc87 100644 --- a/.github/workflows/ci-mysql84-g4.yml +++ b/.github/workflows/ci-mysql84-g4.yml @@ -98,7 +98,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -399,7 +399,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mysql84-g5.yml b/.github/workflows/ci-mysql84-g5.yml index e0ff1a6387..a9103859bb 100644 --- a/.github/workflows/ci-mysql84-g5.yml +++ b/.github/workflows/ci-mysql84-g5.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -329,7 +329,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mysql84-g6.yml b/.github/workflows/ci-mysql84-g6.yml index 71bea7c32c..8cb9e03a74 100644 --- a/.github/workflows/ci-mysql84-g6.yml +++ b/.github/workflows/ci-mysql84-g6.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -331,7 +331,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mysql84-g7.yml b/.github/workflows/ci-mysql84-g7.yml index 2b10e241a0..320e7a17cc 100644 --- a/.github/workflows/ci-mysql84-g7.yml +++ b/.github/workflows/ci-mysql84-g7.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -331,7 +331,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mysql84-g8.yml b/.github/workflows/ci-mysql84-g8.yml index 85ac11dfcd..dc2b6ec63a 100644 --- a/.github/workflows/ci-mysql84-g8.yml +++ b/.github/workflows/ci-mysql84-g8.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -331,7 +331,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mysql84-g9.yml b/.github/workflows/ci-mysql84-g9.yml index 241f363c24..9876bcb3a7 100644 --- a/.github/workflows/ci-mysql84-g9.yml +++ b/.github/workflows/ci-mysql84-g9.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -331,7 +331,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mysql84-gr-g1.yml b/.github/workflows/ci-mysql84-gr-g1.yml index 1610111e88..b726800d40 100644 --- a/.github/workflows/ci-mysql84-gr-g1.yml +++ b/.github/workflows/ci-mysql84-gr-g1.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -324,7 +324,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mysql84-gr-g2.yml b/.github/workflows/ci-mysql84-gr-g2.yml index 3b12230097..b80d16fca4 100644 --- a/.github/workflows/ci-mysql84-gr-g2.yml +++ b/.github/workflows/ci-mysql84-gr-g2.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -324,7 +324,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mysql84-gr-g3.yml b/.github/workflows/ci-mysql84-gr-g3.yml index a3b4ebd3c9..32867faca3 100644 --- a/.github/workflows/ci-mysql84-gr-g3.yml +++ b/.github/workflows/ci-mysql84-gr-g3.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -324,7 +324,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mysql84-gr-g4.yml b/.github/workflows/ci-mysql84-gr-g4.yml index dfdd8692ac..8900a62c2b 100644 --- a/.github/workflows/ci-mysql84-gr-g4.yml +++ b/.github/workflows/ci-mysql84-gr-g4.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -324,7 +324,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mysql84-gr-g5.yml b/.github/workflows/ci-mysql84-gr-g5.yml index 7235aa6ef4..d635710a4c 100644 --- a/.github/workflows/ci-mysql84-gr-g5.yml +++ b/.github/workflows/ci-mysql84-gr-g5.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -322,7 +322,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mysql84-gr-g6.yml b/.github/workflows/ci-mysql84-gr-g6.yml index b2ef3387ab..1a91ebe0fe 100644 --- a/.github/workflows/ci-mysql84-gr-g6.yml +++ b/.github/workflows/ci-mysql84-gr-g6.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -324,7 +324,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mysql84-gr-g7.yml b/.github/workflows/ci-mysql84-gr-g7.yml index 54c5a5dcd3..61ae92be6c 100644 --- a/.github/workflows/ci-mysql84-gr-g7.yml +++ b/.github/workflows/ci-mysql84-gr-g7.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -324,7 +324,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mysql84-gr-g8.yml b/.github/workflows/ci-mysql84-gr-g8.yml index da003ae03b..e2d3152911 100644 --- a/.github/workflows/ci-mysql84-gr-g8.yml +++ b/.github/workflows/ci-mysql84-gr-g8.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -324,7 +324,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mysql84-gr-g9.yml b/.github/workflows/ci-mysql84-gr-g9.yml index c9f2e8542c..587b5928c6 100644 --- a/.github/workflows/ci-mysql84-gr-g9.yml +++ b/.github/workflows/ci-mysql84-gr-g9.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -324,7 +324,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mysql90-gr-g1.yml b/.github/workflows/ci-mysql90-gr-g1.yml index 411b7d3fcf..b3bf2398cc 100644 --- a/.github/workflows/ci-mysql90-gr-g1.yml +++ b/.github/workflows/ci-mysql90-gr-g1.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -324,7 +324,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mysql93-gr-g1.yml b/.github/workflows/ci-mysql93-gr-g1.yml index 1a0ecb66d5..4dcb558714 100644 --- a/.github/workflows/ci-mysql93-gr-g1.yml +++ b/.github/workflows/ci-mysql93-gr-g1.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -324,7 +324,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mysql95-gr-g1.yml b/.github/workflows/ci-mysql95-gr-g1.yml index f43c57b46e..d58681694c 100644 --- a/.github/workflows/ci-mysql95-gr-g1.yml +++ b/.github/workflows/ci-mysql95-gr-g1.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -324,7 +324,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-mysqlx.yml b/.github/workflows/ci-mysqlx.yml index f6a7c49c3f..10517b82b0 100644 --- a/.github/workflows/ci-mysqlx.yml +++ b/.github/workflows/ci-mysqlx.yml @@ -38,7 +38,7 @@ jobs: timeout-minutes: 120 permissions: write-all steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks if: always() with: @@ -216,7 +216,7 @@ jobs: proxysql/test/tap/tests/unit/*.log if-no-files-found: ignore - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 if: always() with: token: ${{ secrets.GITHUB_TOKEN }} @@ -239,7 +239,7 @@ jobs: needs: unit-tests permissions: write-all steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks if: always() with: @@ -490,7 +490,7 @@ jobs: VERSION=$(ls $HOME/opt/mysql/ | grep '^8\.4' | head -1 || echo "") [ -n "$VERSION" ] && dbdeployer delete single "$VERSION" 2>/dev/null || true - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 if: always() with: token: ${{ secrets.GITHUB_TOKEN }} @@ -517,7 +517,7 @@ jobs: connector_version: ['9.7.0', '26.7.0'] permissions: write-all steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks if: always() with: @@ -705,7 +705,7 @@ jobs: path: | proxysql/ci_*_logs/ - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 if: always() with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci-no-infra-g1.yml b/.github/workflows/ci-no-infra-g1.yml index a332990e06..1894310c3a 100644 --- a/.github/workflows/ci-no-infra-g1.yml +++ b/.github/workflows/ci-no-infra-g1.yml @@ -98,7 +98,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -398,7 +398,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-package-build.yml b/.github/workflows/ci-package-build.yml index 589b78c99b..e1cbcc3424 100644 --- a/.github/workflows/ci-package-build.yml +++ b/.github/workflows/ci-package-build.yml @@ -119,7 +119,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks if: always() with: @@ -153,7 +153,7 @@ jobs: [[ ${GIT_VERSION} == ${{ needs.clean.outputs.gitdescribe }} ]] || exit 1 gh release upload ${{ env.BRANCH }}-head --repo ${{ github.repository }} --clobber ${{ env.BIN_PKG }} - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 if: always() with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci-pgsql-socket-g1.yml b/.github/workflows/ci-pgsql-socket-g1.yml index 831528ebc2..9f5193634f 100644 --- a/.github/workflows/ci-pgsql-socket-g1.yml +++ b/.github/workflows/ci-pgsql-socket-g1.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -331,7 +331,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-repltests.yml b/.github/workflows/ci-repltests.yml index f0a1f086ab..e5e68592a4 100644 --- a/.github/workflows/ci-repltests.yml +++ b/.github/workflows/ci-repltests.yml @@ -28,7 +28,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks if: always() with: @@ -203,7 +203,7 @@ jobs: proxysql/libs/ # proxysql/deps/ - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 if: always() with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci-selftests.yml b/.github/workflows/ci-selftests.yml index 95231d5626..13c3ce79f8 100644 --- a/.github/workflows/ci-selftests.yml +++ b/.github/workflows/ci-selftests.yml @@ -28,7 +28,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks if: always() with: @@ -217,7 +217,7 @@ jobs: proxysql/libs/ # proxysql/deps/ - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 if: always() with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci-set_parser_algorithm_3-g1.yml b/.github/workflows/ci-set_parser_algorithm_3-g1.yml index 9cb4945574..c175fdb22c 100644 --- a/.github/workflows/ci-set_parser_algorithm_3-g1.yml +++ b/.github/workflows/ci-set_parser_algorithm_3-g1.yml @@ -30,7 +30,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -331,7 +331,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-shuntest.yml b/.github/workflows/ci-shuntest.yml index 5cf71ae734..9b7916a497 100644 --- a/.github/workflows/ci-shuntest.yml +++ b/.github/workflows/ci-shuntest.yml @@ -28,7 +28,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks if: always() with: @@ -199,7 +199,7 @@ jobs: proxysql/libs/ # proxysql/deps/ - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 if: always() with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci-taptests-pgsql-cluster.yml b/.github/workflows/ci-taptests-pgsql-cluster.yml index c56483995b..a13b1ec197 100644 --- a/.github/workflows/ci-taptests-pgsql-cluster.yml +++ b/.github/workflows/ci-taptests-pgsql-cluster.yml @@ -72,7 +72,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks continue-on-error: true if: always() @@ -330,7 +330,7 @@ jobs: - name: Report Codecov upload failure if: ${{ !cancelled() && steps.codecov_3.outcome == 'failure' }} run: echo "::warning::Codecov upload failed after 3 attempts; tests were unaffected." - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 continue-on-error: true if: ${{ always() && steps.checks.outputs.check_id != '' }} with: diff --git a/.github/workflows/ci-unittests.yml b/.github/workflows/ci-unittests.yml index 9b5df65ad6..abce19f622 100644 --- a/.github/workflows/ci-unittests.yml +++ b/.github/workflows/ci-unittests.yml @@ -20,7 +20,7 @@ jobs: steps: - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 id: checks if: always() with: @@ -142,7 +142,7 @@ jobs: path: | proxysql/ci_*_logs/ - - uses: LouisBrunner/checks-action@v2.0.0 + - uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0 if: always() with: token: ${{ secrets.GITHUB_TOKEN }} From 1f6e59d60356d8a1a47472bc79eef85e1a465382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Mon, 10 Aug 2026 11:09:23 +0700 Subject: [PATCH 3/7] ci: pin actions/upload-artifact@v4 to its commit SHA Resolves SonarCloud security hotspot S7637 for actions/upload-artifact. v4 -> ea165f8d65b6e75b540449e92b4886f43607fa02 --- .github/workflows/ci-3p-aiomysql.yml | 2 +- .github/workflows/ci-3p-django-framework.yml | 2 +- .github/workflows/ci-3p-laravel-framework.yml | 2 +- .github/workflows/ci-3p-mariadb-connector-c.yml | 2 +- .github/workflows/ci-3p-mysql-connector-j.yml | 2 +- .github/workflows/ci-3p-pgjdbc.yml | 2 +- .github/workflows/ci-3p-php-pdo-mysql.yml | 2 +- .github/workflows/ci-3p-php-pdo-pgsql.yml | 2 +- .github/workflows/ci-3p-postgresql.yml | 2 +- .github/workflows/ci-3p-sqlalchemy.yml | 2 +- .github/workflows/ci-basictests.yml | 6 +++--- .github/workflows/ci-builds.yml | 10 +++++----- .github/workflows/ci-legacy-clickhouse-g1.yml | 4 ++-- .github/workflows/ci-legacy-g1.yml | 4 ++-- .github/workflows/ci-legacy-g2-genai.yml | 4 ++-- .github/workflows/ci-legacy-g2.yml | 4 ++-- .github/workflows/ci-legacy-g3.yml | 4 ++-- .github/workflows/ci-legacy-g4.yml | 4 ++-- .github/workflows/ci-legacy-g5.yml | 4 ++-- .github/workflows/ci-legacy-g6.yml | 4 ++-- .github/workflows/ci-legacy-g7.yml | 4 ++-- .github/workflows/ci-legacy-g8.yml | 4 ++-- .github/workflows/ci-legacy-g9.yml | 4 ++-- .github/workflows/ci-maketest.yml | 2 +- .github/workflows/ci-mariadb10-galera-g1.yml | 4 ++-- .github/workflows/ci-mariadb10-galera-g2.yml | 4 ++-- .github/workflows/ci-mariadb10-galera-g3.yml | 4 ++-- .github/workflows/ci-mariadb10-galera-g4.yml | 4 ++-- .github/workflows/ci-mariadb10-galera-g5.yml | 4 ++-- .github/workflows/ci-mariadb10-galera-g6.yml | 4 ++-- .github/workflows/ci-mariadb10-galera-g7.yml | 4 ++-- .github/workflows/ci-mariadb10-galera-g8.yml | 4 ++-- .github/workflows/ci-mariadb10-galera-g9.yml | 4 ++-- .github/workflows/ci-mysql56-single-g1.yml | 4 ++-- .github/workflows/ci-mysql84-g1.yml | 4 ++-- .github/workflows/ci-mysql84-g2.yml | 4 ++-- .github/workflows/ci-mysql84-g3.yml | 4 ++-- .github/workflows/ci-mysql84-g4.yml | 4 ++-- .github/workflows/ci-mysql84-g5.yml | 4 ++-- .github/workflows/ci-mysql84-g6.yml | 4 ++-- .github/workflows/ci-mysql84-g7.yml | 4 ++-- .github/workflows/ci-mysql84-g8.yml | 4 ++-- .github/workflows/ci-mysql84-g9.yml | 4 ++-- .github/workflows/ci-mysql84-gr-g1.yml | 4 ++-- .github/workflows/ci-mysql84-gr-g2.yml | 4 ++-- .github/workflows/ci-mysql84-gr-g3.yml | 4 ++-- .github/workflows/ci-mysql84-gr-g4.yml | 4 ++-- .github/workflows/ci-mysql84-gr-g5.yml | 4 ++-- .github/workflows/ci-mysql84-gr-g6.yml | 4 ++-- .github/workflows/ci-mysql84-gr-g7.yml | 4 ++-- .github/workflows/ci-mysql84-gr-g8.yml | 4 ++-- .github/workflows/ci-mysql84-gr-g9.yml | 4 ++-- .github/workflows/ci-mysql90-gr-g1.yml | 4 ++-- .github/workflows/ci-mysql93-gr-g1.yml | 4 ++-- .github/workflows/ci-mysql95-gr-g1.yml | 4 ++-- .github/workflows/ci-mysqlx.yml | 4 ++-- .github/workflows/ci-no-infra-g1.yml | 4 ++-- .github/workflows/ci-pg-compat.yml | 2 +- .github/workflows/ci-pgsql-socket-g1.yml | 4 ++-- .github/workflows/ci-repltests.yml | 4 ++-- .github/workflows/ci-selftests.yml | 4 ++-- .github/workflows/ci-set_parser_algorithm_3-g1.yml | 4 ++-- .github/workflows/ci-shuntest.yml | 4 ++-- .github/workflows/ci-taptests-pgsql-cluster.yml | 4 ++-- .github/workflows/ci-unittests.yml | 2 +- 65 files changed, 121 insertions(+), 121 deletions(-) diff --git a/.github/workflows/ci-3p-aiomysql.yml b/.github/workflows/ci-3p-aiomysql.yml index 9fb6cd4bb2..499170d838 100644 --- a/.github/workflows/ci-3p-aiomysql.yml +++ b/.github/workflows/ci-3p-aiomysql.yml @@ -167,7 +167,7 @@ jobs: - name: Archive artifacts logs if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-${{ matrix.infradb }}-${{ matrix.connector }}-logs-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-3p-django-framework.yml b/.github/workflows/ci-3p-django-framework.yml index 3ab9bd4a4c..3eddfe28bf 100644 --- a/.github/workflows/ci-3p-django-framework.yml +++ b/.github/workflows/ci-3p-django-framework.yml @@ -185,7 +185,7 @@ jobs: - name: Archive artifacts logs if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-${{ matrix.infradb }}-${{ matrix.connector }}-logs-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-3p-laravel-framework.yml b/.github/workflows/ci-3p-laravel-framework.yml index 50ce8e3ffc..27fb65b5f4 100644 --- a/.github/workflows/ci-3p-laravel-framework.yml +++ b/.github/workflows/ci-3p-laravel-framework.yml @@ -178,7 +178,7 @@ jobs: - name: Archive artifacts logs if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-${{ matrix.infradb }}-${{ matrix.connector }}-logs-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-3p-mariadb-connector-c.yml b/.github/workflows/ci-3p-mariadb-connector-c.yml index 96f4cb0339..e73075f156 100644 --- a/.github/workflows/ci-3p-mariadb-connector-c.yml +++ b/.github/workflows/ci-3p-mariadb-connector-c.yml @@ -173,7 +173,7 @@ jobs: - name: Archive artifacts logs if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-${{ matrix.infradb }}-${{ matrix.connector }}-logs-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-3p-mysql-connector-j.yml b/.github/workflows/ci-3p-mysql-connector-j.yml index f28ae60330..993e4e8c24 100644 --- a/.github/workflows/ci-3p-mysql-connector-j.yml +++ b/.github/workflows/ci-3p-mysql-connector-j.yml @@ -166,7 +166,7 @@ jobs: - name: Archive artifacts logs if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-${{ matrix.infradb }}-${{ matrix.connector }}-logs-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-3p-pgjdbc.yml b/.github/workflows/ci-3p-pgjdbc.yml index d42a17b543..e7f4c88b88 100644 --- a/.github/workflows/ci-3p-pgjdbc.yml +++ b/.github/workflows/ci-3p-pgjdbc.yml @@ -177,7 +177,7 @@ jobs: - name: Archive artifacts logs if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-${{ matrix.infradb }}-${{ matrix.connector }}-logs-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-3p-php-pdo-mysql.yml b/.github/workflows/ci-3p-php-pdo-mysql.yml index 3bdb07ad92..2d61ecac25 100644 --- a/.github/workflows/ci-3p-php-pdo-mysql.yml +++ b/.github/workflows/ci-3p-php-pdo-mysql.yml @@ -166,7 +166,7 @@ jobs: - name: Archive artifacts logs if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-${{ matrix.infradb }}-${{ matrix.connector }}-logs-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-3p-php-pdo-pgsql.yml b/.github/workflows/ci-3p-php-pdo-pgsql.yml index 8bc93f7195..e9167284c6 100644 --- a/.github/workflows/ci-3p-php-pdo-pgsql.yml +++ b/.github/workflows/ci-3p-php-pdo-pgsql.yml @@ -163,7 +163,7 @@ jobs: - name: Archive artifacts logs if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-${{ matrix.infradb }}-${{ matrix.connector }}-logs-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-3p-postgresql.yml b/.github/workflows/ci-3p-postgresql.yml index d81603adae..9e3ed1894d 100644 --- a/.github/workflows/ci-3p-postgresql.yml +++ b/.github/workflows/ci-3p-postgresql.yml @@ -173,7 +173,7 @@ jobs: - name: Archive artifacts logs if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-${{ matrix.infradb }}-${{ matrix.connector }}-logs-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-3p-sqlalchemy.yml b/.github/workflows/ci-3p-sqlalchemy.yml index 5b7a31c2f3..bbc18be608 100644 --- a/.github/workflows/ci-3p-sqlalchemy.yml +++ b/.github/workflows/ci-3p-sqlalchemy.yml @@ -187,7 +187,7 @@ jobs: - name: Archive artifacts logs if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-${{ matrix.infradb }}-${{ matrix.connector }}-logs-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-basictests.yml b/.github/workflows/ci-basictests.yml index 6221e8a972..c3052aaeac 100644 --- a/.github/workflows/ci-basictests.yml +++ b/.github/workflows/ci-basictests.yml @@ -270,7 +270,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -278,7 +278,7 @@ jobs: - name: Archive artifacts bin if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-bin-run#${{ github.run_number }} path: | @@ -288,7 +288,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-builds.yml b/.github/workflows/ci-builds.yml index 2baa5a871a..b9ede270f2 100644 --- a/.github/workflows/ci-builds.yml +++ b/.github/workflows/ci-builds.yml @@ -577,7 +577,7 @@ jobs: - name: Upload handoff (src) if: ${{ inputs.trusted && success() && steps.cache-check.outputs.cache-hit != 'true' && contains(matrix.type,'-tap') }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ci-builds-handoff-${{ env.SHA }}-${{ matrix.dist }}${{ matrix.type }}-src retention-days: 1 @@ -587,7 +587,7 @@ jobs: - name: Upload handoff (test) if: ${{ inputs.trusted && success() && steps.cache-check.outputs.cache-hit != 'true' && contains(matrix.type,'-tap') }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ci-builds-handoff-${{ env.SHA }}-${{ matrix.dist }}${{ matrix.type }}-test retention-days: 1 @@ -598,7 +598,7 @@ jobs: - name: Upload handoff (matrix) if: ${{ inputs.trusted && success() && steps.cache-check.outputs.cache-hit != 'true' && contains(matrix.type,'-tap') }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ci-builds-handoff-${{ env.SHA }}-${{ matrix.dist }}${{ matrix.type }}-matrix retention-days: 1 @@ -611,7 +611,7 @@ jobs: # Only the debian12-dbg build feeds the 3p suites, and they consume bin # only. bin is large (.git/ + binaries/), so don't ship it for -tap. if: ${{ inputs.trusted && success() && steps.cache-check.outputs.cache-hit != 'true' && contains(matrix.type,'-dbg') }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ci-builds-handoff-${{ env.SHA }}-${{ matrix.dist }}${{ matrix.type }}-bin retention-days: 1 @@ -630,7 +630,7 @@ jobs: - name: Archive artifacts if: ${{ inputs.trusted && failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ci-builds-${{ env.SHA }}-run#${{ github.run_number }}-${{ matrix.dist }}${{ matrix.type }} path: | diff --git a/.github/workflows/ci-legacy-clickhouse-g1.yml b/.github/workflows/ci-legacy-clickhouse-g1.yml index f64485e034..c09a446208 100644 --- a/.github/workflows/ci-legacy-clickhouse-g1.yml +++ b/.github/workflows/ci-legacy-clickhouse-g1.yml @@ -213,7 +213,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -221,7 +221,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-legacy-g1.yml b/.github/workflows/ci-legacy-g1.yml index 9e343af275..4d70bae77a 100644 --- a/.github/workflows/ci-legacy-g1.yml +++ b/.github/workflows/ci-legacy-g1.yml @@ -280,7 +280,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -288,7 +288,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-legacy-g2-genai.yml b/.github/workflows/ci-legacy-g2-genai.yml index 088024a3ca..cb046cd3d0 100644 --- a/.github/workflows/ci-legacy-g2-genai.yml +++ b/.github/workflows/ci-legacy-g2-genai.yml @@ -226,7 +226,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -234,7 +234,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-legacy-g2.yml b/.github/workflows/ci-legacy-g2.yml index 938d59d54c..e008378623 100644 --- a/.github/workflows/ci-legacy-g2.yml +++ b/.github/workflows/ci-legacy-g2.yml @@ -268,7 +268,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -276,7 +276,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-legacy-g3.yml b/.github/workflows/ci-legacy-g3.yml index 2457f48454..d5092e42f4 100644 --- a/.github/workflows/ci-legacy-g3.yml +++ b/.github/workflows/ci-legacy-g3.yml @@ -280,7 +280,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -288,7 +288,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-legacy-g4.yml b/.github/workflows/ci-legacy-g4.yml index 14a14d9e03..57f0b9fc12 100644 --- a/.github/workflows/ci-legacy-g4.yml +++ b/.github/workflows/ci-legacy-g4.yml @@ -281,7 +281,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -289,7 +289,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-legacy-g5.yml b/.github/workflows/ci-legacy-g5.yml index aad44bd286..7eac3ae294 100644 --- a/.github/workflows/ci-legacy-g5.yml +++ b/.github/workflows/ci-legacy-g5.yml @@ -278,7 +278,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -286,7 +286,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-legacy-g6.yml b/.github/workflows/ci-legacy-g6.yml index 604343b04d..cbd9bb6c55 100644 --- a/.github/workflows/ci-legacy-g6.yml +++ b/.github/workflows/ci-legacy-g6.yml @@ -280,7 +280,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -288,7 +288,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-legacy-g7.yml b/.github/workflows/ci-legacy-g7.yml index 4a3f111417..8e2c58497b 100644 --- a/.github/workflows/ci-legacy-g7.yml +++ b/.github/workflows/ci-legacy-g7.yml @@ -280,7 +280,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -288,7 +288,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-legacy-g8.yml b/.github/workflows/ci-legacy-g8.yml index 2aa8b22613..cc14c4bed8 100644 --- a/.github/workflows/ci-legacy-g8.yml +++ b/.github/workflows/ci-legacy-g8.yml @@ -212,7 +212,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -220,7 +220,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-legacy-g9.yml b/.github/workflows/ci-legacy-g9.yml index b3d4f38554..bed9a76ad3 100644 --- a/.github/workflows/ci-legacy-g9.yml +++ b/.github/workflows/ci-legacy-g9.yml @@ -212,7 +212,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -220,7 +220,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-maketest.yml b/.github/workflows/ci-maketest.yml index 8e162fe591..4614af59ac 100644 --- a/.github/workflows/ci-maketest.yml +++ b/.github/workflows/ci-maketest.yml @@ -72,7 +72,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }}-${{ matrix.target }} path: | diff --git a/.github/workflows/ci-mariadb10-galera-g1.yml b/.github/workflows/ci-mariadb10-galera-g1.yml index 45bf99374e..fa8ccff629 100644 --- a/.github/workflows/ci-mariadb10-galera-g1.yml +++ b/.github/workflows/ci-mariadb10-galera-g1.yml @@ -205,7 +205,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -213,7 +213,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mariadb10-galera-g2.yml b/.github/workflows/ci-mariadb10-galera-g2.yml index 54f0bbee73..3df48c3ad2 100644 --- a/.github/workflows/ci-mariadb10-galera-g2.yml +++ b/.github/workflows/ci-mariadb10-galera-g2.yml @@ -205,7 +205,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -213,7 +213,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mariadb10-galera-g3.yml b/.github/workflows/ci-mariadb10-galera-g3.yml index c0c018dad1..15b3ed0e24 100644 --- a/.github/workflows/ci-mariadb10-galera-g3.yml +++ b/.github/workflows/ci-mariadb10-galera-g3.yml @@ -205,7 +205,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -213,7 +213,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mariadb10-galera-g4.yml b/.github/workflows/ci-mariadb10-galera-g4.yml index 5878559523..ddaf30f7a4 100644 --- a/.github/workflows/ci-mariadb10-galera-g4.yml +++ b/.github/workflows/ci-mariadb10-galera-g4.yml @@ -205,7 +205,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -213,7 +213,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mariadb10-galera-g5.yml b/.github/workflows/ci-mariadb10-galera-g5.yml index f1d40bb79b..bdb4d438f8 100644 --- a/.github/workflows/ci-mariadb10-galera-g5.yml +++ b/.github/workflows/ci-mariadb10-galera-g5.yml @@ -203,7 +203,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -211,7 +211,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mariadb10-galera-g6.yml b/.github/workflows/ci-mariadb10-galera-g6.yml index 97f41e56e7..c3a4604abf 100644 --- a/.github/workflows/ci-mariadb10-galera-g6.yml +++ b/.github/workflows/ci-mariadb10-galera-g6.yml @@ -205,7 +205,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -213,7 +213,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mariadb10-galera-g7.yml b/.github/workflows/ci-mariadb10-galera-g7.yml index 795d9d8a30..1027f2e539 100644 --- a/.github/workflows/ci-mariadb10-galera-g7.yml +++ b/.github/workflows/ci-mariadb10-galera-g7.yml @@ -205,7 +205,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -213,7 +213,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mariadb10-galera-g8.yml b/.github/workflows/ci-mariadb10-galera-g8.yml index 753529072e..39ce07b598 100644 --- a/.github/workflows/ci-mariadb10-galera-g8.yml +++ b/.github/workflows/ci-mariadb10-galera-g8.yml @@ -205,7 +205,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -213,7 +213,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mariadb10-galera-g9.yml b/.github/workflows/ci-mariadb10-galera-g9.yml index 9de7be7815..2b67103aad 100644 --- a/.github/workflows/ci-mariadb10-galera-g9.yml +++ b/.github/workflows/ci-mariadb10-galera-g9.yml @@ -205,7 +205,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -213,7 +213,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mysql56-single-g1.yml b/.github/workflows/ci-mysql56-single-g1.yml index 20491c83fb..abe594069a 100644 --- a/.github/workflows/ci-mysql56-single-g1.yml +++ b/.github/workflows/ci-mysql56-single-g1.yml @@ -218,7 +218,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -226,7 +226,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mysql84-g1.yml b/.github/workflows/ci-mysql84-g1.yml index 8d2d4c2dd1..50b1a3c20e 100644 --- a/.github/workflows/ci-mysql84-g1.yml +++ b/.github/workflows/ci-mysql84-g1.yml @@ -280,7 +280,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -288,7 +288,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mysql84-g2.yml b/.github/workflows/ci-mysql84-g2.yml index 9b8090f564..c409f53d1f 100644 --- a/.github/workflows/ci-mysql84-g2.yml +++ b/.github/workflows/ci-mysql84-g2.yml @@ -280,7 +280,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -288,7 +288,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mysql84-g3.yml b/.github/workflows/ci-mysql84-g3.yml index 374e6b3b57..527038038f 100644 --- a/.github/workflows/ci-mysql84-g3.yml +++ b/.github/workflows/ci-mysql84-g3.yml @@ -280,7 +280,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -288,7 +288,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mysql84-g4.yml b/.github/workflows/ci-mysql84-g4.yml index 06aab1dc87..c169906a9c 100644 --- a/.github/workflows/ci-mysql84-g4.yml +++ b/.github/workflows/ci-mysql84-g4.yml @@ -280,7 +280,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -288,7 +288,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mysql84-g5.yml b/.github/workflows/ci-mysql84-g5.yml index a9103859bb..55969ff1cb 100644 --- a/.github/workflows/ci-mysql84-g5.yml +++ b/.github/workflows/ci-mysql84-g5.yml @@ -210,7 +210,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -218,7 +218,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mysql84-g6.yml b/.github/workflows/ci-mysql84-g6.yml index 8cb9e03a74..3ebec488b6 100644 --- a/.github/workflows/ci-mysql84-g6.yml +++ b/.github/workflows/ci-mysql84-g6.yml @@ -212,7 +212,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -220,7 +220,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mysql84-g7.yml b/.github/workflows/ci-mysql84-g7.yml index 320e7a17cc..1c39da0cdf 100644 --- a/.github/workflows/ci-mysql84-g7.yml +++ b/.github/workflows/ci-mysql84-g7.yml @@ -212,7 +212,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -220,7 +220,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mysql84-g8.yml b/.github/workflows/ci-mysql84-g8.yml index dc2b6ec63a..9a0051c9c9 100644 --- a/.github/workflows/ci-mysql84-g8.yml +++ b/.github/workflows/ci-mysql84-g8.yml @@ -212,7 +212,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -220,7 +220,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mysql84-g9.yml b/.github/workflows/ci-mysql84-g9.yml index 9876bcb3a7..8e704996c5 100644 --- a/.github/workflows/ci-mysql84-g9.yml +++ b/.github/workflows/ci-mysql84-g9.yml @@ -212,7 +212,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -220,7 +220,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mysql84-gr-g1.yml b/.github/workflows/ci-mysql84-gr-g1.yml index b726800d40..cc978baddf 100644 --- a/.github/workflows/ci-mysql84-gr-g1.yml +++ b/.github/workflows/ci-mysql84-gr-g1.yml @@ -205,7 +205,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -213,7 +213,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mysql84-gr-g2.yml b/.github/workflows/ci-mysql84-gr-g2.yml index b80d16fca4..d803a1835c 100644 --- a/.github/workflows/ci-mysql84-gr-g2.yml +++ b/.github/workflows/ci-mysql84-gr-g2.yml @@ -205,7 +205,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -213,7 +213,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mysql84-gr-g3.yml b/.github/workflows/ci-mysql84-gr-g3.yml index 32867faca3..60a1c53a28 100644 --- a/.github/workflows/ci-mysql84-gr-g3.yml +++ b/.github/workflows/ci-mysql84-gr-g3.yml @@ -205,7 +205,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -213,7 +213,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mysql84-gr-g4.yml b/.github/workflows/ci-mysql84-gr-g4.yml index 8900a62c2b..89b928e8c9 100644 --- a/.github/workflows/ci-mysql84-gr-g4.yml +++ b/.github/workflows/ci-mysql84-gr-g4.yml @@ -205,7 +205,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -213,7 +213,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mysql84-gr-g5.yml b/.github/workflows/ci-mysql84-gr-g5.yml index d635710a4c..fd3dbf314f 100644 --- a/.github/workflows/ci-mysql84-gr-g5.yml +++ b/.github/workflows/ci-mysql84-gr-g5.yml @@ -203,7 +203,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -211,7 +211,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mysql84-gr-g6.yml b/.github/workflows/ci-mysql84-gr-g6.yml index 1a91ebe0fe..51dceeac56 100644 --- a/.github/workflows/ci-mysql84-gr-g6.yml +++ b/.github/workflows/ci-mysql84-gr-g6.yml @@ -205,7 +205,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -213,7 +213,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mysql84-gr-g7.yml b/.github/workflows/ci-mysql84-gr-g7.yml index 61ae92be6c..ad22e2eb28 100644 --- a/.github/workflows/ci-mysql84-gr-g7.yml +++ b/.github/workflows/ci-mysql84-gr-g7.yml @@ -205,7 +205,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -213,7 +213,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mysql84-gr-g8.yml b/.github/workflows/ci-mysql84-gr-g8.yml index e2d3152911..52eb245542 100644 --- a/.github/workflows/ci-mysql84-gr-g8.yml +++ b/.github/workflows/ci-mysql84-gr-g8.yml @@ -205,7 +205,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -213,7 +213,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mysql84-gr-g9.yml b/.github/workflows/ci-mysql84-gr-g9.yml index 587b5928c6..403db0ffda 100644 --- a/.github/workflows/ci-mysql84-gr-g9.yml +++ b/.github/workflows/ci-mysql84-gr-g9.yml @@ -205,7 +205,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -213,7 +213,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mysql90-gr-g1.yml b/.github/workflows/ci-mysql90-gr-g1.yml index b3bf2398cc..6aa6ef42cb 100644 --- a/.github/workflows/ci-mysql90-gr-g1.yml +++ b/.github/workflows/ci-mysql90-gr-g1.yml @@ -205,7 +205,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -213,7 +213,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mysql93-gr-g1.yml b/.github/workflows/ci-mysql93-gr-g1.yml index 4dcb558714..cbaadab77d 100644 --- a/.github/workflows/ci-mysql93-gr-g1.yml +++ b/.github/workflows/ci-mysql93-gr-g1.yml @@ -205,7 +205,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -213,7 +213,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mysql95-gr-g1.yml b/.github/workflows/ci-mysql95-gr-g1.yml index d58681694c..a3f086b805 100644 --- a/.github/workflows/ci-mysql95-gr-g1.yml +++ b/.github/workflows/ci-mysql95-gr-g1.yml @@ -205,7 +205,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -213,7 +213,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-mysqlx.yml b/.github/workflows/ci-mysqlx.yml index 10517b82b0..0eea3045ce 100644 --- a/.github/workflows/ci-mysqlx.yml +++ b/.github/workflows/ci-mysqlx.yml @@ -209,7 +209,7 @@ jobs: - name: Archive logs on failure if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-${{ github.job }}-run#${{ github.run_number }} path: | @@ -699,7 +699,7 @@ jobs: - name: Archive logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-${{ github.job }}-connector-${{ matrix.connector_version }}-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-no-infra-g1.yml b/.github/workflows/ci-no-infra-g1.yml index 1894310c3a..edc4863554 100644 --- a/.github/workflows/ci-no-infra-g1.yml +++ b/.github/workflows/ci-no-infra-g1.yml @@ -279,7 +279,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -287,7 +287,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-pg-compat.yml b/.github/workflows/ci-pg-compat.yml index 3330508e9a..873305a733 100644 --- a/.github/workflows/ci-pg-compat.yml +++ b/.github/workflows/ci-pg-compat.yml @@ -95,7 +95,7 @@ jobs: - name: Publish report if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: pg-compat-report path: ${{ github.workspace }}/pg-compat-reports/pg-compat.xml diff --git a/.github/workflows/ci-pgsql-socket-g1.yml b/.github/workflows/ci-pgsql-socket-g1.yml index 9f5193634f..7e2b6a56bc 100644 --- a/.github/workflows/ci-pgsql-socket-g1.yml +++ b/.github/workflows/ci-pgsql-socket-g1.yml @@ -212,7 +212,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -220,7 +220,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-repltests.yml b/.github/workflows/ci-repltests.yml index e5e68592a4..18ae016f0d 100644 --- a/.github/workflows/ci-repltests.yml +++ b/.github/workflows/ci-repltests.yml @@ -186,7 +186,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -194,7 +194,7 @@ jobs: - name: Archive artifacts bin if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-bin-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-selftests.yml b/.github/workflows/ci-selftests.yml index 13c3ce79f8..6ea8e243d6 100644 --- a/.github/workflows/ci-selftests.yml +++ b/.github/workflows/ci-selftests.yml @@ -200,7 +200,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -208,7 +208,7 @@ jobs: - name: Archive artifacts bin if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-bin-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-set_parser_algorithm_3-g1.yml b/.github/workflows/ci-set_parser_algorithm_3-g1.yml index c175fdb22c..a0593fd874 100644 --- a/.github/workflows/ci-set_parser_algorithm_3-g1.yml +++ b/.github/workflows/ci-set_parser_algorithm_3-g1.yml @@ -212,7 +212,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -220,7 +220,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-shuntest.yml b/.github/workflows/ci-shuntest.yml index 9b7916a497..e64cb564a0 100644 --- a/.github/workflows/ci-shuntest.yml +++ b/.github/workflows/ci-shuntest.yml @@ -182,7 +182,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -190,7 +190,7 @@ jobs: - name: Archive artifacts bin if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-bin-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-taptests-pgsql-cluster.yml b/.github/workflows/ci-taptests-pgsql-cluster.yml index a13b1ec197..c2ce3742f1 100644 --- a/.github/workflows/ci-taptests-pgsql-cluster.yml +++ b/.github/workflows/ci-taptests-pgsql-cluster.yml @@ -225,7 +225,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | @@ -233,7 +233,7 @@ jobs: - name: Archive coverage report if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-coverage-run#${{ github.run_number }} path: | diff --git a/.github/workflows/ci-unittests.yml b/.github/workflows/ci-unittests.yml index abce19f622..a0dd888474 100644 --- a/.github/workflows/ci-unittests.yml +++ b/.github/workflows/ci-unittests.yml @@ -136,7 +136,7 @@ jobs: - name: Archive artifacts logs if: ${{ failure() && !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ github.workflow }}-${{ env.SHA }}-logs-run#${{ github.run_number }} path: | From c2f7d0eb6c93b5bc2d41a25cab4ca1225cc82daf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Mon, 10 Aug 2026 11:09:38 +0700 Subject: [PATCH 4/7] ci: pin actions/cache/restore@v4 to its commit SHA Resolves SonarCloud security hotspot S7637 for actions/cache/restore. v4 -> 0057852bfaa89a56745cba8c7296529d2fc39830 --- .github/workflows/ci-3p-aiomysql.yml | 2 +- .github/workflows/ci-3p-django-framework.yml | 2 +- .github/workflows/ci-3p-laravel-framework.yml | 2 +- .github/workflows/ci-3p-mariadb-connector-c.yml | 2 +- .github/workflows/ci-3p-mysql-connector-j.yml | 2 +- .github/workflows/ci-3p-pgjdbc.yml | 2 +- .github/workflows/ci-3p-php-pdo-mysql.yml | 2 +- .github/workflows/ci-3p-php-pdo-pgsql.yml | 2 +- .github/workflows/ci-3p-postgresql.yml | 2 +- .github/workflows/ci-3p-sqlalchemy.yml | 2 +- .github/workflows/ci-builds.yml | 2 +- .github/workflows/ci-codeql.yml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci-3p-aiomysql.yml b/.github/workflows/ci-3p-aiomysql.yml index 499170d838..a5ea98a314 100644 --- a/.github/workflows/ci-3p-aiomysql.yml +++ b/.github/workflows/ci-3p-aiomysql.yml @@ -83,7 +83,7 @@ jobs: - name: Cache restore bin if: ${{ env.BRANCH != 'none' }} - uses: actions/cache/restore@v4 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ env.BLDCACHE }} fail-on-cache-miss: true diff --git a/.github/workflows/ci-3p-django-framework.yml b/.github/workflows/ci-3p-django-framework.yml index 3eddfe28bf..0fdd3cc304 100644 --- a/.github/workflows/ci-3p-django-framework.yml +++ b/.github/workflows/ci-3p-django-framework.yml @@ -83,7 +83,7 @@ jobs: - name: Cache restore bin if: ${{ env.BRANCH != 'none' }} - uses: actions/cache/restore@v4 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ env.BLDCACHE }} fail-on-cache-miss: true diff --git a/.github/workflows/ci-3p-laravel-framework.yml b/.github/workflows/ci-3p-laravel-framework.yml index 27fb65b5f4..26cddc6323 100644 --- a/.github/workflows/ci-3p-laravel-framework.yml +++ b/.github/workflows/ci-3p-laravel-framework.yml @@ -83,7 +83,7 @@ jobs: - name: Cache restore bin if: ${{ env.BRANCH != 'none' }} - uses: actions/cache/restore@v4 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ env.BLDCACHE }} fail-on-cache-miss: true diff --git a/.github/workflows/ci-3p-mariadb-connector-c.yml b/.github/workflows/ci-3p-mariadb-connector-c.yml index e73075f156..9ec3cdb390 100644 --- a/.github/workflows/ci-3p-mariadb-connector-c.yml +++ b/.github/workflows/ci-3p-mariadb-connector-c.yml @@ -83,7 +83,7 @@ jobs: - name: Cache restore bin if: ${{ env.BRANCH != 'none' }} - uses: actions/cache/restore@v4 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ env.BLDCACHE }} fail-on-cache-miss: true diff --git a/.github/workflows/ci-3p-mysql-connector-j.yml b/.github/workflows/ci-3p-mysql-connector-j.yml index 993e4e8c24..0b1ba0d59b 100644 --- a/.github/workflows/ci-3p-mysql-connector-j.yml +++ b/.github/workflows/ci-3p-mysql-connector-j.yml @@ -83,7 +83,7 @@ jobs: - name: Cache restore bin if: ${{ env.BRANCH != 'none' }} - uses: actions/cache/restore@v4 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ env.BLDCACHE }} fail-on-cache-miss: true diff --git a/.github/workflows/ci-3p-pgjdbc.yml b/.github/workflows/ci-3p-pgjdbc.yml index e7f4c88b88..183e01eb83 100644 --- a/.github/workflows/ci-3p-pgjdbc.yml +++ b/.github/workflows/ci-3p-pgjdbc.yml @@ -79,7 +79,7 @@ jobs: # echo "Cache available '${BLDCACHE}'" - name: Cache restore bin - uses: actions/cache/restore@v4 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ env.BLDCACHE }} fail-on-cache-miss: true diff --git a/.github/workflows/ci-3p-php-pdo-mysql.yml b/.github/workflows/ci-3p-php-pdo-mysql.yml index 2d61ecac25..f7730e3d8a 100644 --- a/.github/workflows/ci-3p-php-pdo-mysql.yml +++ b/.github/workflows/ci-3p-php-pdo-mysql.yml @@ -83,7 +83,7 @@ jobs: - name: Cache restore bin if: ${{ env.BRANCH != 'none' }} - uses: actions/cache/restore@v4 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ env.BLDCACHE }} fail-on-cache-miss: true diff --git a/.github/workflows/ci-3p-php-pdo-pgsql.yml b/.github/workflows/ci-3p-php-pdo-pgsql.yml index e9167284c6..cd8124955a 100644 --- a/.github/workflows/ci-3p-php-pdo-pgsql.yml +++ b/.github/workflows/ci-3p-php-pdo-pgsql.yml @@ -80,7 +80,7 @@ jobs: - name: Cache restore bin if: ${{ env.BRANCH != 'none' }} - uses: actions/cache/restore@v4 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ env.BLDCACHE }} fail-on-cache-miss: true diff --git a/.github/workflows/ci-3p-postgresql.yml b/.github/workflows/ci-3p-postgresql.yml index 9e3ed1894d..d67f47f054 100644 --- a/.github/workflows/ci-3p-postgresql.yml +++ b/.github/workflows/ci-3p-postgresql.yml @@ -79,7 +79,7 @@ jobs: # echo "Cache available '${BLDCACHE}'" - name: Cache restore bin - uses: actions/cache/restore@v4 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ env.BLDCACHE }} fail-on-cache-miss: true diff --git a/.github/workflows/ci-3p-sqlalchemy.yml b/.github/workflows/ci-3p-sqlalchemy.yml index bbc18be608..b5b5ebe877 100644 --- a/.github/workflows/ci-3p-sqlalchemy.yml +++ b/.github/workflows/ci-3p-sqlalchemy.yml @@ -86,7 +86,7 @@ jobs: - name: Cache restore bin if: ${{ env.BRANCH != 'none' }} - uses: actions/cache/restore@v4 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ env.BLDCACHE }} fail-on-cache-miss: true diff --git a/.github/workflows/ci-builds.yml b/.github/workflows/ci-builds.yml index b9ede270f2..0e354f9040 100644 --- a/.github/workflows/ci-builds.yml +++ b/.github/workflows/ci-builds.yml @@ -142,7 +142,7 @@ jobs: - name: Cache check id: cache-check if: ${{ inputs.trusted && success() }} - uses: actions/cache/restore@v4 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ env.BLDCACHE }}_bin enableCrossOsArchive: true diff --git a/.github/workflows/ci-codeql.yml b/.github/workflows/ci-codeql.yml index 725fba58c5..435e65e5d4 100644 --- a/.github/workflows/ci-codeql.yml +++ b/.github/workflows/ci-codeql.yml @@ -80,7 +80,7 @@ jobs: # - name: Cache restore src # id: cache-src -# uses: actions/cache/restore@v4 +# uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 # with: # key: ${{ env.BLDCACHE }} # fail-on-cache-miss: true From 431183b06cc96665dbe4d5f76a0a24686adc1be2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Mon, 10 Aug 2026 11:09:46 +0700 Subject: [PATCH 5/7] ci: pin actions/cache/save@v4 to its commit SHA Resolves SonarCloud security hotspot S7637 for actions/cache/save (same repo and tag as actions/cache/restore). v4 -> 0057852bfaa89a56745cba8c7296529d2fc39830 --- .github/workflows/ci-builds.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-builds.yml b/.github/workflows/ci-builds.yml index 0e354f9040..a9886102b1 100644 --- a/.github/workflows/ci-builds.yml +++ b/.github/workflows/ci-builds.yml @@ -459,7 +459,7 @@ jobs: - name: Cache save bin id: cache-save-bin if: ${{ inputs.trusted && success() && steps.cache-check.outputs.cache-hit != 'true' }} - uses: actions/cache/save@v4 + uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ env.BLDCACHE }}_bin enableCrossOsArchive: true @@ -468,7 +468,7 @@ jobs: - name: Cache save src id: cache-save-src if: ${{ inputs.trusted && success() && steps.cache-check.outputs.cache-hit != 'true' && contains(matrix.type,'-tap') }} - uses: actions/cache/save@v4 + uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ env.BLDCACHE }}_src enableCrossOsArchive: true @@ -524,7 +524,7 @@ jobs: - name: Cache save test id: cache-save-test if: ${{ inputs.trusted && success() && steps.cache-check.outputs.cache-hit != 'true' && contains(matrix.type,'-tap') }} - uses: actions/cache/save@v4 + uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ env.BLDCACHE }}_test enableCrossOsArchive: true @@ -533,7 +533,7 @@ jobs: - name: Cache save matrix id: cache-save-matrix if: ${{ inputs.trusted && success() && steps.cache-check.outputs.cache-hit != 'true' && contains(matrix.type,'-tap') }} - uses: actions/cache/save@v4 + uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ env.BLDCACHE }}_matrix enableCrossOsArchive: true From bbdb5fe5f886135ff26965338b61b3ae048993ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Mon, 10 Aug 2026 11:09:55 +0700 Subject: [PATCH 6/7] ci: pin github/codeql-action to its commit SHA Resolves SonarCloud security hotspot S7637 for github/codeql-action (init and analyze). The autobuild reference is commented out and left as-is. v3 -> c4dd10e44af883a891fe31ced449bcb4a6728b9b --- .github/workflows/ci-codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-codeql.yml b/.github/workflows/ci-codeql.yml index 435e65e5d4..61399cd002 100644 --- a/.github/workflows/ci-codeql.yml +++ b/.github/workflows/ci-codeql.yml @@ -89,7 +89,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@c4dd10e44af883a891fe31ced449bcb4a6728b9b # v3 with: languages: ${{ matrix.language }} # checkout_path: proxysql/ @@ -116,7 +116,7 @@ jobs: make -j$(nproc) clickhouse - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@c4dd10e44af883a891fe31ced449bcb4a6728b9b # v3 with: checkout_path: proxysql/ From 3e0115f2ef43a1c3344ab8a2a3247d88324a8c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Mon, 10 Aug 2026 11:10:07 +0700 Subject: [PATCH 7/7] ci: pin hoverkraft-tech/ci-github-common matrix actions to their commit SHA Resolves SonarCloud security hotspot S7637 for the set-matrix-output/get-matrix-outputs composite actions. 0.14.0 -> d6367a8f0299d93cca9b42e287a56d2157f72060 --- .github/workflows/ci-3p-sqlalchemy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-3p-sqlalchemy.yml b/.github/workflows/ci-3p-sqlalchemy.yml index b5b5ebe877..d4a8766479 100644 --- a/.github/workflows/ci-3p-sqlalchemy.yml +++ b/.github/workflows/ci-3p-sqlalchemy.yml @@ -180,7 +180,7 @@ jobs: - name: Summary output if: ${{ !cancelled() }} - uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@0.14.0 + uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@d6367a8f0299d93cca9b42e287a56d2157f72060 # 0.14.0 with: value: ${{ env.SUMMARY }} artifact-name: ${{ github.run_number }}-${{ matrix.infradb }}-summary @@ -214,7 +214,7 @@ jobs: steps: - name: Collect summary id: collect - uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@0.14.0 + uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@d6367a8f0299d93cca9b42e287a56d2157f72060 # 0.14.0 with: artifact-name: ${{ github.run_number }}-${{ matrix.infradb }}-summary remove-artifact: true