diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 62f2e798..8a26e42b 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.36.1 + uses: github/codeql-action/init@v4.36.2 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.36.1 + uses: github/codeql-action/analyze@v4.36.2 with: category: "/language:${{matrix.language}}" diff --git a/CHANGELOG.md b/CHANGELOG.md index 81b30042..3ad876ff 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.38] - 2026-06-11 +### Changed +- Bump github/codeql-action from 4.36.1 to 4.36.2 + ## [0.1.37] - 2026-06-09 ### Changed - github actions update(deps): bump the version-updates group diff --git a/bsctl/static/resources/constants.yaml b/bsctl/static/resources/constants.yaml index 303d1524..1ce4f50f 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.37" +BasicSetupCliVersion: "0.1.38" diff --git a/resources/version.yaml b/resources/version.yaml index 3d07cb1e..9120ecf5 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.37" +BasicSetupCliVersion: "0.1.38"