chore(deps): bump the github-actions group with 3 updates - #439
dependabot[bot] wants to merge 2 commits into
Conversation
Bumps the github-actions group with 3 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action), [github/codeql-action/init](https://github.com/github/codeql-action) and [github/codeql-action/analyze](https://github.com/github/codeql-action). Updates `taiki-e/install-action` from 2.87.4 to 2.87.10 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@e67fa11...fa23953) Updates `github/codeql-action/init` from 4.37.9 to 4.38.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@cdf488f...b96794f) Updates `github/codeql-action/analyze` from 4.37.9 to 4.38.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@cdf488f...b96794f) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action/init dependency-version: 4.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action/analyze dependency-version: 4.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
vladimirrott
left a comment
There was a problem hiding this comment.
Three pins move, all three stay full 40-hex SHAs, and both version comments still describe the SHA they sit beside. I checked that by hand rather than trusting the comment, because #369 is open on exactly the case where a pin names a version it is not.
taiki-e/install-action@fa23953489c080190314742a9b907f8e97c6767c, both call sites:
$ gh api repos/taiki-e/install-action/commits/fa23953489c080190314742a9b907f8e97c6767c --jq '"\(.sha[0:12]) \(.commit.committer.date) \(.commit.message|split("\n")[0])"'
fa23953489c0 2026-09-10T15:45:04Z Release 2.87.10
$ gh api repos/taiki-e/install-action/git/refs/tags --jq '.[] | select(.object.sha=="fa23953489c080190314742a9b907f8e97c6767c") | .ref'
refs/tags/v2.87.10
github/codeql-action@b96794f015dfd88f77b49b1c93e0fa7110f94c63, init and analyze. The tag is annotated, so the ref points at a tag object and has to be dereferenced before the comparison means anything:
$ for t in 311b4ee155dcdab395044f00946f664bd51ff173 4bd7200e1f146b1c937cae12d258b50f41a53cf8; do echo -n "$t deref-> "; gh api repos/github/codeql-action/git/tags/$t --jq '"\(.tag) -> \(.object.type) \(.object.sha)"'; done
311b4ee155dcdab395044f00946f664bd51ff173 deref-> v4 -> commit b96794f015dfd88f77b49b1c93e0fa7110f94c63
4bd7200e1f146b1c937cae12d258b50f41a53cf8 deref-> v4.38.0 -> commit b96794f015dfd88f77b49b1c93e0fa7110f94c63
Both v4 and v4.38.0 land on this commit, so # v4 is accurate. The outgoing pin cdf488f was v4.37.9 from 2026-08-26.
Board is green at c99310e3 across rust, docs-and-hygiene, postgres-contract, security-audit, frontend, dependency-review, CodeQL and trufflehog.
Approved. Not merging it from here: a pull request that edits .github/workflows/** gets a human read of the workflow diff before it lands, and that rule holds for Dependabot too. The whole point of the control is that it does not have an exception for the source that looks trustworthy.
Bumps the github-actions group with 3 updates: taiki-e/install-action, github/codeql-action/init and github/codeql-action/analyze.
Updates
taiki-e/install-actionfrom 2.87.4 to 2.87.10Release notes
Sourced from taiki-e/install-action's releases.
... (truncated)
Changelog
Sourced from taiki-e/install-action's changelog.
... (truncated)
Commits
fa23953Release 2.87.104a78383Updatetombi@latestto 1.5.457011ccUpdate protoc-gen-connect-openapi manifest328a425Updatezizmor@latestto 1.30.1b513effUpdateuv@latestto 0.12.11f86c9bbUpdatetombi@latestto 1.5.3b9f14c9Updaterelease-plz@latestto 0.3.16469a8031Updatemise@latestto 2026.9.3ada1005Updatekingfisher@latestto 2.2.0da4edc6Update kache manifestUpdates
github/codeql-action/initfrom 4.37.9 to 4.38.0Release notes
Sourced from github/codeql-action/init's releases.
Changelog
Sourced from github/codeql-action/init's changelog.
... (truncated)
Commits
b96794fMerge pull request #4131 from github/update-v4.38.0-7e08580a902d5093Update changelog for v4.38.07e08580Merge pull request #4130 from github/henrymercer/workflow-runner-sizingbfcc52bRun slow macOS checks on larger runners8c251e7Merge pull request #4129 from github/update-bundle/codeql-bundle-v2.27.00b7ca40Add changelog note40484b3Update default bundle to codeql-bundle-v2.27.0977e6ceMerge pull request #4124 from github/henrymercer/toolcache-bundle-cleanup40a6b38Address toolcache cleanup review feedbackdeece8fApply suggestion from@henrymercerUpdates
github/codeql-action/analyzefrom 4.37.9 to 4.38.0Release notes
Sourced from github/codeql-action/analyze's releases.
Changelog
Sourced from github/codeql-action/analyze's changelog.
... (truncated)
Commits
b96794fMerge pull request #4131 from github/update-v4.38.0-7e08580a902d5093Update changelog for v4.38.07e08580Merge pull request #4130 from github/henrymercer/workflow-runner-sizingbfcc52bRun slow macOS checks on larger runners8c251e7Merge pull request #4129 from github/update-bundle/codeql-bundle-v2.27.00b7ca40Add changelog note40484b3Update default bundle to codeql-bundle-v2.27.0977e6ceMerge pull request #4124 from github/henrymercer/toolcache-bundle-cleanup40a6b38Address toolcache cleanup review feedbackdeece8fApply suggestion from@henrymercerDependabot 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