Skip to content

build(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 in the gha group#11

Closed
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/github_actions/gha-262b37236a
Closed

build(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 in the gha group#11
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/github_actions/gha-262b37236a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Bumps the gha group with 1 update: golangci/golangci-lint-action.

Updates golangci/golangci-lint-action from 9.2.0 to 9.2.1

Release notes

Sourced from golangci/golangci-lint-action's releases.

v9.2.1

What's Changed

IMPORTANT: this is the first immutable release.

Changes

Dependencies

Full Changelog: golangci/golangci-lint-action@v9.2.0...v9.2.1

Commits
  • 82606bf chore: prepare release v9.2.1
  • 97c8387 chore: improve workflows (#1394)
  • 28d0a19 build(deps): bump the dependencies group across 1 directory with 2 updates
  • 633fbc7 build(deps): bump github/codeql-action from 4.35.3 to 4.35.4 (#1391)
  • 59f43e2 build(deps): bump github/codeql-action from 4.35.2 to 4.35.3 (#1389)
  • 9eb174e build(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 (#1386)
  • 4f52504 build(deps): bump github/codeql-action from 4 to 4.35.2 (#1384)
  • 6f87dfd docs: update examples
  • c9500d7 chore: improve workflows
  • 03b1faa chore: improve issue templates
  • 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 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

dev and others added 5 commits May 21, 2026 10:41
Walking up the directory tree to find a Taskfile/Makefile/mise.toml meant that running gogo inside an untrusted checkout (or a temp dir under one) could silently execute an ancestor's task file. Restrict the lookup to cwd only.
Any inherited env value starting with op:// flowed through to hasOpSecrets and forced the task to run under `op run`. An attacker who can set the parent process's environment could therefore trigger 1Password credential prompts for arbitrary tasks. Drop op:// values from os.Environ() when building the base env; legitimate op:// references must come from the task file (env, dotenv, or top-level secrets:).
writeChecksum used os.WriteFile, which follows symlinks. A local attacker who could create a symlink in .gogo/checksum/ before the user ran a task could redirect the write to an arbitrary file. Remove any pre-existing entry first (Remove does not follow symlinks) and then create the file with O_CREATE|O_EXCL so a racing symlink replacement fails the open.
Task names appear in on-disk checksum paths, terminal log lines and shell completion output. The previous validator only blocked path separators and '..', so a task file could still smuggle in control characters, terminal escapes, shell metacharacters or whitespace. Allow only ASCII letters, digits, '-', '_' and ':' (the namespace separator), and forbid leading/trailing/consecutive ':'.
Bumps the gha group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).


Updates `golangci/golangci-lint-action` from 9.2.0 to 9.2.1
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@1e7e51e...82606bf)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-version: 9.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gha
...

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 May 22, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 29, 2026

Looks like golangci/golangci-lint-action is updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 29, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/gha-262b37236a branch May 29, 2026 11:29
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.

0 participants