Skip to content

chore(deps): bump the github-actions group across 1 directory with 10 updates - #13

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-014b7e572a
Closed

chore(deps): bump the github-actions group across 1 directory with 10 updates#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-014b7e572a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 10 updates in the / directory:

Package From To
NDDev-it-com/nddev-ci-workflows/.github/workflows/actionlint.yml 0.5.1 0.11.1
NDDev-it-com/nddev-ci-workflows/.github/workflows/public-codeql.yml 0.5.1 0.11.1
NDDev-it-com/nddev-ci-workflows/.github/workflows/cross-platform-smoke.yml 0.5.1 0.11.1
actions/checkout 7.0.0 7.0.1
NDDev-it-com/nddev-ci-workflows/.github/workflows/public-dependency-review.yml 0.5.1 0.11.1
step-security/harden-runner 2.19.4 2.20.0
actions/setup-python 6.3.0 7.0.0
actions/attest 4.1.1 4.2.0
NDDev-it-com/nddev-ci-workflows/.github/workflows/public-scorecard-json.yml 0.5.1 0.11.1
NDDev-it-com/nddev-ci-workflows/.github/workflows/secret-scan.yml 0.5.1 0.11.1

Updates NDDev-it-com/nddev-ci-workflows/.github/workflows/actionlint.yml from 0.5.1 to 0.11.1

Release notes

Sourced from NDDev-it-com/nddev-ci-workflows/.github/workflows/actionlint.yml's releases.

0.11.1 — uv/bun-only reusable CI

Breaking: all reusable workflows + examples migrated to uv/bun (RVR-P1-001). SHA-pinned setup-uv v8.3.2 + setup-bun v2.2.0, frozen locks, no pip/npm. Module renamed to ci-workflows. (Supersedes burned 0.11.0 tag.)

0.10.0

Added

  • Three repository-operation skills for agents under .agents/skills/ (mirrored to .claude/skills/): nddev-repo-orientation (instant mental model, file map, contract index, and a task router), nddev-change-flow (the complete golden-path checklist, including paired-variant mirroring and the runtime-coverage "static-only dance"), and nddev-release-flow (version prep, the signed tag, the immutable-release verification checklist, and the post-release ledger re-promotion). They complement the eight portable CI/GitHub-Actions doctrine skills and route to the catalog and agent instructions as the source of truth rather than duplicating volatile facts. EXPECTED_SKILLS and the AGENTS.md / .claude/CLAUDE.md skill sections now describe the two groups.

Changed

  • Re-promote the release-supply-chain.yml runtime-coverage record to runtime-proven after the 0.9.0 release run (…/actions/runs/29173277373 at e27d4e3) re-executed the current workflow live, recording the fresh run URL and proven_digest. Completes the honesty cycle opened when RVR-P2-011 edited the workflow and correctly dropped it to static-only.

0.9.0

Fixed

  • Sync the attested-release permission + Syft contract into every consumer-facing surface. 0.8.1 added artifact-metadata: write to the attesting jobs and bumped Syft to 1.46.0 in the workflows and release validator, but the caller-facing docs, examples, and catalog still showed the old three-scope set and Syft 1.42.3. Because a caller's GITHUB_TOKEN permissions are the ceiling for a reusable workflow, a consumer copying the stale three-scope example under-scopes the attest step. Update the release-supply-chain.yml caller permissions in README.md, examples/public-oss/release.yml, and docs/04/docs/09; add artifact-metadata: write to the artifact-attestations, slsa-build-provenance, and attested releases-packages capabilities in catalog/capabilities.yml; correct the Syft version in README.md, docs/07, and docs/13; and add a 0.8.1 caller migration note. Contract- truth synchronization only — no workflow behavior change.

  • Remove volatile GitHub tariffs from the ci-free-tier-planner skill and guard against regression. .agents/skills/ci-free-tier-planner/SKILL.md hard-coded plan quotas (Actions minute allowances, storage/cache sizes, and

... (truncated)

Changelog

Sourced from NDDev-it-com/nddev-ci-workflows/.github/workflows/actionlint.yml's changelog.

Changelog

[Unreleased]

Fixed

  • The catalog recorded four action pins that no workflow used. setup-node, setup-java, setup-swift, and checkov-action had drifted a version behind the SHA their used_by workflows actually reference — setup-swift by a full major (v2.4.0 recorded, v3 shipped). validate_catalog.py checked only the pin's shape and that used_by paths existed, never that the pin matched reality, so the gate stayed green while the declared source of truth was wrong in four places. Pins synced and validate_catalog.py now fails when a catalog pin does not appear verbatim in each of its used_by workflows.
  • sql-ci.yml declared a python_version input that nothing read. It was the only never-read input across all reusables; the workflow has no setup-python step at all and provisions Python through setup-uv. A caller passing it got a silently ignored value. Input removed and the header comment corrected from "pinned setup-python" to "pinned setup-uv".
  • docs/12-community-dx.md listed five community-health files as still missing; all five have shipped. Only the optional .github/FUNDING.yml remains absent.

Added

  • Self-application of the public OSS security suite. This repository shipped CodeQL, OSSF Scorecard, Dependency Review, and gitleaks to the estate while consuming none of them itself; it self-applied only actionlint, zizmor, and release-supply-chain. New self workflows codeql.yml, gitleaks.yml, dependency-review.yml, and scorecard.yml call the matching reusables through relative refs, with triggers taken from this repository's own examples/public-oss/ shapes.

Fixed

  • SELF_WORKFLOWS was duplicated as a literal in three places. _workflow_yaml.py held the named constant while validate_catalog.py and generate_docs.py each hardcoded {"ci.yml", "release.yml"} again. Both now import it. With the constant honoured in only one of the three, validate_all.py passed while docs/generated/workflow-inventory.md listed the new self workflows as MISSING instead of internal — a green gate over wrong generated output.

[0.12.0] - 2026-07-21

Changed

  • Repository renamed nddev-ci-workflowsci-workflows. Every active and identity surface now uses the new coordinate: release package_name, all examples/** reusable uses: refs, README/docs/skills, and the two gate-coupled slugs (check_examples.py USES_RE, validate_runtime_coverage.py

... (truncated)

Commits
  • bcb4d28 chore(release): 0.11.1 (#36)
  • 80c4477 feat!: uv/bun-only reusable CI + rename to ci-workflows (#35)
  • 4170fc0 chore(deps): update Checkov action (#32)
  • b905eda fix: isolate Swift action updates from dependency groups (#30)
  • e4aef9a fix(go-ci): support ancestry-aware checkout
  • bae729e chore(gds): onboard reusable workflow repository (#26)
  • 854883e fix(ci): fail fast in private static commands (#27)
  • a02c01d chore(gds): onboard repository (#23)
  • eb7bd95 chore(release): prepare 0.10.0 (#25)
  • fca92d5 feat(skills): add three repo-operation skills for agents (#24)
  • Additional commits viewable in compare view

Updates NDDev-it-com/nddev-ci-workflows/.github/workflows/public-codeql.yml from 0.5.1 to 0.11.1

Release notes

Sourced from NDDev-it-com/nddev-ci-workflows/.github/workflows/public-codeql.yml's releases.

0.11.1 — uv/bun-only reusable CI

Breaking: all reusable workflows + examples migrated to uv/bun (RVR-P1-001). SHA-pinned setup-uv v8.3.2 + setup-bun v2.2.0, frozen locks, no pip/npm. Module renamed to ci-workflows. (Supersedes burned 0.11.0 tag.)

0.10.0

Added

  • Three repository-operation skills for agents under .agents/skills/ (mirrored to .claude/skills/): nddev-repo-orientation (instant mental model, file map, contract index, and a task router), nddev-change-flow (the complete golden-path checklist, including paired-variant mirroring and the runtime-coverage "static-only dance"), and nddev-release-flow (version prep, the signed tag, the immutable-release verification checklist, and the post-release ledger re-promotion). They complement the eight portable CI/GitHub-Actions doctrine skills and route to the catalog and agent instructions as the source of truth rather than duplicating volatile facts. EXPECTED_SKILLS and the AGENTS.md / .claude/CLAUDE.md skill sections now describe the two groups.

Changed

  • Re-promote the release-supply-chain.yml runtime-coverage record to runtime-proven after the 0.9.0 release run (…/actions/runs/29173277373 at e27d4e3) re-executed the current workflow live, recording the fresh run URL and proven_digest. Completes the honesty cycle opened when RVR-P2-011 edited the workflow and correctly dropped it to static-only.

0.9.0

Fixed

  • Sync the attested-release permission + Syft contract into every consumer-facing surface. 0.8.1 added artifact-metadata: write to the attesting jobs and bumped Syft to 1.46.0 in the workflows and release validator, but the caller-facing docs, examples, and catalog still showed the old three-scope set and Syft 1.42.3. Because a caller's GITHUB_TOKEN permissions are the ceiling for a reusable workflow, a consumer copying the stale three-scope example under-scopes the attest step. Update the release-supply-chain.yml caller permissions in README.md, examples/public-oss/release.yml, and docs/04/docs/09; add artifact-metadata: write to the artifact-attestations, slsa-build-provenance, and attested releases-packages capabilities in catalog/capabilities.yml; correct the Syft version in README.md, docs/07, and docs/13; and add a 0.8.1 caller migration note. Contract- truth synchronization only — no workflow behavior change.

  • Remove volatile GitHub tariffs from the ci-free-tier-planner skill and guard against regression. .agents/skills/ci-free-tier-planner/SKILL.md hard-coded plan quotas (Actions minute allowances, storage/cache sizes, and

... (truncated)

Changelog

Sourced from NDDev-it-com/nddev-ci-workflows/.github/workflows/public-codeql.yml's changelog.

Changelog

[Unreleased]

Fixed

  • The catalog recorded four action pins that no workflow used. setup-node, setup-java, setup-swift, and checkov-action had drifted a version behind the SHA their used_by workflows actually reference — setup-swift by a full major (v2.4.0 recorded, v3 shipped). validate_catalog.py checked only the pin's shape and that used_by paths existed, never that the pin matched reality, so the gate stayed green while the declared source of truth was wrong in four places. Pins synced and validate_catalog.py now fails when a catalog pin does not appear verbatim in each of its used_by workflows.
  • sql-ci.yml declared a python_version input that nothing read. It was the only never-read input across all reusables; the workflow has no setup-python step at all and provisions Python through setup-uv. A caller passing it got a silently ignored value. Input removed and the header comment corrected from "pinned setup-python" to "pinned setup-uv".
  • docs/12-community-dx.md listed five community-health files as still missing; all five have shipped. Only the optional .github/FUNDING.yml remains absent.

Added

  • Self-application of the public OSS security suite. This repository shipped CodeQL, OSSF Scorecard, Dependency Review, and gitleaks to the estate while consuming none of them itself; it self-applied only actionlint, zizmor, and release-supply-chain. New self workflows codeql.yml, gitleaks.yml, dependency-review.yml, and scorecard.yml call the matching reusables through relative refs, with triggers taken from this repository's own examples/public-oss/ shapes.

Fixed

  • SELF_WORKFLOWS was duplicated as a literal in three places. _workflow_yaml.py held the named constant while validate_catalog.py and generate_docs.py each hardcoded {"ci.yml", "release.yml"} again. Both now import it. With the constant honoured in only one of the three, validate_all.py passed while docs/generated/workflow-inventory.md listed the new self workflows as MISSING instead of internal — a green gate over wrong generated output.

[0.12.0] - 2026-07-21

Changed

  • Repository renamed nddev-ci-workflowsci-workflows. Every active and identity surface now uses the new coordinate: release package_name, all examples/** reusable uses: refs, README/docs/skills, and the two gate-coupled slugs (check_examples.py USES_RE, validate_runtime_coverage.py

... (truncated)

Commits
  • bcb4d28 chore(release): 0.11.1 (#36)
  • 80c4477 feat!: uv/bun-only reusable CI + rename to ci-workflows (#35)
  • 4170fc0 chore(deps): update Checkov action (#32)
  • b905eda fix: isolate Swift action updates from dependency groups (#30)
  • e4aef9a fix(go-ci): support ancestry-aware checkout
  • bae729e chore(gds): onboard reusable workflow repository (#26)
  • 854883e fix(ci): fail fast in private static commands (#27)
  • a02c01d chore(gds): onboard repository (#23)
  • eb7bd95 chore(release): prepare 0.10.0 (#25)
  • fca92d5 feat(skills): add three repo-operation skills for agents (#24)
  • Additional commits viewable in compare view

Updates NDDev-it-com/nddev-ci-workflows/.github/workflows/cross-platform-smoke.yml from 0.5.1 to 0.11.1

Release notes

Sourced from NDDev-it-com/nddev-ci-workflows/.github/workflows/cross-platform-smoke.yml's releases.

0.11.1 — uv/bun-only reusable CI

Breaking: all reusable workflows + examples migrated to uv/bun (RVR-P1-001). SHA-pinned setup-uv v8.3.2 + setup-bun v2.2.0, frozen locks, no pip/npm. Module renamed to ci-workflows. (Supersedes burned 0.11.0 tag.)

0.10.0

Added

  • Three repository-operation skills for agents under .agents/skills/ (mirrored to .claude/skills/): nddev-repo-orientation (instant mental model, file map, contract index, and a task router), nddev-change-flow (the complete golden-path checklist, including paired-variant mirroring and the runtime-coverage "static-only dance"), and nddev-release-flow (version prep, the signed tag, the immutable-release verification checklist, and the post-release ledger re-promotion). They complement the eight portable CI/GitHub-Actions doctrine skills and route to the catalog and agent instructions as the source of truth rather than duplicating volatile facts. EXPECTED_SKILLS and the AGENTS.md / .claude/CLAUDE.md skill sections now describe the two groups.

Changed

  • Re-promote the release-supply-chain.yml runtime-coverage record to runtime-proven after the 0.9.0 release run (…/actions/runs/29173277373 at e27d4e3) re-executed the current workflow live, recording the fresh run URL and proven_digest. Completes the honesty cycle opened when RVR-P2-011 edited the workflow and correctly dropped it to static-only.

0.9.0

Fixed

  • Sync the attested-release permission + Syft contract into every consumer-facing surface. 0.8.1 added artifact-metadata: write to the attesting jobs and bumped Syft to 1.46.0 in the workflows and release validator, but the caller-facing docs, examples, and catalog still showed the old three-scope set and Syft 1.42.3. Because a caller's GITHUB_TOKEN permissions are the ceiling for a reusable workflow, a consumer copying the stale three-scope example under-scopes the attest step. Update the release-supply-chain.yml caller permissions in README.md, examples/public-oss/release.yml, and docs/04/docs/09; add artifact-metadata: write to the artifact-attestations, slsa-build-provenance, and attested releases-packages capabilities in catalog/capabilities.yml; correct the Syft version in README.md, docs/07, and docs/13; and add a 0.8.1 caller migration note. Contract- truth synchronization only — no workflow behavior change.

  • Remove volatile GitHub tariffs from the ci-free-tier-planner skill and guard against regression. .agents/skills/ci-free-tier-planner/SKILL.md hard-coded plan quotas (Actions minute allowances, storage/cache sizes, and

... (truncated)

Changelog

Sourced from NDDev-it-com/nddev-ci-workflows/.github/workflows/cross-platform-smoke.yml's changelog.

Changelog

[Unreleased]

Fixed

  • The catalog recorded four action pins that no workflow used. setup-node, setup-java, setup-swift, and checkov-action had drifted a version behind the SHA their used_by workflows actually reference — setup-swift by a full major (v2.4.0 recorded, v3 shipped). validate_catalog.py checked only the pin's shape and that used_by paths existed, never that the pin matched reality, so the gate stayed green while the declared source of truth was wrong in four places. Pins synced and validate_catalog.py now fails when a catalog pin does not appear verbatim in each of its used_by workflows.
  • sql-ci.yml declared a python_version input that nothing read. It was the only never-read input across all reusables; the workflow has no setup-python step at all and provisions Python through setup-uv. A caller passing it got a silently ignored value. Input removed and the header comment corrected from "pinned setup-python" to "pinned setup-uv".
  • docs/12-community-dx.md listed five community-health files as still missing; all five have shipped. Only the optional .github/FUNDING.yml remains absent.

Added

  • Self-application of the public OSS security suite. This repository shipped CodeQL, OSSF Scorecard, Dependency Review, and gitleaks to the estate while consuming none of them itself; it self-applied only actionlint, zizmor, and release-supply-chain. New self workflows codeql.yml, gitleaks.yml, dependency-review.yml, and scorecard.yml call the matching reusables through relative refs, with triggers taken from this repository's own examples/public-oss/ shapes.

Fixed

  • SELF_WORKFLOWS was duplicated as a literal in three places. _workflow_yaml.py held the named constant while validate_catalog.py and generate_docs.py each hardcoded {"ci.yml", "release.yml"} again. Both now import it. With the constant honoured in only one of the three, validate_all.py passed while docs/generated/workflow-inventory.md listed the new self workflows as MISSING instead of internal — a green gate over wrong generated output.

[0.12.0] - 2026-07-21

Changed

  • Repository renamed nddev-ci-workflowsci-workflows. Every active and identity surface now uses the new coordinate: release package_name, all examples/** reusable uses: refs, README/docs/skills, and the two gate-coupled slugs (check_examples.py USES_RE, validate_runtime_coverage.py

... (truncated)

Commits
  • bcb4d28 chore(release): 0.11.1 (#36)
  • 80c4477 feat!: uv/bun-only reusable CI + rename to ci-workflows (#35)
  • 4170fc0 chore(deps): update Checkov action (#32)
  • b905eda fix: isolate Swift action updates from dependency groups (#30)
  • e4aef9a fix(go-ci): support ancestry-aware checkout
  • bae729e chore(gds): onboard reusable workflow repository (#26)
  • 854883e fix(ci): fail fast in private static commands (#27)
  • a02c01d chore(gds): onboard repository (#23)
  • eb7bd95 chore(release): prepare 0.10.0 (#25)
  • fca92d5 feat(skills): add three repo-operation skills for agents (#24)
  • Additional commits viewable in compare view

Updates actions/checkout from 7.0.0 to 7.0.1

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

Full Changelog: actions/checkout@v7...v7.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Updates NDDev-it-com/nddev-ci-workflows/.github/workflows/public-dependency-review.yml from 0.5.1 to 0.11.1

Release notes

Sourced from NDDev-it-com/nddev-ci-workflows/.github/workflows/public-dependency-review.yml's releases.

0.11.1 — uv/bun-only reusable CI

Breaking: all reusable workflows + examples migrated to uv/bun (RVR-P1-001). SHA-pinned setup-uv v8.3.2 + setup-bun v2.2.0, frozen locks, no pip/npm. Module renamed to ci-workflows. (Supersedes burned 0.11.0 tag.)

0.10.0

Added

  • Three repository-operation skills for agents under .agents/skills/ (mirrored to .claude/skills/): nddev-repo-orientation (instant mental model, file map, contract index, and a task router), nddev-change-flow (the complete golden-path checklist, including paired-variant mirroring and the runtime-coverage "static-only dance"), and nddev-release-flow (version prep, the signed tag, the immutable-release verification checklist, and the post-release ledger re-promotion). They complement the eight portable CI/GitHub-Actions doctrine skills and route to the catalog and agent instructions as the source of truth rather than duplicating volatile facts. EXPECTED_SKILLS and the AGENTS.md / .claude/CLAUDE.md skill sections now describe the two groups.

Changed

  • Re-promote the release-supply-chain.yml runtime-coverage record to runtime-proven after the 0.9.0 release run (…/actions/runs/29173277373 at e27d4e3) re-executed the current workflow live, recording the fresh run URL and proven_digest. Completes the honesty cycle opened when RVR-P2-011 edited the workflow and correctly dropped it to static-only.

0.9.0

Fixed

  • Sync the attested-release permission + Syft contract into every consumer-facing surface. 0.8.1 added artifact-metadata: write to the attesting jobs and bumped Syft to 1.46.0 in the workflows and release validator, but the caller-facing docs, examples, and catalog still showed the old three-scope set and Syft 1.42.3. Because a caller's GITHUB_TOKEN permissions are the ceiling for a reusable workflow, a consumer copying the stale three-scope example under-scopes the attest step. Update the release-supply-chain.yml caller permissions in README.md, examples/public-oss/release.yml, and docs/04/docs/09; add artifact-metadata: write to the artifact-attestations, slsa-build-provenance, and attested releases-packages capabilities in catalog/capabilities.yml; correct the Syft version in README.md, docs/07, and docs/13; and add a 0.8.1 caller migration note. Contract- truth synchronization only — no workflow behavior change.

  • Remove volatile GitHub tariffs from the ci-free-tier-planner skill and guard against regression. .agents/skills/ci-free-tier-planner/SKILL.md hard-coded plan quotas (Actions minute allowances, storage/cache sizes, and

... (truncated)

Changelog

Sourced from NDDev-it-com/nddev-ci-workflows/.github/workflows/public-dependency-review.yml's changelog.

Changelog

[Unreleased]

Fixed

  • The catalog recorded four action pins that no workflow used. setup-node, setup-java, setup-swift, and checkov-action had drifted a version behind the SHA their used_by workflows actually reference — setup-swift by a full major (v2.4.0 recorded, v3 shipped). validate_catalog.py checked only the pin's shape and that used_by paths existed, never that the pin matched reality, so the gate stayed green while the declared source of truth was wrong in four places. Pins synced and validate_catalog.py now fails when a catalog pin does not appear verbatim in each of its used_by workflows.
  • sql-ci.yml declared a python_version input that nothing read. It was the only never-read input across all reusables; the workflow has no setup-python step at all and provisions Python through setup-uv. A caller passing it got a silently ignored value. Input removed and the header comment corrected from "pinned setup-python" to "pinned setup-uv".
  • docs/12-community-dx.md listed five community-health files as still missing; all five have shipped. Only the optional .github/FUNDING.yml remains absent.

Added

  • Self-application of the public OSS security suite. This repository shipped CodeQL, OSSF Scorecard, Dependency Review, and gitleaks to the estate while consuming none of them itself; it self-applied only actionlint, zizmor, and release-supply-chain. New self workflows codeql.yml, gitleaks.yml, dependency-review.yml, and scorecard.yml call the matching reusables through relative refs, with triggers taken from this repository's own examples/public-oss/ shapes.

Fixed

  • SELF_WORKFLOWS was duplicated as a literal in three places. _workflow_yaml.py held the named constant while validate_catalog.py and generate_docs.py each hardcoded {"ci.yml", "release.yml"} again. Both now import it. With the constant honoured in only one of the three, validate_all.py passed while docs/generated/workflow-inventory.md listed the new self workflows as MISSING instead of internal — a green gate over wrong generated output.

[0.12.0] - 2026-07-21

Changed

  • Repository renamed nddev-ci-workflowsci-workflows. Every active and identity surface now uses the new coordinate: release package_name, all examples/** reusable uses: refs, README/docs/skills, and the two gate-coupled slugs (check_examples.py USES_RE, validate_runtime_coverage.py

... (truncated)

Commits
  • bcb4d28 chore(release): 0.11.1 (#36)
  • 80c4477 feat!: uv/bun-only reusable CI + rename to ci-workflows (#35)
  • 4170fc0 chore(deps): update Checkov action (#32)
  • b905eda fix: isolate Swift action updates from dependency groups (#30)
  • e4aef9a fix(go-ci): support ancestry-aware checkout
  • bae729e chore(gds): onboard reusable workflow repository (#26)
  • 854883e fix(ci): fail fast in private static commands (#27)
  • a02c01d chore(gds): onboard repository (#23)
  • eb7bd95 chore(release): prepare 0.10.0 (#25)
  • fca92d5 feat(skills): add three repo-operation skills for agents (#24)
  • Additional commits viewable in compare view

Updates step-security/harden-runner from 2.19.4 to 2.20.0

Release notes

Sourced from step-security/harden-runner's releases.

v2.20.0

What's Changed

  • Support for block policy for MacOS and Windows GitHub-hosted runners
  • Support for Bitrise MacOS GitHub Actions runners
  • HTTPS monitoring support for Bun for Linux runners (enterprise tier)

Full Changelog: step-security/harden-runner@v2.19.4...v2.20.0

Commits
  • bf7454d Merge pull request #673 from step-security/fix/aggregate-error-startup-hang
  • 1188420 Update non-TLS agent to v0.16.2
  • 162cfea Update non-TLS agent to v0.16.1
  • eb9e1f4 Bring macOS runner updates from PR 674
  • 1a10b01 Update Windows agent to v1.0.7
  • 8b4a105 Apply npm audit fixes with release-age cooldown
  • 3626e03 Default TLS status check failures to enabled
  • 100e08b Update agent-ebpf to v1.8.12
  • 774f75f Update agent to v1.8.9
  • f312657 Extend missing-agent-dir guard to Linux and macOS cleanup paths
  • Additional commits viewable in compare view

Updates actions/setup-python from 6.3.0 to 7.0.0

Release notes

Sourced from actions/setup-python's releases.

v7.0.0

What's Changed

Enhancements

Bug Fix

Dependency Upgrade

New Contributors

Full Changelog: actions/setup-python@v6...v7.0.0

Commits

Updates actions/attest from 4.1.1 to 4.2.0

Release notes

Sourced from actions/attest's releases.

v4.2.0

What's Changed

Full Changelog: actions/attest@v4.1.1...v4.2.0

Commits
  • f7c74d2 feat: support SHA-2 subject digests (#446)
  • 88633d1 Bump js-yaml from 4.2.0 to 5.2.1 (#452)
  • 5dff824 Bump the actions-minor group with 3 updates (#453)
  • e67e539 Bump the npm-development group across 1 directory with 2 updates (#448)
  • 95f6155 Bump @​types/node from 25.9.2 to 26.1.1 (#449)
  • b644c72 Read subjects from GITHUB_ARTIFACTS_LIST (#447)
  • 7d3af28 Bump csv-parse from 6.2.1 to 7.0.1 (#437)
  • 52cbb4d Bump @​actions/glob from 0.6.1 to 0.7.0 in the npm-production group across 1 d...
  • a5ce33e ci: download rebuilt dist/ artifact outside the checkout workspace (#445)
  • 4c65731 ci: auto-rebuild dist/ for Dependabot production bumps (#444)
  • Additional commits viewable in compare view

Updates NDDev-it-com/nddev-ci-workflows/.github/workflows/public-scorecard-json.yml from 0.5.1 to 0.11.1

Release notes

Sourced from NDDev-it-com/nddev-ci-workflows/.github/workflows/public-scorecard-json.yml's releases.

0.11.1 — uv/bun-only reusable CI

Breaking: all reusable workflows + examples migrated to uv/bun (RVR-P1-001). SHA-pinned setup-uv v8.3.2 + setup-bun v2.2.0, frozen locks, no pip/npm. Module renamed to ci-workflows. (Supersedes burned 0.11.0 tag.)

0.10.0

Added

  • Three repository-operation skills for agents under .agents/skills/ (mirrored to .claude/skills/): nddev-repo-orientation (instant mental model, file map, contract index, and a task router), nddev-change-flow (the complete golden-path checklist, including paired-variant mirroring and the runtime-coverage "static-only dance"), and nddev-release-flow (version prep, the signed tag, the immutable-release verification checklist, and the post-release ledger re-promotion). They complement the eight portable CI/GitHub-Actions doctrine skills and route to the catalog and agent instructions as the source of truth rather than duplicating volatile facts. EXPECTED_SKILLS and the AGENTS.md / .claude/CLAUDE.md skill sections now describe the two groups.

Changed

  • Re-promote the release-supply-chain.yml runtime-coverage record to runtime-proven after the 0.9.0 release run (…/actions/runs/29173277373 at e27d4e3) re-executed the current workflow live, recording the fresh run URL and proven_digest. Completes the honesty cycle opened when RVR-P2-011 edited the workflow and correctly dropped it to static-only.

0.9.0

Fixed

  • Sync the attested-release permission + Syft contract into every consumer-facing surface. 0.8.1 added artifact-metadata: write t...

    Description has been truncated

… updates

Bumps the github-actions group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [NDDev-it-com/nddev-ci-workflows/.github/workflows/actionlint.yml](https://github.com/nddev-it-com/nddev-ci-workflows) | `0.5.1` | `0.11.1` |
| [NDDev-it-com/nddev-ci-workflows/.github/workflows/public-codeql.yml](https://github.com/nddev-it-com/nddev-ci-workflows) | `0.5.1` | `0.11.1` |
| [NDDev-it-com/nddev-ci-workflows/.github/workflows/cross-platform-smoke.yml](https://github.com/nddev-it-com/nddev-ci-workflows) | `0.5.1` | `0.11.1` |
| [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` |
| [NDDev-it-com/nddev-ci-workflows/.github/workflows/public-dependency-review.yml](https://github.com/nddev-it-com/nddev-ci-workflows) | `0.5.1` | `0.11.1` |
| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.19.4` | `2.20.0` |
| [actions/setup-python](https://github.com/actions/setup-python) | `6.3.0` | `7.0.0` |
| [actions/attest](https://github.com/actions/attest) | `4.1.1` | `4.2.0` |
| [NDDev-it-com/nddev-ci-workflows/.github/workflows/public-scorecard-json.yml](https://github.com/nddev-it-com/nddev-ci-workflows) | `0.5.1` | `0.11.1` |
| [NDDev-it-com/nddev-ci-workflows/.github/workflows/secret-scan.yml](https://github.com/nddev-it-com/nddev-ci-workflows) | `0.5.1` | `0.11.1` |



Updates `NDDev-it-com/nddev-ci-workflows/.github/workflows/actionlint.yml` from 0.5.1 to 0.11.1
- [Release notes](https://github.com/nddev-it-com/nddev-ci-workflows/releases)
- [Changelog](https://github.com/NDDev-it-com/ci-workflows/blob/main/CHANGELOG.md)
- [Commits](NDDev-it-com/ci-workflows@ac4d1f4...bcb4d28)

Updates `NDDev-it-com/nddev-ci-workflows/.github/workflows/public-codeql.yml` from 0.5.1 to 0.11.1
- [Release notes](https://github.com/nddev-it-com/nddev-ci-workflows/releases)
- [Changelog](https://github.com/NDDev-it-com/ci-workflows/blob/main/CHANGELOG.md)
- [Commits](NDDev-it-com/ci-workflows@ac4d1f4...bcb4d28)

Updates `NDDev-it-com/nddev-ci-workflows/.github/workflows/cross-platform-smoke.yml` from 0.5.1 to 0.11.1
- [Release notes](https://github.com/nddev-it-com/nddev-ci-workflows/releases)
- [Changelog](https://github.com/NDDev-it-com/ci-workflows/blob/main/CHANGELOG.md)
- [Commits](NDDev-it-com/ci-workflows@ac4d1f4...bcb4d28)

Updates `actions/checkout` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@9c091bb...3d3c42e)

Updates `NDDev-it-com/nddev-ci-workflows/.github/workflows/public-dependency-review.yml` from 0.5.1 to 0.11.1
- [Release notes](https://github.com/nddev-it-com/nddev-ci-workflows/releases)
- [Changelog](https://github.com/NDDev-it-com/ci-workflows/blob/main/CHANGELOG.md)
- [Commits](NDDev-it-com/ci-workflows@ac4d1f4...bcb4d28)

Updates `step-security/harden-runner` from 2.19.4 to 2.20.0
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@9af89fc...bf7454d)

Updates `actions/setup-python` from 6.3.0 to 7.0.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@ece7cb0...5fda3b9)

Updates `actions/attest` from 4.1.1 to 4.2.0
- [Release notes](https://github.com/actions/attest/releases)
- [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md)
- [Commits](actions/attest@a1948c3...f7c74d2)

Updates `NDDev-it-com/nddev-ci-workflows/.github/workflows/public-scorecard-json.yml` from 0.5.1 to 0.11.1
- [Release notes](https://github.com/nddev-it-com/nddev-ci-workflows/releases)
- [Changelog](https://github.com/NDDev-it-com/ci-workflows/blob/main/CHANGELOG.md)
- [Commits](NDDev-it-com/ci-workflows@ac4d1f4...bcb4d28)

Updates `NDDev-it-com/nddev-ci-workflows/.github/workflows/secret-scan.yml` from 0.5.1 to 0.11.1
- [Release notes](https://github.com/nddev-it-com/nddev-ci-workflows/releases)
- [Changelog](https://github.com/NDDev-it-com/ci-workflows/blob/main/CHANGELOG.md)
- [Commits](NDDev-it-com/ci-workflows@ac4d1f4...bcb4d28)

---
updated-dependencies:
- dependency-name: NDDev-it-com/nddev-ci-workflows/.github/workflows/actionlint.yml
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: NDDev-it-com/nddev-ci-workflows/.github/workflows/public-codeql.yml
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: NDDev-it-com/nddev-ci-workflows/.github/workflows/cross-platform-smoke.yml
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: NDDev-it-com/nddev-ci-workflows/.github/workflows/public-dependency-review.yml
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: step-security/harden-runner
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/setup-python
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/attest
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: NDDev-it-com/nddev-ci-workflows/.github/workflows/public-scorecard-json.yml
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: NDDev-it-com/nddev-ci-workflows/.github/workflows/secret-scan.yml
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

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

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: ci. Please create it before Dependabot can add it to a pull request.

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

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 27, 2026
@dependabot
dependabot Bot requested a review from rldyourmnd as a code owner July 27, 2026 06:19
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 27, 2026
@rldyourmnd rldyourmnd closed this Jul 31, 2026
@rldyourmnd
rldyourmnd deleted the dependabot/github_actions/github-actions-014b7e572a branch July 31, 2026 08:32
@dependabot @github

dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant