Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v4.35.1
uses: github/codeql-action/init@v4.35.2
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
Expand Down Expand Up @@ -88,6 +88,6 @@ jobs:
exit 1

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.35.1
uses: github/codeql-action/analyze@v4.35.2
with:
category: "/language:${{matrix.language}}"
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),


---
## [0.1.23] - 2026-04-22
### Changed
- Bump github/codeql-action from 4.35.1 to 4.35.2

## [0.1.22] - 2026-04-09

### Changed
Expand Down
2 changes: 1 addition & 1 deletion bsctl/static/resources/constants.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# BasicSetupCliVersion - constant for semantic versioning
BasicSetupCliVersion: "0.1.22"
BasicSetupCliVersion: "0.1.23"
2 changes: 1 addition & 1 deletion resources/version.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# BasicSetupCliVersion - primary version source for releases and docs bump automation
BasicSetupCliVersion: "0.1.22"
BasicSetupCliVersion: "0.1.23"
Loading