code-foundry 0.27.10 → 0.27.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/ci.yml +1 -1
- package/.github/workflows/ci_self-ci.yml +1 -1
- package/.github/workflows/codeql.yml +1 -1
- package/.github/workflows/codeql_self-ci.yml +1 -1
- package/.github/workflows/draft-pr.yml +1 -1
- package/.github/workflows/draft-pr_self-ci.yml +1 -1
- package/.github/workflows/release-pr.yml +1 -1
- package/.github/workflows/release-pr_self-ci.yml +1 -1
- package/.github/workflows/release.yml +1 -1
- package/.github/workflows/release_self-ci.yml +1 -1
- package/.github/workflows/security.yml +1 -1
- package/.github/workflows/security_self-ci.yml +1 -1
- package/.github/workflows/test.yml +1 -1
- package/.github/workflows/test_self-ci.yml +1 -1
- package/CHANGELOG.md +8 -0
- package/package.json +1 -1
- package/src/commands/sync.mjs +1 -0
package/.github/workflows/ci.yml
CHANGED
|
@@ -35,7 +35,7 @@ env:
|
|
|
35
35
|
REPO_FOUNDRY_BASE_SHA: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event.before || '' }}
|
|
36
36
|
|
|
37
37
|
concurrency:
|
|
38
|
-
group: ${{ github.
|
|
38
|
+
group: ${{ github.workflow_ref }}-${{ github.event.pull_request.head.repo.full_name || github.repository }}-${{ github.event.pull_request.head.ref || github.ref_name }}
|
|
39
39
|
cancel-in-progress: true
|
|
40
40
|
|
|
41
41
|
jobs:
|
|
@@ -32,7 +32,7 @@ env:
|
|
|
32
32
|
REPO_FOUNDRY_FEATURES: ${{ vars.REPO_FOUNDRY_FEATURES }}
|
|
33
33
|
|
|
34
34
|
concurrency:
|
|
35
|
-
group: ${{ github.
|
|
35
|
+
group: ${{ github.workflow_ref }}-${{ github.event.pull_request.head.repo.full_name || github.repository }}-${{ github.event.pull_request.head.ref || github.ref_name }}
|
|
36
36
|
cancel-in-progress: true
|
|
37
37
|
|
|
38
38
|
jobs:
|
|
@@ -28,7 +28,7 @@ jobs:
|
|
|
28
28
|
runs-on: ${{ inputs.runner }}
|
|
29
29
|
timeout-minutes: 20
|
|
30
30
|
concurrency:
|
|
31
|
-
group: ${{ github.
|
|
31
|
+
group: ${{ github.workflow_ref }}-${{ github.ref }}
|
|
32
32
|
cancel-in-progress: false
|
|
33
33
|
outputs:
|
|
34
34
|
release_created: ${{ steps.release.outputs.release_created || 'false' }}
|
|
@@ -31,7 +31,7 @@ env:
|
|
|
31
31
|
REPO_FOUNDRY_BASE_SHA: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event.before || '' }}
|
|
32
32
|
|
|
33
33
|
concurrency:
|
|
34
|
-
group: ${{ github.
|
|
34
|
+
group: ${{ github.workflow_ref }}-${{ github.event.pull_request.head.repo.full_name || github.repository }}-${{ github.event.pull_request.head.ref || github.ref_name }}
|
|
35
35
|
cancel-in-progress: true
|
|
36
36
|
|
|
37
37
|
jobs:
|
|
@@ -40,7 +40,7 @@ env:
|
|
|
40
40
|
REPO_FOUNDRY_BASE_SHA: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event.before || '' }}
|
|
41
41
|
|
|
42
42
|
concurrency:
|
|
43
|
-
group: ${{ github.
|
|
43
|
+
group: ${{ github.workflow_ref }}-${{ github.event.pull_request.head.repo.full_name || github.repository }}-${{ github.event.pull_request.head.ref || github.ref_name }}
|
|
44
44
|
cancel-in-progress: true
|
|
45
45
|
|
|
46
46
|
jobs:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.27.11](https://github.com/0xPlayerOne/code-foundry/compare/v0.27.10...v0.27.11) (2026-07-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **ci:** isolate reusable workflow concurrency ([ddfc3a6](https://github.com/0xPlayerOne/code-foundry/commit/ddfc3a6b8860629a12494ffd8ef273dfb2c354b4))
|
|
9
|
+
* **workflows:** clarify Code Foundry job hierarchy ([124327e](https://github.com/0xPlayerOne/code-foundry/commit/124327ec3f8f5907eca478580a62b7485e0cfd98))
|
|
10
|
+
|
|
3
11
|
## [0.27.10](https://github.com/0xPlayerOne/code-foundry/compare/v0.27.9...v0.27.10) (2026-07-28)
|
|
4
12
|
|
|
5
13
|
|
package/package.json
CHANGED
package/src/commands/sync.mjs
CHANGED
|
@@ -157,6 +157,7 @@ function renderWorkflow(content, config, repository, ref) {
|
|
|
157
157
|
const remotePrefix = `uses: ${repository}/.github/workflows/`
|
|
158
158
|
let rendered = content.replaceAll(localPrefix, remotePrefix)
|
|
159
159
|
rendered = rendered.replace(new RegExp(`${escapeRegExp(remotePrefix)}([^\\s@]+)`, 'g'), `$&@${ref}`)
|
|
160
|
+
rendered = rendered.replace(/^(\s+runtime-ref:)\s+.*$/m, `$1 ${ref}`)
|
|
160
161
|
/** @type {Record<string, string|undefined>} */
|
|
161
162
|
const runners = {
|
|
162
163
|
ci: config.ci_runner ?? config.runner,
|