From 494252b1c7d06d22693691710e83946dc05a0cc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 10:35:57 +0000 Subject: [PATCH 1/2] chore: github actions update(deps): bump github/codeql-action Bumps the version-updates group in /.github/workflows with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.35.3 to 4.35.4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v4.35.3...v4.35.4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index a06330f7..6b782b50 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -60,7 +60,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.35.3 + uses: github/codeql-action/init@v4.35.4 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -88,6 +88,6 @@ jobs: exit 1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.35.3 + uses: github/codeql-action/analyze@v4.35.4 with: category: "/language:${{matrix.language}}" From 6d4f6683b17ea267c150e7b7c867c4459328e4aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 14 May 2026 10:36:19 +0000 Subject: [PATCH 2/2] chore: auto-bump version and update CHANGELOG for Dependabot PR --- CHANGELOG.md | 4 ++++ bsctl/static/resources/constants.yaml | 2 +- resources/version.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd94feb..bf465952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), --- +## [0.1.31] - 2026-05-14 +### Changed +- Bump github/codeql-action from 4.35.3 to 4.35.4 + ## [0.1.30] - 2026-05-13 ### Changed - Pinned `rhysd/actionlint` to `v1.7.12` in static checks and updated workflow shell quoting in Go coverage CI for actionlint compatibility. diff --git a/bsctl/static/resources/constants.yaml b/bsctl/static/resources/constants.yaml index b0d6a56d..c9f5850b 100644 --- a/bsctl/static/resources/constants.yaml +++ b/bsctl/static/resources/constants.yaml @@ -1,2 +1,2 @@ # BasicSetupCliVersion - constant for semantic versioning -BasicSetupCliVersion: "0.1.30" +BasicSetupCliVersion: "0.1.31" diff --git a/resources/version.yaml b/resources/version.yaml index 2db858b3..306a1e65 100644 --- a/resources/version.yaml +++ b/resources/version.yaml @@ -1,2 +1,2 @@ # BasicSetupCliVersion - primary version source for releases and docs bump automation -BasicSetupCliVersion: "0.1.30" +BasicSetupCliVersion: "0.1.31"