From 7d8c59dfa32f9d8b7fbc5967c2045c8985b7532b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 11:43:45 +0000 Subject: [PATCH] chore(deps): bump devr-tools/codeguard in the github-actions group Bumps the github-actions group with 1 update: [devr-tools/codeguard](https://github.com/devr-tools/codeguard). Updates `devr-tools/codeguard` from 1.1.2 to 1.3.9 - [Release notes](https://github.com/devr-tools/codeguard/releases) - [Changelog](https://github.com/devr-tools/codeguard/blob/main/CHANGELOG.md) - [Commits](https://github.com/devr-tools/codeguard/compare/v1.1.2...v1.3.9) --- updated-dependencies: - dependency-name: devr-tools/codeguard dependency-version: 1.3.9 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92d025f..4500d60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -239,7 +239,7 @@ jobs: echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH" - name: Run Devr Codeguard - uses: devr-tools/codeguard@v1.1.2 + uses: devr-tools/codeguard@v1.3.9 with: config: codeguard.yaml mode: diff