Sfoglia il codice sorgente

chore(deps): update github/codeql-action action to v3.24.10 (main) (#11040)

renovate[bot] 11 mesi fa
parent
commit
d3449aed75
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 2 2
      .github/workflows/codeql-daily.yml
  2. 1 1
      .github/workflows/scorecard.yml

+ 2 - 2
.github/workflows/codeql-daily.yml

@@ -30,7 +30,7 @@ jobs:
           java-version: 17.0.6
           java-version: 17.0.6
 
 
       - name: Initialize CodeQL
       - name: Initialize CodeQL
-        uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
+        uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
         with:
         with:
           languages: java
           languages: java
           # using "latest" helps to keep up with the latest Kotlin support
           # using "latest" helps to keep up with the latest Kotlin support
@@ -43,7 +43,7 @@ jobs:
           arguments: assemble -x javadoc --no-build-cache --no-daemon
           arguments: assemble -x javadoc --no-build-cache --no-daemon
 
 
       - name: Perform CodeQL analysis
       - name: Perform CodeQL analysis
-        uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
+        uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
 
 
   workflow-notification:
   workflow-notification:
     needs:
     needs:

+ 1 - 1
.github/workflows/scorecard.yml

@@ -64,6 +64,6 @@ jobs:
 
 
       # Upload the results to GitHub's code scanning dashboard.
       # Upload the results to GitHub's code scanning dashboard.
       - name: "Upload to code-scanning"
       - name: "Upload to code-scanning"
-        uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
+        uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
         with:
         with:
           sarif_file: results.sarif
           sarif_file: results.sarif