Skip to content

Commit 62ff693

Browse files
Andreas Mandelgluap
authored andcommitted
Update workflow components & sonar-scanner.
1 parent f1b7396 commit 62ff693

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# could use a container with sq tools already installed
3636
image: infinitecoding/platformio-for-ci:latest
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v6
3939
with:
4040
fetch-depth: 0
4141

@@ -63,11 +63,11 @@ jobs:
6363
echo $VERSION > version.txt
6464
echo Building OBS Version: $VERSION
6565
sed -i 's|-DBUILD_NUMBER=\\"-dev\\"|-DBUILD_NUMBER=\\"'${SEPARATOR}${PATCH}'\\"|' platformio.ini
66-
echo "SONAR_SCANNER_VERSION=7.1.0.4889" >> $GITHUB_ENV
66+
echo "SONAR_SCANNER_VERSION=8.0.1.6346" >> $GITHUB_ENV
6767
6868
- name: Cache SonarCloud packages
6969
id: cache-sonar
70-
uses: actions/cache@v4
70+
uses: actions/cache@v5
7171
with:
7272
path: |
7373
~/.sonar/cache
@@ -300,7 +300,7 @@ jobs:
300300
- name: Generate changelog
301301
id: changelog
302302
if: ${{ env.OBS_PREPARE_RELEASE == 'true' }}
303-
uses: metcalfc/changelog-generator@v4.3.1
303+
uses: metcalfc/changelog-generator@v4
304304
with:
305305
myToken: ${{ secrets.GITHUB_TOKEN }}
306306

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v3
45+
uses: github/codeql-action/init@v4
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -55,4 +55,4 @@ jobs:
5555
platformio ci --build-dir="./bin" --keep-build-dir --project-conf=platformio.ini ./src/
5656
5757
- name: Perform CodeQL Analysis
58-
uses: github/codeql-action/analyze@v3
58+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)