build(deps): bump the github-actions group in /.github/workflows with 5 updates#136
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Greptile SummaryStandard Dependabot PR that bumps 5 GitHub Actions dependencies across both CI workflow files (
Confidence Score: 4/5
|
| Filename | Overview |
|---|---|
| .github/workflows/ci.yml | Updates 5 GitHub Actions dependencies to latest versions (pinned by SHA). The actions/checkout version comment is stale (# v5 should be # v6.0.2). |
| .github/workflows/publish.yml | Updates 4 GitHub Actions dependencies to latest versions (pinned by SHA). Same stale actions/checkout version comment issue as ci.yml. |
Flowchart
flowchart TD
subgraph CI["CI Workflow"]
A1["actions/checkout\nv5 → v6.0.2"] --> B1["oven-sh/setup-bun\nv2.0.2 → v2.1.2"]
B1 --> C1["actions/cache\nv4.3.0 → v5.0.3"]
C1 --> D1["bun install"]
D1 --> E1["nrwl/nx-set-shas\nv4.3.3 → v4.4.0"]
E1 --> F1["Run Tests & Coverage"]
F1 --> G1["actions/upload-artifact\nv4.6.2 → v6.0.0"]
end
subgraph Publish["Publish Workflow"]
A2["actions/checkout\nv5 → v6.0.2"] --> B2["oven-sh/setup-bun\nv2.0.2 → v2.1.2"]
B2 --> C2["actions/cache\nv4.3.0 → v5.0.3"]
C2 --> D2["bun install"]
D2 --> E2["nrwl/nx-set-shas\nv4.3.3 → v4.4.0"]
E2 --> F2["Lint, Test, Build & Publish"]
end
Last reviewed commit: 63b82b0
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 | ||
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5 |
There was a problem hiding this comment.
Stale version comment on checkout action
The SHA de0fac2e4500dabe0009e67214ff5f5447ce83dd corresponds to actions/checkout v6.0.2 (as stated in the PR description), but the inline comment still says # v5. This is misleading for anyone reading the workflow file and should be updated to reflect the actual major version.
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5 | |
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
Prompt To Fix With AI
This is a comment left during a code review.
Path: .github/workflows/ci.yml
Line: 18:18
Comment:
**Stale version comment on checkout action**
The SHA `de0fac2e4500dabe0009e67214ff5f5447ce83dd` corresponds to `actions/checkout` v6.0.2 (as stated in the PR description), but the inline comment still says `# v5`. This is misleading for anyone reading the workflow file and should be updated to reflect the actual major version.
```suggestion
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
```
How can I resolve this? If you propose a fix, please make it concise.| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 | ||
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5 |
There was a problem hiding this comment.
Stale version comment on checkout action
Same issue as in ci.yml — the SHA points to actions/checkout v6.0.2 but the comment still says # v5. This should be updated for consistency and clarity.
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5 | |
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Prompt To Fix With AI
This is a comment left during a code review.
Path: .github/workflows/publish.yml
Line: 41:41
Comment:
**Stale version comment on checkout action**
Same issue as in `ci.yml` — the SHA points to `actions/checkout` v6.0.2 but the comment still says `# v5`. This should be updated for consistency and clarity.
```suggestion
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise.Bumps the github-actions group in /.github/workflows with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `5.0.0` | `6.0.2` | | [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) | `2.0.2` | `2.1.2` | | [actions/cache](https://github.com/actions/cache) | `4.3.0` | `5.0.3` | | [nrwl/nx-set-shas](https://github.com/nrwl/nx-set-shas) | `4.3.3` | `4.4.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `6.0.0` | Updates `actions/checkout` from 5.0.0 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...de0fac2) Updates `oven-sh/setup-bun` from 2.0.2 to 2.1.2 - [Release notes](https://github.com/oven-sh/setup-bun/releases) - [Commits](oven-sh/setup-bun@735343b...3d26778) Updates `actions/cache` from 4.3.0 to 5.0.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...cdf6c1f) Updates `nrwl/nx-set-shas` from 4.3.3 to 4.4.0 - [Release notes](https://github.com/nrwl/nx-set-shas/releases) - [Commits](nrwl/nx-set-shas@826660b...3e9ad73) Updates `actions/upload-artifact` from 4.6.2 to 6.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...b7c566a) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: oven-sh/setup-bun dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: nrwl/nx-set-shas dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
63b82b0 to
e2ae0cf
Compare
Bumps the github-actions group in /.github/workflows with 5 updates:
5.0.06.0.22.0.22.1.24.3.05.0.34.3.34.4.04.6.26.0.0Updates
actions/checkoutfrom 5.0.0 to 6.0.2Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
de0fac2Fix tag handling: preserve annotations and explicit fetch-tags (#2356)064fe7fAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...8e8c483Clarify v6 README (#2328)033fa0dAdd worktree support for persist-credentials includeIf (#2327)c2d88d3Update all references from v5 and v4 to v6 (#2314)1af3b93update readme/changelog for v6 (#2311)71cf226v6-beta (#2298)069c695Persist creds to a separate file (#2286)ff7abcdUpdate README to include Node.js 24 support details and requirements (#2248)Updates
oven-sh/setup-bunfrom 2.0.2 to 2.1.2Release notes
Sourced from oven-sh/setup-bun's releases.
Commits
3d26778fix: default token only on public github (#157)db6bcf6[autofix.ci] apply automated fixes4a638a4Bump form-data5639119feat: use packageManager from package.json as default bun version (#152)b02f8a8feat: fallback arm64 to x64 architecture for win32 platform (#131)8c296f9feat: implement wildcard resolution into the action (#93)b7a1c7crelease: v2.1.0 (#151)ad1208bdocs: restore missingno-cacheinput (#149)bc6f04c[autofix.ci] apply automated fixes1dbab06feat: Check for existing bun before downloading (#138)Updates
actions/cachefrom 4.3.0 to 5.0.3Release notes
Sourced from actions/cache's releases.
... (truncated)
Changelog
Sourced from actions/cache's changelog.
... (truncated)
Commits
cdf6c1fMerge pull request #1695 from actions/Link-/prepare-5.0.3a1bee22Add review for the@actions/http-clientlicense4695763Add licensed outputdc73bb9Upgrade dependencies and address security warnings345d5c2Add 5.0.3 builds8b402f5Merge pull request #1692 from GhadimiR/main304ab5alicense for httpclient609fc19Update licensed record for cacheb22231eBuild93150cdAdd PR link to releasesUpdates
nrwl/nx-set-shasfrom 4.3.3 to 4.4.0Release notes
Sourced from nrwl/nx-set-shas's releases.
Commits
3e9ad73chore: Bump version from 4.3.3 to 4.4.0 (#204)6567940Fix: Update merge-group behaviour to support additional merge queue configura...9885af3chore: delete .github/workflows/claude.ymlbc25797chore: add claude code workflow (#198)Updates
actions/upload-artifactfrom 4.6.2 to 6.0.0Release notes
Sourced from actions/upload-artifact's releases.
Commits
b7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEddc45eddocs: update README to correct action name for Node.js 24 support615b319chore: release v6.0.0 for Node.js 24 support017748bMerge pull request #744 from actions/fix-storage-blob38d4c79chore: rebuild dist7d27270chore: add missing license cache files for@actions/core,@actions/io, and mi...5f643d3chore: update license files for@actions/artifact@5.0.1 dependencies1df1684chore: update package-lock.json with@actions/artifact@5.0.1b5b1a91fix: update@actions/artifactto ^5.0.0 for Node.js 24 punycode fixDependabot 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