diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 561e5a2b..19fd1e15 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.37.6 + uses: github/codeql-action/init@v4.37.7 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.37.6 + uses: github/codeql-action/analyze@v4.37.7 with: category: "/language:${{matrix.language}}" diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d2ee75e..6909badd 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.55] - 2026-08-20 +### Changed +- Bump github/codeql-action from 4.37.6 to 4.37.7 + ## [0.1.54] - 2026-08-17 ### Changed - Bump github.com/stretchr/testify from 1.11.1 to 1.12.0 diff --git a/bsctl/static/resources/constants.yaml b/bsctl/static/resources/constants.yaml index 573ac033..5f50cfee 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.54" +BasicSetupCliVersion: "0.1.55" diff --git a/resources/version.yaml b/resources/version.yaml index e6d018ac..70e9a749 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.54" +BasicSetupCliVersion: "0.1.55"