diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index e6e504f1..0dd42be5 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.0 + uses: github/codeql-action/init@v4.37.1 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.0 + uses: github/codeql-action/analyze@v4.37.1 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/labeler.yaml b/.github/workflows/labeler.yaml index ce97969d..e78f6dde 100644 --- a/.github/workflows/labeler.yaml +++ b/.github/workflows/labeler.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - id: label-the-PR - uses: actions/labeler@v6.2.0 + uses: actions/labeler@v7.0.0 with: configuration-path: '.github/labeler.yaml' - id: run-tests diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ac5b7cf..d5c17daa 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.47] - 2026-07-23 +### Changed +- github actions update(deps): bump the version-updates group + ## [0.1.46] - 2026-07-22 ### Changed - Bump actions/setup-go from 6.5.0 to 7.0.0 diff --git a/bsctl/static/resources/constants.yaml b/bsctl/static/resources/constants.yaml index ce214f69..1e005409 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.46" +BasicSetupCliVersion: "0.1.47" diff --git a/resources/version.yaml b/resources/version.yaml index 8f462909..aff2e4ad 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.46" +BasicSetupCliVersion: "0.1.47"