Browse Source

chore(deps): update github/codeql-action action to v3 (#10065)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 1 year ago
parent
commit
172b2a4a59
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/codeql-daily.yml

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

@@ -23,7 +23,7 @@ jobs:
           java-version: 17.0.6
 
       - name: Initialize CodeQL
-        uses: github/codeql-action/init@v2
+        uses: github/codeql-action/init@v3
         with:
           languages: java
           # using "latest" helps to keep up with the latest Kotlin support
@@ -36,7 +36,7 @@ jobs:
           arguments: assemble -x javadoc --no-build-cache --no-daemon
 
       - name: Perform CodeQL analysis
-        uses: github/codeql-action/analyze@v2
+        uses: github/codeql-action/analyze@v3
 
   workflow-notification:
     needs: