build(deps): bump the github-actions group with 4 updates - #554
build(deps): bump the github-actions group with 4 updates#554dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the github-actions group with 4 updates: [taiki-e/cache-cargo-install-action](https://github.com/taiki-e/cache-cargo-install-action), [github/codeql-action/upload-sarif](https://github.com/github/codeql-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/cache-cargo-install-action` from 3.0.7 to 3.0.8 - [Release notes](https://github.com/taiki-e/cache-cargo-install-action/releases) - [Changelog](https://github.com/taiki-e/cache-cargo-install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/cache-cargo-install-action@417450f...9ee83da) Updates `github/codeql-action/upload-sarif` from 4.37.4 to 4.37.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f205ea1...5595cca) Updates `github/codeql-action/init` from 4.37.4 to 4.37.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f205ea1...5595cca) Updates `github/codeql-action/analyze` from 4.37.4 to 4.37.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f205ea1...5595cca) --- updated-dependencies: - dependency-name: taiki-e/cache-cargo-install-action dependency-version: 3.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action/init dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action/analyze dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
|
@coderabbitai review |
✅ Action performedReview finished.
|
WalkthroughThe workflows update pinned versions for the cargo-install cache action and CodeQL actions. Existing tool inputs, language settings, query configuration, and workflow behavior remain unchanged. ChangesWorkflow pin refresh
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Up to standards ✅🟢 Issues
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/ci.yml:
- Around line 126-153: Update the taiki-e/cache-cargo-install-action reference
inside the setup-just action invoked by the CI workflow from v3.0.7 to the
v3.0.8 commit pin, matching the installation steps shown here. Keep all existing
tool configuration and workflow behavior unchanged.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yml
Review profile: CHILL
Plan: Pro Plus
Run ID: 62c37047-e3ad-47bc-99f8-58317cb4c2d7
📒 Files selected for processing (8)
.github/workflows/audit.yml.github/workflows/ci.yml.github/workflows/codacy.yml.github/workflows/codecov.yml.github/workflows/codeql.yml.github/workflows/papers.yml.github/workflows/rust-clippy.yml.github/workflows/semgrep-sarif.yml
| uses: taiki-e/cache-cargo-install-action@9ee83daaa7b96a6fab930949ecf1122bba04a389 # v3.0.8 | ||
| with: | ||
| tool: cargo-machete@${{ steps.tool_versions.outputs.CARGO_MACHETE_VERSION }} | ||
|
|
||
| - name: Install cargo-nextest | ||
| uses: taiki-e/cache-cargo-install-action@417450f3c33ee20393705369577571770643d4c7 # v3.0.7 | ||
| uses: taiki-e/cache-cargo-install-action@9ee83daaa7b96a6fab930949ecf1122bba04a389 # v3.0.8 | ||
| with: | ||
| tool: cargo-nextest@${{ steps.tool_versions.outputs.CARGO_NEXTEST_VERSION }} | ||
|
|
||
| - name: Install rumdl (for Markdown linting) | ||
| uses: taiki-e/cache-cargo-install-action@417450f3c33ee20393705369577571770643d4c7 # v3.0.7 | ||
| uses: taiki-e/cache-cargo-install-action@9ee83daaa7b96a6fab930949ecf1122bba04a389 # v3.0.8 | ||
| with: | ||
| tool: rumdl@${{ steps.tool_versions.outputs.RUMDL_VERSION }} | ||
|
|
||
| - name: Install dprint (for YAML formatting) | ||
| uses: taiki-e/cache-cargo-install-action@417450f3c33ee20393705369577571770643d4c7 # v3.0.7 | ||
| uses: taiki-e/cache-cargo-install-action@9ee83daaa7b96a6fab930949ecf1122bba04a389 # v3.0.8 | ||
| with: | ||
| tool: dprint@${{ steps.tool_versions.outputs.DPRINT_VERSION }} | ||
|
|
||
| - name: Install typos-cli | ||
| uses: taiki-e/cache-cargo-install-action@417450f3c33ee20393705369577571770643d4c7 # v3.0.7 | ||
| uses: taiki-e/cache-cargo-install-action@9ee83daaa7b96a6fab930949ecf1122bba04a389 # v3.0.8 | ||
| with: | ||
| tool: typos-cli@${{ steps.tool_versions.outputs.TYPOS_VERSION }} | ||
|
|
||
| - name: Install taplo (for TOML formatting and linting) | ||
| id: install-taplo | ||
| continue-on-error: ${{ matrix.os == 'windows-latest' }} | ||
| uses: taiki-e/cache-cargo-install-action@417450f3c33ee20393705369577571770643d4c7 # v3.0.7 | ||
| uses: taiki-e/cache-cargo-install-action@9ee83daaa7b96a6fab930949ecf1122bba04a389 # v3.0.8 |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
set -eu
printf '%s\n' '--- workflow references ---'
rg -n -C 3 'setup-just|cache-cargo-install-action|v3\.0\.[78]' .github/workflows/ci.yml .github/actions/setup-just/action.yml
printf '%s\n' '--- local action ---'
cat -n .github/actions/setup-just/action.yml | sed -n '35,60p'
printf '%s\n' '--- tag and pin resolution ---'
if command -v gh >/dev/null 2>&1; then
for tag in v3.0.7 v3.0.8; do
echo "tag=$tag"
gh api "repos/taiki-e/cache-cargo-install-action/git/refs/tags/$tag" --jq '.object | "\(.type) \(.sha)"'
done
for sha in 417450f3c33ee20393705369577571770643d4c7 9ee83daaa7b96a6fab930949ecf1122bba04a389; do
echo "pin=$sha"
gh api "repos/taiki-e/cache-cargo-install-action/commits/$sha" --jq '.sha'
done
else
echo 'gh unavailable'
fiRepository: acgetchell/delaunay
Length of output: 4994
Update the nested cache-action pin.
.github/workflows/ci.yml invokes .github/actions/setup-just, which still uses taiki-e/cache-cargo-install-action v3.0.7. Change it to the v3.0.8 pin so all CI installations use the same version.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In @.github/workflows/ci.yml around lines 126 - 153, Update the
taiki-e/cache-cargo-install-action reference inside the setup-just action
invoked by the CI workflow from v3.0.7 to the v3.0.8 commit pin, matching the
installation steps shown here. Keep all existing tool configuration and workflow
behavior unchanged.
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
Bumps the github-actions group with 4 updates: taiki-e/cache-cargo-install-action, github/codeql-action/upload-sarif, github/codeql-action/init and github/codeql-action/analyze.
Updates
taiki-e/cache-cargo-install-actionfrom 3.0.7 to 3.0.8Release notes
Sourced from taiki-e/cache-cargo-install-action's releases.
Changelog
Sourced from taiki-e/cache-cargo-install-action's changelog.
... (truncated)
Commits
9ee83daRelease 3.0.855295f2Update changelog17c27fbBump actions/cache from 5.0.5 to 6.1.0 (#24)e56a277Bump taiki-e/install-action from 2.82.0 to 2.83.4 (#23)85d4dbdBump taiki-e/install-action from 2.79.3 to 2.82.0 (#22)65e50efci: Update taiki-e/github-actions workflowsc6dec0dci: Test GitHub-hosted ubuntu 26.04 runners3fdebbcBump taiki-e/install-action from 2.77.6 to 2.79.3 (#21)f7132a4Tweak action.yml18e1a6aBump taiki-e/install-action from 2.77.0 to 2.77.6 (#20)Updates
github/codeql-action/upload-sariffrom 4.37.4 to 4.37.6Release notes
Sourced from github/codeql-action/upload-sarif's releases.
Changelog
Sourced from github/codeql-action/upload-sarif's changelog.
... (truncated)
Commits
5595ccaMerge pull request #4071 from github/update-v4.37.6-6a9359a1bec9c757Add change note for PR 407045c8742Update changelog for v4.37.66a9359aMerge pull request #4070 from github/mbg/remote-address/change-file-default065cdc0ChangeDEFAULT_CONFIG_FILE_NAMEf99dd5aMerge pull request #4066 from github/dependabot/npm_and_yarn/js-yaml-5.2.21804b21Merge pull request #4068 from github/mergeback/v4.37.5-to-main-d1ba80a13020a2fRebuild93c3a5aUpdate changelog and version after v4.37.5d1ba80aMerge pull request #4067 from github/update-v4.37.5-1cd4d01d5Updates
github/codeql-action/initfrom 4.37.4 to 4.37.6Release notes
Sourced from github/codeql-action/init's releases.
Changelog
Sourced from github/codeql-action/init's changelog.
... (truncated)
Commits
5595ccaMerge pull request #4071 from github/update-v4.37.6-6a9359a1bec9c757Add change note for PR 407045c8742Update changelog for v4.37.66a9359aMerge pull request #4070 from github/mbg/remote-address/change-file-default065cdc0ChangeDEFAULT_CONFIG_FILE_NAMEf99dd5aMerge pull request #4066 from github/dependabot/npm_and_yarn/js-yaml-5.2.21804b21Merge pull request #4068 from github/mergeback/v4.37.5-to-main-d1ba80a13020a2fRebuild93c3a5aUpdate changelog and version after v4.37.5d1ba80aMerge pull request #4067 from github/update-v4.37.5-1cd4d01d5Updates
github/codeql-action/analyzefrom 4.37.4 to 4.37.6Release notes
Sourced from github/codeql-action/analyze's releases.
Changelog
Sourced from github/codeql-action/analyze's changelog.
... (truncated)
Commits
5595ccaMerge pull request #4071 from github/update-v4.37.6-6a9359a1bec9c757Add change note for PR 407045c8742Update changelog for v4.37.66a9359aMerge pull request #4070 from github/mbg/remote-address/change-file-default065cdc0ChangeDEFAULT_CONFIG_FILE_NAMEf99dd5aMerge pull request #4066 from github/dependabot/npm_and_yarn/js-yaml-5.2.21804b21Merge pull request #4068 from github/mergeback/v4.37.5-to-main-d1ba80a13020a2fRebuild93c3a5aUpdate changelog and version after v4.37.5d1ba80aMerge pull request #4067 from github/update-v4.37.5-1cd4d01d5Dependabot 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