Merge branch 'master' of github.com:poolifier/poolifier
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 13 Dec 2023 23:52:52 +0000 (00:52 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 13 Dec 2023 23:52:52 +0000 (00:52 +0100)
.github/workflows/ci.yml
.github/workflows/codeql-analysis.yml

index 3647760513c4cd09456eeb40850b1bb282007a9b..f76dda13dda1fc64b61fd99351186643da1d59d3 100644 (file)
@@ -69,7 +69,7 @@ jobs:
 
       - name: SonarCloud Code Analysis
         if: ${{ steps.sonar-token.outputs.available == 'true' && github.repository == 'poolifier/poolifier' && matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }}
-        uses: sonarsource/sonarcloud-github-action@v2.1.0
+        uses: sonarsource/sonarcloud-github-action@v2.1.1
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
index 8cda4ee1b8445359eaf3f1ff304fbe3cea90e222..ae8097983114ce32db53225e62fe7f0e79665367 100644 (file)
@@ -44,7 +44,7 @@ jobs:
 
       # Initializes the CodeQL tools for scanning.
       - name: Initialize CodeQL
-        uses: github/codeql-action/init@v2
+        uses: github/codeql-action/init@v3
         with:
           languages: ${{ matrix.language }}
           # If you wish to specify custom queries, you can do so here or in a config file.
@@ -55,7 +55,7 @@ jobs:
       # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
       # If this step fails, then you should remove it and run the build manually (see below)
       - name: Autobuild
-        uses: github/codeql-action/autobuild@v2
+        uses: github/codeql-action/autobuild@v3
 
       # ℹ️ Command-line programs to run using the OS shell.
       # 📚 https://git.io/JvXDl
@@ -69,4 +69,4 @@ jobs:
       #   make release
 
       - name: Perform CodeQL Analysis
-        uses: github/codeql-action/analyze@v2
+        uses: github/codeql-action/analyze@v3