File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
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
You can’t perform that action at this time.
0 commit comments