chore: bump versions in sonarqube sandbox guide

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson
2026-03-17 14:12:50 +01:00
parent 73ad76be71
commit 09b83b246f
2 changed files with 6 additions and 6 deletions

View File

@@ -63,9 +63,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@{{% param "checkout_action_version" %}}
- uses: actions/setup-node@v4
- uses: actions/setup-node@v5
with:
node-version: "18"
node-version: "24"
- run: npm install
- run: npx tsx 06-quality-gated-pr.ts
env:
@@ -92,9 +92,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@{{% param "checkout_action_version" %}}
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.8"
python-version: "3.14"
- run: pip install e2b python-dotenv
- run: python 06_quality_gated_pr.py
env:

View File

@@ -66,9 +66,9 @@ jobs:
- uses: actions/checkout@{{% param "checkout_action_version" %}}
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'
- name: Install dependencies
run: |