From 1d926fbc95c0db92217ab636cf3d42c6b1232b84 Mon Sep 17 00:00:00 2001 From: Alexey Zhokhov Date: Wed, 16 Sep 2026 16:54:43 +0700 Subject: [PATCH] chore(ci): regenerate workflows at velnor 1279c4f9 Pin velnor-workflow revision to tailrocks/velnor@1279c4f92c97b75dc4cc627f122e119f8a5eae16 and regenerate all generator-owned GitHub Actions workflows. Co-authored-by: Cursor --- .github-gen/velnor-workflow.toml | 2 +- .github/ci/.github-actions-generator-state | 14 +++++++------- .github/workflows/ci-main.yml | 16 ++++++++-------- .github/workflows/ci-policy.yml | 6 +++--- .github/workflows/ci-pr.yml | 10 +++++----- .github/workflows/ci-unit-gradle.yml | 16 +++++++--------- .github/workflows/maintenance.yml | 6 +++--- 7 files changed, 34 insertions(+), 36 deletions(-) diff --git a/.github-gen/velnor-workflow.toml b/.github-gen/velnor-workflow.toml index 10c4d0a..7d37d10 100644 --- a/.github-gen/velnor-workflow.toml +++ b/.github-gen/velnor-workflow.toml @@ -2,7 +2,7 @@ schema = 1 [generator] repository = "tailrocks/graphql-java-datetime" -revision = "e05aee6de1d1614d752b4d1b1d26a49ac2c5ef91" +revision = "1279c4f92c97b75dc4cc627f122e119f8a5eae16" [workflow] runners = "both" diff --git a/.github/ci/.github-actions-generator-state b/.github/ci/.github-actions-generator-state index d571710..08a3fc9 100644 --- a/.github/ci/.github-actions-generator-state +++ b/.github/ci/.github-actions-generator-state @@ -1,16 +1,16 @@ # Generated ownership state; do not edit. schema = 2 [inputs] -config 13a120079b9f4689 +config e62bae53094c0e28 scan 1b72102e5495def6 -generator 47 +generator 48 [outputs] .github/actionlint.yaml ec35f48ae7e90e0e .github/ci/project.toml b19da7b7165e2f66 -.github/workflows/ci-main.yml d4fc11ddd2d354cd -.github/workflows/ci-policy.yml 679740121455a70d -.github/workflows/ci-pr.yml e9a103db9e62992b -.github/workflows/ci-unit-gradle.yml 6b620c5f48f93a63 -.github/workflows/maintenance.yml dd8712190b92c173 +.github/workflows/ci-main.yml 4964d5039c726647 +.github/workflows/ci-policy.yml ae14c7df994c67b0 +.github/workflows/ci-pr.yml aa24510654a5fb78 +.github/workflows/ci-unit-gradle.yml 4dc78ffbd7940566 +.github/workflows/maintenance.yml dd1518cb8b2a7152 .github/workflows/nightly.yml 76e5e2bc12a599c6 config/fleet/velnor-host.env d14b419216449423 diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index be75bf8..e093ec9 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -58,11 +58,11 @@ jobs: persist-credentials: false - name: Set up Velnor workflow runtime if: ${{ runner.environment == 'github-hosted' }} - uses: tailrocks/velnor/.github/actions/setup-velnor-workflow@e05aee6de1d1614d752b4d1b1d26a49ac2c5ef91 + uses: tailrocks/velnor/.github/actions/setup-velnor-workflow@1279c4f92c97b75dc4cc627f122e119f8a5eae16 with: - rev: e05aee6de1d1614d752b4d1b1d26a49ac2c5ef91 + rev: 1279c4f92c97b75dc4cc627f122e119f8a5eae16 - name: Set trusted workflow policy revision - run: echo "VELNOR_WORKFLOW_POLICY_REVISION=e05aee6de1d1614d752b4d1b1d26a49ac2c5ef91" >> "$GITHUB_ENV" + run: echo "VELNOR_WORKFLOW_POLICY_REVISION=1279c4f92c97b75dc4cc627f122e119f8a5eae16" >> "$GITHUB_ENV" - name: Select affected units id: plan env: @@ -79,7 +79,7 @@ jobs: - name: Prepare Velnor workflow runtime shell: bash env: - EXPECTED_REVISION: e05aee6de1d1614d752b4d1b1d26a49ac2c5ef91 + EXPECTED_REVISION: 1279c4f92c97b75dc4cc627f122e119f8a5eae16 run: | set -euo pipefail stage="$RUNNER_TEMP/velnor-workflow-runtime" @@ -97,7 +97,7 @@ jobs: - name: Publish Velnor workflow runtime uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: - name: velnor-workflow-runtime-e05aee6de1d1614d752b4d1b1d26a49ac2c5ef91-${{ runner.os }}-${{ runner.arch }} + name: velnor-workflow-runtime-1279c4f92c97b75dc4cc627f122e119f8a5eae16-${{ runner.os }}-${{ runner.arch }} path: ${{ runner.temp }}/velnor-workflow-runtime if-no-files-found: error retention-days: 7 @@ -147,7 +147,7 @@ jobs: with: backend: github version: 1.11.1 - cache-key: velnor-policy-mbx-1.11.1-${{ runner.os }}-${{ runner.arch }}-e05aee6de1d1614d752b4d1b1d26a49ac2c5ef91 + cache-key: velnor-policy-mbx-1.11.1-${{ runner.os }}-${{ runner.arch }}-1279c4f92c97b75dc4cc627f122e119f8a5eae16 restore-keys: | velnor-policy-mbx-1.11.1-${{ runner.os }}-${{ runner.arch }}- - name: Install pinned Velnor workflow runtime @@ -167,7 +167,7 @@ jobs: cargo install \ --locked \ --git https://github.com/tailrocks/velnor \ - --rev e05aee6de1d1614d752b4d1b1d26a49ac2c5ef91 \ + --rev 1279c4f92c97b75dc4cc627f122e119f8a5eae16 \ --root "$VELNOR_WORKFLOW_ROOT" \ velnor-workflow \ --bin velnor-workflow @@ -189,7 +189,7 @@ jobs: WORKFLOW_ROOT: ${{ github.workspace }}/policy-checkout HEAD_SHA: ${{ github.event.pull_request.head.sha || github.sha }} BASE_SHA: ${{ github.event.pull_request.base.sha || github.sha }} - VELNOR_WORKFLOW_POLICY_REVISION: e05aee6de1d1614d752b4d1b1d26a49ac2c5ef91 + VELNOR_WORKFLOW_POLICY_REVISION: 1279c4f92c97b75dc4cc627f122e119f8a5eae16 run: | set -euo pipefail velnor-workflow policy \ diff --git a/.github/workflows/ci-policy.yml b/.github/workflows/ci-policy.yml index bc90e41..c3de59f 100644 --- a/.github/workflows/ci-policy.yml +++ b/.github/workflows/ci-policy.yml @@ -51,7 +51,7 @@ jobs: with: backend: github version: 1.11.1 - cache-key: velnor-policy-mbx-1.11.1-${{ runner.os }}-${{ runner.arch }}-e05aee6de1d1614d752b4d1b1d26a49ac2c5ef91 + cache-key: velnor-policy-mbx-1.11.1-${{ runner.os }}-${{ runner.arch }}-1279c4f92c97b75dc4cc627f122e119f8a5eae16 restore-keys: | velnor-policy-mbx-1.11.1-${{ runner.os }}-${{ runner.arch }}- - name: Install pinned Velnor workflow runtime @@ -71,7 +71,7 @@ jobs: cargo install \ --locked \ --git https://github.com/tailrocks/velnor \ - --rev e05aee6de1d1614d752b4d1b1d26a49ac2c5ef91 \ + --rev 1279c4f92c97b75dc4cc627f122e119f8a5eae16 \ --root "$VELNOR_WORKFLOW_ROOT" \ velnor-workflow \ --bin velnor-workflow @@ -93,7 +93,7 @@ jobs: WORKFLOW_ROOT: ${{ github.workspace }}/policy-checkout HEAD_SHA: ${{ github.event.pull_request.head.sha || github.sha }} BASE_SHA: ${{ github.event.pull_request.base.sha || github.sha }} - VELNOR_WORKFLOW_POLICY_REVISION: e05aee6de1d1614d752b4d1b1d26a49ac2c5ef91 + VELNOR_WORKFLOW_POLICY_REVISION: 1279c4f92c97b75dc4cc627f122e119f8a5eae16 run: | set -euo pipefail velnor-workflow policy \ diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 35bde1b..047319b 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -57,11 +57,11 @@ jobs: persist-credentials: false - name: Set up Velnor workflow runtime if: ${{ runner.environment == 'github-hosted' }} - uses: tailrocks/velnor/.github/actions/setup-velnor-workflow@e05aee6de1d1614d752b4d1b1d26a49ac2c5ef91 + uses: tailrocks/velnor/.github/actions/setup-velnor-workflow@1279c4f92c97b75dc4cc627f122e119f8a5eae16 with: - rev: e05aee6de1d1614d752b4d1b1d26a49ac2c5ef91 + rev: 1279c4f92c97b75dc4cc627f122e119f8a5eae16 - name: Set trusted workflow policy revision - run: echo "VELNOR_WORKFLOW_POLICY_REVISION=e05aee6de1d1614d752b4d1b1d26a49ac2c5ef91" >> "$GITHUB_ENV" + run: echo "VELNOR_WORKFLOW_POLICY_REVISION=1279c4f92c97b75dc4cc627f122e119f8a5eae16" >> "$GITHUB_ENV" - name: Select affected units id: plan env: @@ -78,7 +78,7 @@ jobs: - name: Prepare Velnor workflow runtime shell: bash env: - EXPECTED_REVISION: e05aee6de1d1614d752b4d1b1d26a49ac2c5ef91 + EXPECTED_REVISION: 1279c4f92c97b75dc4cc627f122e119f8a5eae16 run: | set -euo pipefail stage="$RUNNER_TEMP/velnor-workflow-runtime" @@ -96,7 +96,7 @@ jobs: - name: Publish Velnor workflow runtime uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: - name: velnor-workflow-runtime-e05aee6de1d1614d752b4d1b1d26a49ac2c5ef91-${{ runner.os }}-${{ runner.arch }} + name: velnor-workflow-runtime-1279c4f92c97b75dc4cc627f122e119f8a5eae16-${{ runner.os }}-${{ runner.arch }} path: ${{ runner.temp }}/velnor-workflow-runtime if-no-files-found: error retention-days: 7 diff --git a/.github/workflows/ci-unit-gradle.yml b/.github/workflows/ci-unit-gradle.yml index 8d12930..e6ec7b1 100644 --- a/.github/workflows/ci-unit-gradle.yml +++ b/.github/workflows/ci-unit-gradle.yml @@ -124,12 +124,12 @@ jobs: - name: Download Velnor workflow runtime uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: - name: velnor-workflow-runtime-e05aee6de1d1614d752b4d1b1d26a49ac2c5ef91-${{ runner.os }}-${{ runner.arch }} + name: velnor-workflow-runtime-1279c4f92c97b75dc4cc627f122e119f8a5eae16-${{ runner.os }}-${{ runner.arch }} path: .velnor-workflow-runtime - name: Verify Velnor workflow runtime shell: bash env: - EXPECTED_REVISION: e05aee6de1d1614d752b4d1b1d26a49ac2c5ef91 + EXPECTED_REVISION: 1279c4f92c97b75dc4cc627f122e119f8a5eae16 run: | set -euo pipefail manifest=.velnor-workflow-runtime/manifest.json @@ -143,7 +143,7 @@ jobs: - name: Add Velnor workflow runtime to PATH shell: bash env: - EXPECTED_REVISION: e05aee6de1d1614d752b4d1b1d26a49ac2c5ef91 + EXPECTED_REVISION: 1279c4f92c97b75dc4cc627f122e119f8a5eae16 run: | set -euo pipefail home="$RUNNER_TEMP/velnor-workflow-runtime-artifact" @@ -298,13 +298,12 @@ jobs: fi - name: Report phase timings and cache outcomes if: always() - env: - VELNOR_CI_LANE: github - VELNOR_CACHE_CARGO_PRIMARY: ${{ steps.cache.outputs.cache-primary-key }} - VELNOR_CACHE_CARGO_MATCHED: ${{ steps.cache.outputs.cache-matched-key }} uses: ./.github/actions/report-velnor-ci-outcomes with: job_label: ${{ inputs.unit }} + ci_lane: github + cache_cargo_primary: ${{ steps.cache.outputs.cache-primary-key }} + cache_cargo_matched: ${{ steps.cache.outputs.cache-matched-key }} verify-velnor: name: Velnor @@ -480,9 +479,8 @@ jobs: fi - name: Report phase timings and cache outcomes if: always() - env: - VELNOR_CI_LANE: velnor uses: ./.github/actions/report-velnor-ci-outcomes with: job_label: ${{ inputs.unit }} + ci_lane: velnor diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index 4ba60f0..5c66604 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -88,12 +88,12 @@ jobs: echo "skip=false" >> "$GITHUB_OUTPUT" - name: Set up Velnor workflow runtime if: ${{ steps.retention-gate.outputs.skip != 'true' && runner.environment == 'github-hosted' }} - uses: tailrocks/velnor/.github/actions/setup-velnor-workflow@e05aee6de1d1614d752b4d1b1d26a49ac2c5ef91 + uses: tailrocks/velnor/.github/actions/setup-velnor-workflow@1279c4f92c97b75dc4cc627f122e119f8a5eae16 with: - rev: e05aee6de1d1614d752b4d1b1d26a49ac2c5ef91 + rev: 1279c4f92c97b75dc4cc627f122e119f8a5eae16 - name: Set trusted workflow policy revision if: steps.retention-gate.outputs.skip != 'true' - run: echo "VELNOR_WORKFLOW_POLICY_REVISION=e05aee6de1d1614d752b4d1b1d26a49ac2c5ef91" >> "$GITHUB_ENV" + run: echo "VELNOR_WORKFLOW_POLICY_REVISION=1279c4f92c97b75dc4cc627f122e119f8a5eae16" >> "$GITHUB_ENV" - name: Sweep closed-PR merge-ref caches if: steps.retention-gate.outputs.skip != 'true' env: