chore(deps): bump the actions group with 3 updates - #977
Merged
Merged
Conversation
Bumps the actions group with 3 updates: [github/codeql-action/init](https://github.com/github/codeql-action), [github/codeql-action/analyze](https://github.com/github/codeql-action) and [github/codeql-action/upload-sarif](https://github.com/github/codeql-action). Updates `github/codeql-action/init` from 4.38.0 to 4.38.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b96794f...1c5b675) Updates `github/codeql-action/analyze` from 4.38.0 to 4.38.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b96794f...1c5b675) Updates `github/codeql-action/upload-sarif` from 4.38.0 to 4.38.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4.38.0...1c5b675) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: 4.38.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: github/codeql-action/analyze dependency-version: 4.38.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.38.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
hyperpolymath
approved these changes
Sep 22, 2026
hyperpolymath
deleted the
dependabot/github_actions/actions-97c20ee9f3
branch
September 22, 2026 12:15
This was referenced Sep 22, 2026
hyperpolymath
added a commit
that referenced
this pull request
Sep 22, 2026
…incident fix) (#978) ## What happened Dependabot **#977** (`68acee77`, merged today) bumped `codeql-action` from 4.38.0 **back to 4.38.1** — the version **#973** had escaped hours earlier because it fails GitHub's workflow-startup validation estate-wide (nexia-list#100). Measured on `hyperpolymath/standards` within the hour: | workflow | state | first red | |---|---|---| | `codeql.yml` | red after 4 consecutive greens | 12:09Z | | `scorecard.yml` | red after 2 consecutive greens | 11:51Z | The newest run of each reports **`jobs = 0`** — startup death, not a failing job. ⚠ GitHub surfaces it here as `conclusion=failure`, **not** `startup_failure`, because the death is in the *called reusable*. Checking only for `startup_failure` would have missed this entirely. ## The five refs | workflow | refs | |---|---| | `codeql-reusable.yml` | `init`, `analyze` | | `hypatia-scan-reusable.yml` | `upload-sarif` | | `scorecard-reusable.yml` | `upload-sarif` ×2 | ⚠ **The first three are the dangerous shape.** #977 replaced the SHA but inherited #973's comment, so each line reads: ``` uses: github/codeql-action@1c5b675... # v4.38.0 (4.38.1 blocked estate-wide; nexia-list#100) ``` An annotation asserting **the exact opposite of the value it annotates**. A reviewer reading the comment sees the safe version and moves on. `scorecard-reusable.yml` was never swept by #973 at all and kept honest `# v3` / `# v4.38.1` comments — so the *un*fixed file was the legible one. ## Why the hold did not hold `.github/dependabot.yml` already carried a hold on `github/codeql-action`. It matched nothing: the workflows reference the **subpath** actions, and Dependabot treats each subpath as its own dependency name. #977's own body says *"Updates `github/codeql-action/init` from 4.38.0 to 4.38.1"*. The entry is now `github/codeql-action*`. **Without this the next scheduled run reopens the same PR and re-breaks both workflows.** ## actions.lock is deliberately untouched The lock already carried `b96794f` for all three workflows — the lockfile was the **correct** side of the drift and the workflows were the stale side. Regenerating it (the cure the gate's own error text prescribes) would have written `1c5b675` **back into the lock** and re-legitimised the blocked version. A lock/workflow drift has two possible stale sides and the message picks one blindly. ## Verification - Zero refs to `1c5b675` remain under `.github/` - actions-lock gate: **no error-severity, no `stale` findings** (93 pre-existing `sha-as-ref` warnings unchanged) - `git diff --stat -- .github/workflows/actions.lock` → empty - `b96794f` confirmed as the commit that tag `v4.38.0` peels to - All pre-commit hooks pass, including `validate-actions-lock` — which was blocking *every* commit carrying a workflow ref Refs #973, #977, nexia-list#100, nexia-list#101, nexia-list#104 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_01WPSJ7fBhVAMcpSffCBWUDo Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com> Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Bumps the actions group with 3 updates: github/codeql-action/init, github/codeql-action/analyze and github/codeql-action/upload-sarif.
Updates
github/codeql-action/initfrom 4.38.0 to 4.38.1Release notes
Sourced from github/codeql-action/init's releases.
Changelog
Sourced from github/codeql-action/init's changelog.
... (truncated)
Commits
1c5b675Merge pull request #4152 from github/update-v4.38.1-a65b83a73a97cdcaAdd changelog entry for #4146cc6c691Update changelog for v4.38.1a65b83aMerge pull request #4146 from github/henrymercer/per-language-bundles-pr07fa87dClarify the latest-nightly eligibility exceptionf18f353Describe the bundle URL resolverecec9b5Share per-language telemetry fields without renaming79fe3a1Move download telemetry into the status-report directoryead1f7dRename the platform module549d498Simplify per-language platform eligibility checksUpdates
github/codeql-action/analyzefrom 4.38.0 to 4.38.1Release notes
Sourced from github/codeql-action/analyze's releases.
Changelog
Sourced from github/codeql-action/analyze's changelog.
... (truncated)
Commits
1c5b675Merge pull request #4152 from github/update-v4.38.1-a65b83a73a97cdcaAdd changelog entry for #4146cc6c691Update changelog for v4.38.1a65b83aMerge pull request #4146 from github/henrymercer/per-language-bundles-pr07fa87dClarify the latest-nightly eligibility exceptionf18f353Describe the bundle URL resolverecec9b5Share per-language telemetry fields without renaming79fe3a1Move download telemetry into the status-report directoryead1f7dRename the platform module549d498Simplify per-language platform eligibility checksUpdates
github/codeql-action/upload-sariffrom 4.38.0 to 4.38.1Release notes
Sourced from github/codeql-action/upload-sarif's releases.
Changelog
Sourced from github/codeql-action/upload-sarif's changelog.
... (truncated)
Commits
1c5b675Merge pull request #4152 from github/update-v4.38.1-a65b83a73a97cdcaAdd changelog entry for #4146cc6c691Update changelog for v4.38.1a65b83aMerge pull request #4146 from github/henrymercer/per-language-bundles-pr07fa87dClarify the latest-nightly eligibility exceptionf18f353Describe the bundle URL resolverecec9b5Share per-language telemetry fields without renaming79fe3a1Move download telemetry into the status-report directoryead1f7dRename the platform module549d498Simplify per-language platform eligibility checksDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions