diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9ed7aa8c..62c200fd 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -54,7 +54,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.37.4 + uses: github/codeql-action/init@v4.37.6 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -81,6 +81,6 @@ jobs: mvn clean package -Pjava17 -DskipTests -Dlicense.skip=true - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.37.4 + uses: github/codeql-action/analyze@v4.37.6 with: category: "/language:${{matrix.language}}" \ No newline at end of file diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index 2eb37157..2000ec66 100644 --- a/.github/workflows/dependency-check.yml +++ b/.github/workflows/dependency-check.yml @@ -42,7 +42,7 @@ jobs: path: ${{ github.workspace }}/reports - name: Upload SARIF to GitHub Security if: always() - uses: github/codeql-action/upload-sarif@v4.37.4 + uses: github/codeql-action/upload-sarif@v4.37.6 with: sarif_file: reports/dependency-check-report.sarif category: dependency-check \ No newline at end of file