diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0cfd035..d6c71eb 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -75,7 +75,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.37.6 + uses: github/codeql-action/init@v4.37.7 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -111,6 +111,6 @@ jobs: ./gradlew clean assemble -x test --no-daemon -Dorg.gradle.jvmargs="-Xmx4g" - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.37.6 + uses: github/codeql-action/analyze@v4.37.7 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/detekt.yml b/.github/workflows/detekt.yml index 4dc06b0..28c244e 100644 --- a/.github/workflows/detekt.yml +++ b/.github/workflows/detekt.yml @@ -120,7 +120,7 @@ jobs: )" > ${{ github.workspace }}/detekt.sarif.json # Uploads results to GitHub repository using the upload-sarif action - - uses: github/codeql-action/upload-sarif@v4.37.6 + - uses: github/codeql-action/upload-sarif@v4.37.7 with: # Path to SARIF file relative to the root of the repository sarif_file: ${{ github.workspace }}/detekt.sarif.json