Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps the ci group with 1 update: arnested/go-version-action.

Updates arnested/go-version-action from 1.1.21 to 1.1.22

Release notes

Sourced from arnested/go-version-action's releases.

Release v1.1.22

(2025-11-01)

1.1.22 (2025-11-01)

  • Add globals as a dev dependency (7012a73)
  • Add GitHub Action linter (1ddbd73)
  • Add markdown linter (a2953dc)
  • Add YAML linter (3e869e6)
  • Bump @​babel/preset-env from 7.27.2 to 7.28.0 (be81d8f)
  • Bump @​babel/preset-env from 7.28.0 to 7.28.3 (2c16569)
  • Bump @​babel/preset-env from 7.28.3 to 7.28.5 (a3c2f02)
  • Bump @​vercel/ncc from 0.38.3 to 0.38.4 (2e50d27)
  • Bump actions/checkout from 4 to 5 (c7f1bb7)
  • Bump actions/github-script from 7 to 8 (69edcd9)
  • Bump anothrNick/github-tag-action from 1.73.0 to 1.75.0 (d0e878d)
  • Bump babel-jest from 29.7.0 to 30.0.2 (e86aab4)
  • Bump babel-jest from 30.0.5 to 30.2.0 (ff4a285)
  • Bump eslint from 9.28.0 to 9.30.0 (c1c6b04)
  • Bump eslint from 9.30.0 to 9.32.0 (8b0db99)
  • Bump eslint from 9.32.0 to 9.36.0 (4af8d85)
  • Bump eslint-plugin-jest from 28.12.0 to 29.0.1 (47ae25d)
  • Bump globals from 16.3.0 to 16.4.0 (7ec198d)
  • Bump jest from 29.7.0 to 30.0.3 (792df6a)
  • Bump jest from 30.0.3 to 30.0.5 (dc9ebf1)
  • Bump prettier from 3.5.3 to 3.6.2 (6ff8de0)
  • Bump semver from 7.7.2 to 7.7.3 (c847748)
  • Potential fix for code scanning alert no. 1: Workflow does not contain permissions (501e506)
  • Potential fix for code scanning alert no. 4: Workflow does not contain permissions (729c4e4)
  • Potential fix for code scanning alert no. 5: Workflow does not contain permissions (96525c4)
  • Potential fix for code scanning alert no. 8: Workflow does not contain permissions (d8fba74)
  • Publish dist (1f4135a)
  • Remove duplicate permissions (f19af55)
  • Update brace-expansion (d8bf212)
  • Update GitHub Action runners to ubuntu-24.04 (d151eab)
  • Update Go version checks in test workflow (1828e18)
  • Update Go version tests to 1.25 (f265c86)
  • Update test.yml (acc5430)
  • Update test.yml (3a0b597)
  • Update test.yml (e630a91)
  • Update test.yml (2a4c1e3)
  • We have switched to the default CodeQL analysis setup (35b241d)
Commits
  • 1f4135a Publish dist
  • 6b5b95a Merge pull request #519 from arnested/dependabot/npm_and_yarn/semver-7.7.3
  • c847748 Bump semver from 7.7.2 to 7.7.3
  • 035c03f Merge pull request #518 from arnested/dependabot/npm_and_yarn/babel/preset-en...
  • a3c2f02 Bump @​babel/preset-env from 7.28.3 to 7.28.5
  • f9f711e Merge pull request #523 from arnested/arnested-patch-1
  • acc5430 Update test.yml
  • 7ec198d Bump globals from 16.3.0 to 16.4.0
  • ff4a285 Bump babel-jest from 30.0.5 to 30.2.0
  • 4af8d85 Bump eslint from 9.32.0 to 9.36.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Bumps the ci group with 1 update: [arnested/go-version-action](https://github.com/arnested/go-version-action).


Updates `arnested/go-version-action` from 1.1.21 to 1.1.22
- [Release notes](https://github.com/arnested/go-version-action/releases)
- [Commits](arnested/go-version-action@81f7307...1f4135a)

---
updated-dependencies:
- dependency-name: arnested/go-version-action
  dependency-version: 1.1.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 3, 2025
@SVilgelm SVilgelm merged commit 5b5639f into main Nov 4, 2025
6 checks passed
@SVilgelm SVilgelm deleted the dependabot/github_actions/ci-9ea84c57a0 branch November 4, 2025 06:42
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants