From 97bad4e0d15885e0a2edfcbc60b5460c113d89ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 07:17:07 +0000 Subject: [PATCH] ci(deps): bump Glyndor/.github/.github/workflows/go-audit.yml Bumps [Glyndor/.github/.github/workflows/go-audit.yml](https://github.com/glyndor/.github) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/glyndor/.github/releases) - [Commits](https://github.com/glyndor/.github/compare/045903bf83a58651f119bc7d952aa45242b897c5...e61aaf0e920345b3dbb82cacd3bd36a499951a92) --- updated-dependencies: - dependency-name: Glyndor/.github/.github/workflows/go-audit.yml dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index c90a324..b4d6c5b 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -10,7 +10,7 @@ permissions: jobs: audit: - uses: Glyndor/.github/.github/workflows/go-audit.yml@045903bf83a58651f119bc7d952aa45242b897c5 # v1.12.0 + uses: Glyndor/.github/.github/workflows/go-audit.yml@e61aaf0e920345b3dbb82cacd3bd36a499951a92 # v1.13.0 with: # G104 (errcheck on logger Output) and G306 (public-key 0644) are justified # in code with //nolint:gosec; standalone gosec ignores those pragmas.