Skip to content

Bump the github-actions group across 1 directory with 2 updates#29

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github-actions-b8d91e03ea
Closed

Bump the github-actions group across 1 directory with 2 updates#29
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github-actions-b8d91e03ea

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps the github-actions group with 2 updates in the / directory: actions/ai-inference and actions/setup-go.

Updates actions/ai-inference from 1.2.8 to 2.0.7

Release notes

Sourced from actions/ai-inference's releases.

v2.0.7

What's Changed

Full Changelog: actions/ai-inference@v2...v2.0.7

v2.0.6

What's Changed

New Contributors

Full Changelog: actions/ai-inference@v2.0.5...v2.0.6

v2.0.5

What's Changed

New Contributors

Full Changelog: actions/ai-inference@v2...v2.0.5

v2.0.4

What's Changed

New Contributors

Full Changelog: actions/ai-inference@v2...v2.0.4

... (truncated)

Commits
  • e09e659 Merge pull request #173 from GitPaulo/main
  • e608d2b update dist
  • 27965bc updated docs for missing prompt.yml model parameters
  • a8bddad update dist
  • 672ba8a missed comment
  • 3a80d13 update comments
  • 074e8b2 copilot review: add test for coverage of no params passed
  • f1ca66f build dist
  • 6360e0d implement passing two action input properties to cover all model scenarios
  • a380166 Merge pull request #170 from GitPaulo/gitpaulo/update-deprecated-max-tokens
  • Additional commits viewable in compare view

Updates actions/setup-go from 6.3.0 to 6.4.0

Release notes

Sourced from actions/setup-go's releases.

v6.4.0

What's Changed

Enhancement

Dependency update

Documentation update

New Contributors

Full Changelog: actions/setup-go@v6...v6.4.0

Commits

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Summary by cubic

Update CI workflows to use newer action versions for stability and new inputs. Bumps actions/ai-inference to v2.0.7 and actions/setup-go to v6.4.0.

  • Dependencies
    • actions/ai-inference: 1.2.8 → 2.0.7 in .github/workflows/ai-labeler.yml (Classify, Detect breaking changes, Analyze impact).
    • actions/setup-go: 6.3.0 → 6.4.0 across release-go.yml, security.yml, and test.yml.

Written for commit 380b58a. Summary will update on new commits.

Bumps the github-actions group with 2 updates in the / directory: [actions/ai-inference](https://github.com/actions/ai-inference) and [actions/setup-go](https://github.com/actions/setup-go).


Updates `actions/ai-inference` from 1.2.8 to 2.0.7
- [Release notes](https://github.com/actions/ai-inference/releases)
- [Commits](actions/ai-inference@b81b2af...e09e659)

Updates `actions/setup-go` from 6.3.0 to 6.4.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@4b73464...4a36011)

---
updated-dependencies:
- dependency-name: actions/ai-inference
  dependency-version: 2.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-go
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 2, 2026
@dependabot dependabot bot requested review from Copilot and removed request for Copilot April 2, 2026 21:55
@github-actions github-actions bot added the enhancement New feature or request label Apr 2, 2026
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 4 files

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name=".github/workflows/release-go.yml">

<violation number="1" location=".github/workflows/release-go.yml:42">
P3: Update the version comment to match the new setup-go pin so the pinned hash and documented version stay consistent.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.


- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 # zizmor: ignore[cache-poisoning] -- cache is branch-isolated; fork PRs cannot write to this cache
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.3.0 # zizmor: ignore[cache-poisoning] -- cache is branch-isolated; fork PRs cannot write to this cache
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3: Update the version comment to match the new setup-go pin so the pinned hash and documented version stay consistent.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .github/workflows/release-go.yml, line 42:

<comment>Update the version comment to match the new setup-go pin so the pinned hash and documented version stay consistent.</comment>

<file context>
@@ -39,7 +39,7 @@ jobs:
 
       - name: Set up Go
-        uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 # zizmor: ignore[cache-poisoning] -- cache is branch-isolated; fork PRs cannot write to this cache
+        uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.3.0 # zizmor: ignore[cache-poisoning] -- cache is branch-isolated; fork PRs cannot write to this cache
         with:
           go-version-file: 'go/go.mod'
</file context>
Suggested change
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.3.0 # zizmor: ignore[cache-poisoning] -- cache is branch-isolated; fork PRs cannot write to this cache
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 # zizmor: ignore[cache-poisoning] -- cache is branch-isolated; fork PRs cannot write to this cache
Fix with Cubic

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 9, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 9, 2026
@dependabot dependabot bot deleted the dependabot/github_actions/github-actions-b8d91e03ea branch April 9, 2026 22:01
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 enhancement New feature or request github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants