Skip to content

chore(ci): bump actions/upload-artifact from 4.6.2 to 7.0.1 - #212

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/upload-artifact-7.0.1
Closed

chore(ci): bump actions/upload-artifact from 4.6.2 to 7.0.1#212
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/upload-artifact-7.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/upload-artifact from 4.6.2 to 7.0.1.

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.1

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

v7.0.0

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

v5.0.0

What's Changed

... (truncated)

Commits
  • 043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency
  • 634250c Include changes in typespec/ts-http-runtime 0.3.5
  • e454baa Readme: bump all the example versions to v7 (#796)
  • 74fad66 Update the readme with direct upload details (#795)
  • bbbca2d Support direct file uploads (#764)
  • 589182c Upgrade the module to ESM and bump dependencies (#762)
  • 47309c9 Merge pull request #754 from actions/Link-/add-proxy-integration-tests
  • 02a8460 Add proxy integration test
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.6.2...v7.0.1)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: automerge-candidate, dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from cryptoxdog as a code owner August 17, 2026 18:23
@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-17T18:23:24.382998+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.

@sonarqubecloud

Copy link
Copy Markdown

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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Acknowledged — not actioned this cycle

Scorecard is correct: GitHub-owned actions in this workflow are not pinned by hash. Pinning them requires editing .github/workflows/**, which this remediator classifies as CI_PIPELINE and will not change.

Tracking: remains on Dependabot PR #212 until a dedicated workflow-pin change lands


- name: Upload Scorecard Results as Artifact
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@v7.0.1

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Acknowledged — not actioned this cycle

Scorecard is correct: GitHub-owned actions in this workflow are not pinned by hash. Pinning them requires editing .github/workflows/**, which this remediator classifies as CI_PIPELINE and will not change.

Tracking: remains on Dependabot PR #212 until a dedicated workflow-pin change lands

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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Acknowledged — not actioned this cycle

Scorecard is correct: GitHub-owned actions in this workflow are not pinned by hash. Pinning them requires editing .github/workflows/**, which this remediator classifies as CI_PIPELINE and will not change.

Tracking: remains on Dependabot PR #212 until a dedicated workflow-pin change lands

@cryptoxdog

Copy link
Copy Markdown
Collaborator

PR Remediation — Cycle 1 Summary

Commit: none (no CODEBASE edit) | Findings processed: 3 | CI gates: not run (workflow-only PR)

Acknowledged (3)

Finding Response
Scorecard pinned-deps audit.yml Valid; pin requires .github/workflows/** (CI_PIPELINE)
Scorecard pinned-deps supply-chain.yml (1) Same
Scorecard pinned-deps supply-chain.yml (2) Same

Local verify: Skipped — no source edit | Threads: replies posted; resolve follows

@cryptoxdog

Copy link
Copy Markdown
Collaborator

Closing Dependabot PR as part of Quantum-L9 org-wide cleanup. Human/agent PRs remain open.

@cryptoxdog cryptoxdog closed this Aug 21, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/github_actions/actions/upload-artifact-7.0.1 branch August 21, 2026 13:08
@cryptoxdog

Copy link
Copy Markdown
Collaborator

Replaced by the stacked PRs (this sibling is already closed):

Merge those bottom-up: 217 → 218 → 219. Do not squash 217 or 218 while a child is open.

cryptoxdog added a commit that referenced this pull request Aug 21, 2026
* chore(ci): collapse Dependabot pin refresh into one stack base

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>

* chore(deps): bump observability group on the pin-refresh base

structlog 26.1.0 and prometheus-client 0.26.0 from #211. Lands on
chore/stack-ci-pins so the SPDX AND allow-list is already present.

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

* chore(ci): bump attest-build-provenance to v4.2.2

Independent docker-build.yml change from #214, stacked on the
observability layer so the three PRs merge oldest-first without
file fights.

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

* fix(ci): use compatible sdk-revision and keep SPDX AND licenses

Baseline ratchet at l9-ci-core@0d28395 only lists b1a49141. Repo
ALLOWED_LICENSES would drop Dual-license compounds from a fallback.
Widen Docker/pip structlog to match Poetry 26.1.0.

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

* fix(ci): allow Dual-license observability via purl, hash-pin artifacts

SPDX AND strings in allow-licenses did not match package Dual licenses
and broke MIT matching for upload-artifact. Allow structlog and
prometheus-client by purl; pin upload-artifact to v7.0.1 by hash.

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

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
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