Skip to content

Commit 09b83b2

Browse files
committed
chore: bump versions in sonarqube sandbox guide
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent 73ad76b commit 09b83b2

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

content/guides/github-sonarqube-sandbox/customize.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
runs-on: ubuntu-latest
6464
steps:
6565
- uses: actions/checkout@{{% param "checkout_action_version" %}}
66-
- uses: actions/setup-node@v4
66+
- uses: actions/setup-node@v5
6767
with:
68-
node-version: "18"
68+
node-version: "24"
6969
- run: npm install
7070
- run: npx tsx 06-quality-gated-pr.ts
7171
env:
@@ -92,9 +92,9 @@ jobs:
9292
runs-on: ubuntu-latest
9393
steps:
9494
- uses: actions/checkout@{{% param "checkout_action_version" %}}
95-
- uses: actions/setup-python@v5
95+
- uses: actions/setup-python@v6
9696
with:
97-
python-version: "3.8"
97+
python-version: "3.14"
9898
- run: pip install e2b python-dotenv
9999
- run: python 06_quality_gated_pr.py
100100
env:

content/guides/python/configure-github-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666
- uses: actions/checkout@{{% param "checkout_action_version" %}}
6767

6868
- name: Set up Python
69-
uses: actions/setup-python@v5
69+
uses: actions/setup-python@v6
7070
with:
71-
python-version: '3.12'
71+
python-version: '3.14'
7272

7373
- name: Install dependencies
7474
run: |

0 commit comments

Comments
 (0)