Skip to content

Commit 8ad626e

Browse files
committed
GitHub Action up
1 parent 44ad8e6 commit 8ad626e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- os: windows-latest
2727
python-version: "3.14"
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v6
3030
- name: Set up Python ${{ matrix.python-version }}
31-
uses: actions/setup-python@v3
31+
uses: actions/setup-python@v6
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
- name: Install dependencies

.github/workflows/sonarqube.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
name: SonarQube
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
with:
1515
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1616
- name: Set up Python
17-
uses: actions/setup-python@v3
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: 3.14
2020
- name: Install dependencies
@@ -27,6 +27,6 @@ jobs:
2727
coverage combine
2828
coverage xml
2929
- name: SonarQube Scan
30-
uses: SonarSource/sonarqube-scan-action@v7.0.0
30+
uses: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9
3131
env:
3232
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)