diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index 21a171d..af256d5 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -40,7 +40,7 @@ concurrency: jobs: agent: - uses: YiAgent/OpenCI/.github/workflows/reusable-agent.yml@f195c36e2da18bddaa168413ad1bc0fbde34cea8 + uses: YiAgent/OpenCI/.github/workflows/reusable-agent.yml@8a19e190278f461c94a764f53082690af06e2ced with: task: ${{ inputs.task }} prompt: ${{ inputs.prompt }} diff --git a/.github/workflows/ci-self-test.yml b/.github/workflows/ci-self-test.yml index 05ae313..01a09c0 100644 --- a/.github/workflows/ci-self-test.yml +++ b/.github/workflows/ci-self-test.yml @@ -44,7 +44,7 @@ concurrency: jobs: self-test: - uses: YiAgent/OpenCI/.github/workflows/reusable-self-test.yml@f195c36e2da18bddaa168413ad1bc0fbde34cea8 + uses: YiAgent/OpenCI/.github/workflows/reusable-self-test.yml@8a19e190278f461c94a764f53082690af06e2ced with: runner: ubuntu-latest secrets: inherit diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4e44f0..4cc7995 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ concurrency: jobs: ci: - uses: YiAgent/OpenCI/.github/workflows/reusable-ci.yml@f195c36e2da18bddaa168413ad1bc0fbde34cea8 + uses: YiAgent/OpenCI/.github/workflows/reusable-ci.yml@8a19e190278f461c94a764f53082690af06e2ced with: openci-ref: ${{ github.sha }} registry: ghcr.io diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 106730a..e354b15 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -15,6 +15,6 @@ concurrency: jobs: deps: - uses: YiAgent/OpenCI/.github/workflows/reusable-deps.yml@f195c36e2da18bddaa168413ad1bc0fbde34cea8 + uses: YiAgent/OpenCI/.github/workflows/reusable-deps.yml@8a19e190278f461c94a764f53082690af06e2ced with: runner: blacksmith-2vcpu-ubuntu-2404 diff --git a/.github/workflows/issue-ops.yml b/.github/workflows/issue-ops.yml index 206ea25..0fe9aa8 100644 --- a/.github/workflows/issue-ops.yml +++ b/.github/workflows/issue-ops.yml @@ -39,7 +39,7 @@ jobs: || (github.event_name == 'issue_comment' && github.event.comment.user.login != 'github-actions[bot]' && github.event.comment.user.login != 'openci-agent[bot]') - uses: YiAgent/OpenCI/.github/workflows/reusable-issue.yml@f195c36e2da18bddaa168413ad1bc0fbde34cea8 + uses: YiAgent/OpenCI/.github/workflows/reusable-issue.yml@8a19e190278f461c94a764f53082690af06e2ced with: mode: lifecycle runner: blacksmith-2vcpu-ubuntu-2404 @@ -52,7 +52,7 @@ jobs: maintenance: if: github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && inputs.mode == 'maintenance') - uses: YiAgent/OpenCI/.github/workflows/reusable-issue.yml@f195c36e2da18bddaa168413ad1bc0fbde34cea8 + uses: YiAgent/OpenCI/.github/workflows/reusable-issue.yml@8a19e190278f461c94a764f53082690af06e2ced with: mode: maintenance runner: blacksmith-2vcpu-ubuntu-2404 @@ -65,7 +65,7 @@ jobs: manual: if: github.event_name == 'workflow_dispatch' && inputs.mode != 'maintenance' - uses: YiAgent/OpenCI/.github/workflows/reusable-issue.yml@f195c36e2da18bddaa168413ad1bc0fbde34cea8 + uses: YiAgent/OpenCI/.github/workflows/reusable-issue.yml@8a19e190278f461c94a764f53082690af06e2ced with: mode: ${{ inputs.mode }} runner: blacksmith-2vcpu-ubuntu-2404 diff --git a/.github/workflows/on-maintenance.yml b/.github/workflows/on-maintenance.yml index 9dd2e43..3ccf44d 100644 --- a/.github/workflows/on-maintenance.yml +++ b/.github/workflows/on-maintenance.yml @@ -118,7 +118,7 @@ jobs: if: | !contains(fromJSON('["pr-review","flag-audit"]'), needs.resolve-mode.outputs.mode) - uses: YiAgent/OpenCI/.github/workflows/reusable-maintenance.yml@f195c36e2da18bddaa168413ad1bc0fbde34cea8 + uses: YiAgent/OpenCI/.github/workflows/reusable-maintenance.yml@8a19e190278f461c94a764f53082690af06e2ced with: mode: ${{ needs.resolve-mode.outputs.mode }} openci-ref: ${{ needs.resolve-mode.outputs.openci-ref }} diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index a235674..b50bef1 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -28,7 +28,7 @@ concurrency: jobs: checks: - uses: YiAgent/OpenCI/.github/workflows/reusable-pr.yml@f195c36e2da18bddaa168413ad1bc0fbde34cea8 + uses: YiAgent/OpenCI/.github/workflows/reusable-pr.yml@8a19e190278f461c94a764f53082690af06e2ced with: enable-ai-review: true enable-eval: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3bbe322..8a6aa8a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ concurrency: jobs: release: - uses: YiAgent/OpenCI/.github/workflows/reusable-release.yml@f195c36e2da18bddaa168413ad1bc0fbde34cea8 + uses: YiAgent/OpenCI/.github/workflows/reusable-release.yml@8a19e190278f461c94a764f53082690af06e2ced secrets: inherit with: mode: ${{ inputs.mode || 'marketplace' }} diff --git a/.github/workflows/reusable-ci.yml b/.github/workflows/reusable-ci.yml index a349a29..927448f 100644 --- a/.github/workflows/reusable-ci.yml +++ b/.github/workflows/reusable-ci.yml @@ -131,7 +131,7 @@ jobs: - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: { persist-credentials: false } - name: Resolve OpenCI ref and checkout - uses: YiAgent/OpenCI/actions/_common/resolve-openci@f195c36e2da18bddaa168413ad1bc0fbde34cea8 + uses: YiAgent/OpenCI/actions/_common/resolve-openci@8a19e190278f461c94a764f53082690af06e2ced with: openci-ref: ${{ inputs.openci-ref }} - name: Probe secrets @@ -157,7 +157,7 @@ jobs: - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: { persist-credentials: false } - name: Resolve OpenCI ref and checkout - uses: YiAgent/OpenCI/actions/_common/resolve-openci@f195c36e2da18bddaa168413ad1bc0fbde34cea8 + uses: YiAgent/OpenCI/actions/_common/resolve-openci@8a19e190278f461c94a764f53082690af06e2ced with: openci-ref: ${{ inputs.openci-ref }} - id: detect @@ -181,7 +181,7 @@ jobs: - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: { persist-credentials: false } - name: Resolve OpenCI ref and checkout - uses: YiAgent/OpenCI/actions/_common/resolve-openci@f195c36e2da18bddaa168413ad1bc0fbde34cea8 + uses: YiAgent/OpenCI/actions/_common/resolve-openci@8a19e190278f461c94a764f53082690af06e2ced with: openci-ref: ${{ inputs.openci-ref }} - id: build @@ -207,7 +207,7 @@ jobs: - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: { persist-credentials: false } - name: Resolve OpenCI ref and checkout - uses: YiAgent/OpenCI/actions/_common/resolve-openci@f195c36e2da18bddaa168413ad1bc0fbde34cea8 + uses: YiAgent/OpenCI/actions/_common/resolve-openci@8a19e190278f461c94a764f53082690af06e2ced with: openci-ref: ${{ inputs.openci-ref }} - id: scan @@ -226,7 +226,7 @@ jobs: - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: { persist-credentials: false } - name: Resolve OpenCI ref and checkout - uses: YiAgent/OpenCI/actions/_common/resolve-openci@f195c36e2da18bddaa168413ad1bc0fbde34cea8 + uses: YiAgent/OpenCI/actions/_common/resolve-openci@8a19e190278f461c94a764f53082690af06e2ced with: openci-ref: ${{ inputs.openci-ref }} - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 @@ -269,7 +269,7 @@ jobs: - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: { persist-credentials: false } - name: Resolve OpenCI ref and checkout - uses: YiAgent/OpenCI/actions/_common/resolve-openci@f195c36e2da18bddaa168413ad1bc0fbde34cea8 + uses: YiAgent/OpenCI/actions/_common/resolve-openci@8a19e190278f461c94a764f53082690af06e2ced with: openci-ref: ${{ inputs.openci-ref }} - uses: ./.openci/actions/ci/check-migration @@ -288,7 +288,7 @@ jobs: - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: { persist-credentials: false } - name: Resolve OpenCI ref and checkout - uses: YiAgent/OpenCI/actions/_common/resolve-openci@f195c36e2da18bddaa168413ad1bc0fbde34cea8 + uses: YiAgent/OpenCI/actions/_common/resolve-openci@8a19e190278f461c94a764f53082690af06e2ced with: openci-ref: ${{ inputs.openci-ref }} - uses: ./.openci/actions/ci/eval-smoke @@ -461,7 +461,7 @@ jobs: - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: { persist-credentials: false } - name: Resolve OpenCI ref and checkout - uses: YiAgent/OpenCI/actions/_common/resolve-openci@f195c36e2da18bddaa168413ad1bc0fbde34cea8 + uses: YiAgent/OpenCI/actions/_common/resolve-openci@8a19e190278f461c94a764f53082690af06e2ced with: openci-ref: ${{ inputs.openci-ref }} - name: Download ci-context artifact diff --git a/manifest.yml b/manifest.yml index 91261a1..56d602b 100644 --- a/manifest.yml +++ b/manifest.yml @@ -101,7 +101,7 @@ deps: softprops/action-gh-release: "b4309332981a82ec1c5618f44dd2e27cc8bfbfda" # v3.0.0 # ── Self (OpenCI vendoring itself via remote action reference) ────────── - YiAgent/OpenCI: "f195c36e2da18bddaa168413ad1bc0fbde34cea8" # resolve-openci bootstrap + YiAgent/OpenCI: "8a19e190278f461c94a764f53082690af06e2ced" # resolve-openci bootstrap # ───────────────────────────────────────────────────────────────────────────── # Reusable workflow catalog (consumed via `uses: YiAgent/OpenCI/.github/workflows/.yml@`)