Skip to content

chore(ci): 1/3 stack — pin refresh + license allow-list - #217

Closed
cryptoxdog wants to merge 1 commit into
mainfrom
chore/stack-ci-pins
Closed

chore(ci): 1/3 stack — pin refresh + license allow-list#217
cryptoxdog wants to merge 1 commit into
mainfrom
chore/stack-ci-pins

Conversation

@cryptoxdog

Copy link
Copy Markdown
Collaborator

Summary

Bottom of a 3-PR stack that replaces overlapping Dependabot siblings #212 #213 #215 #216.

  • Pin l9-ci-core provision-sdk, publish-analysis.yml, and baseline-ratchet.yml to 0d28395
  • Bump upload-artifact to v7.0.1 (l9-analysis.yml hash pin; audit.yml / supply-chain.yml tag)
  • Extend Dependency Review fallback allow-list with SPDX AND expressions so layer 2 can pass

Merge this first (oldest / bottom). While child PRs are open, merge with a merge commit — do not squash this parent.

Stack

  1. This PRmain
  2. Observability deps → this branch
  3. attest-build-provenance v4.2.2 → deps branch

Test plan

  • CI on this PR is green before merging
  • Do not squash while child PRs are open

Made with Cursor

Replace the overlapping #212/#213/#215/#216 siblings with a single
bottom-of-stack commit: l9-ci-core pins to 0d28395, upload-artifact
v7.0.1, and SPDX AND expressions on the license allow-list fallback
so the observability layer can pass Dependency Review.

Co-authored-by: Cursor <cursoragent@cursor.com>
@github-actions

Copy link
Copy Markdown

PR reviewable size is within recommended limits

@github-actions

Copy link
Copy Markdown

L9 Audit Harness Report

  • Generated: 2026-08-21T13:27:21.048928+00:00
  • Repo root: /home/runner/work/Cognitive.Engine.Graphs/Cognitive.Engine.Graphs
  • Overall result: ✅ PASSED
  • Exit code: 0

Step Results

Step Status Exit Code Notes
Architecture Audit ✅ Passed 0
Spec Coverage ✅ Passed 0
Contract Wiring ✅ Passed 0

Architecture Audit Findings

Severity Count
🔴 CRITICAL 0
🟠 HIGH 0
🟡 MEDIUM 25
🔵 LOW 0

See artifacts/audit_report.md for full details.

Spec Coverage

  • ✅ Implemented: 37
  • ⚠️ Partial: 9
  • ❌ Missing: 0
  • Total features: 46
Category Implemented Partial Missing Total
gates 10 0 0 10
scoring 7 0 0 7
v1.1_node 2 0 0 2
v1.1_edge 2 0 0 2
v1.1_action 0 2 0 2
v1.1_scoring 1 1 0 2
action_handler 0 6 0 6
gds_algorithm 5 0 0 5
research_pattern 10 0 0 10

See artifacts/coverage_report.md for full details.

Next Steps

All checks passed. Safe to merge.

- name: Upload reports
if: always()
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@v7.0.1

- name: Upload Scorecard Results as Artifact
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@v7.0.1
- name: Upload License Report
if: always()
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@v7.0.1
@sonarqubecloud

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c305ccdec9

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

# dependency-review-action rejects specifying both allow-licenses and
# deny-licenses. Keep the allow-list (stricter); deny-list is implied.
allow-licenses: ${{ vars.ALLOWED_LICENSES || 'MIT, Apache-2.0, BSD-3-Clause, BSD-2-Clause, ISC' }}
allow-licenses: ${{ vars.ALLOWED_LICENSES || 'MIT, Apache-2.0, BSD-3-Clause, BSD-2-Clause, ISC, Apache-2.0 AND MIT, Apache-2.0 AND BSD-2-Clause' }}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Update the configured license allow-list too

When ALLOWED_LICENSES has been provisioned from .github/env.template, that nonempty repository variable takes precedence over this fallback, but the template at .github/env.template:199-201 still contains the old list. In that configuration, dependencies reporting either new compound SPDX expression remain rejected, so this change does not achieve its stated purpose; update the template/configured default alongside the fallback.

Useful? React with 👍 / 👎.

@cryptoxdog

Copy link
Copy Markdown
Collaborator Author

Superseded by #220 — compatible sdk-revision (b1a49141), SPDX AND licenses appended despite repo ALLOWED_LICENSES, Poetry+requirements.txt observability, attest v4.2.2. Closing this stack PR.

@cryptoxdog

Copy link
Copy Markdown
Collaborator Author

Closed in favor of #220.

@cryptoxdog cryptoxdog closed this Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants