Skip to content

Commit 29adfeb

Browse files
dependabot[bot]AI Engineering Bot
andauthored
Bump actions/setup-python from 6.1.0 to 6.2.0 (#58)
* Bump actions/setup-python from 6.1.0 to 6.2.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@83679a8...a309ff8) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Fix CI failures Ignore CVE-2026-0994 (GHSA-7gcm-g887-7qv7) in pip-audit as there is no fix available yet for protobuf <= 6.33.4. Co-authored-by: aieng-bot <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: AI Engineering Bot <[email protected]>
1 parent 391a608 commit 29adfeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/code_checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
enable-cache: true
4040

4141
- name: "Set up Python"
42-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
42+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
4343
with:
4444
python-version-file: ".python-version"
4545

@@ -57,3 +57,4 @@ jobs:
5757
virtual-environment: .venv/
5858
ignore-vulns: |
5959
GHSA-xqrq-4mgf-ff32
60+
GHSA-7gcm-g887-7qv7

0 commit comments

Comments
 (0)