From 407622150fee4677e86cba8f36a1ff8d0a0c6a22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 08:19:04 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [revanite-io/osps-baseline-action](https://github.com/revanite-io/osps-baseline-action) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `revanite-io/osps-baseline-action` from 1.3.2 to 1.3.3 - [Release notes](https://github.com/revanite-io/osps-baseline-action/releases) - [Commits](https://github.com/revanite-io/osps-baseline-action/compare/3bf988fa8e4b59568dcfac138a1854df87c15aff...ace75cc1fb748be898275f16f59f78363405bc0a) Updates `golangci/golangci-lint-action` from 9.2.0 to 9.2.1 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/1e7e51e771db61008b38414a730f564565cf7c20...82606bf257cbaff209d206a39f5134f0cfbfd2ee) --- updated-dependencies: - dependency-name: revanite-io/osps-baseline-action dependency-version: 1.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: golangci/golangci-lint-action dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/baseline-scanner.yaml | 2 +- .github/workflows/golangci-lint.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/baseline-scanner.yaml b/.github/workflows/baseline-scanner.yaml index 70fa0e4..4d283bb 100644 --- a/.github/workflows/baseline-scanner.yaml +++ b/.github/workflows/baseline-scanner.yaml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Open Source Project Security Baseline Scanner - uses: revanite-io/osps-baseline-action@3bf988fa8e4b59568dcfac138a1854df87c15aff # v1.3.2 + uses: revanite-io/osps-baseline-action@ace75cc1fb748be898275f16f59f78363405bc0a # v1.3.3 with: owner: ${{ github.repository_owner }} repo: ${{ github.event.repository.name }} diff --git a/.github/workflows/golangci-lint.yaml b/.github/workflows/golangci-lint.yaml index e56601b..fb8f98e 100644 --- a/.github/workflows/golangci-lint.yaml +++ b/.github/workflows/golangci-lint.yaml @@ -28,7 +28,7 @@ jobs: cache: true - name: Run golangci-lint - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 + uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1 with: version: v2.11 working-directory: cmd