diff --git a/.github/workflows/module.codeql.yml b/.github/workflows/module.codeql.yml index 295a45d..747efec 100644 --- a/.github/workflows/module.codeql.yml +++ b/.github/workflows/module.codeql.yml @@ -53,12 +53,12 @@ jobs: key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} restore-keys: ${{ runner.os }}-gradle - name: "Setup: Initialize CodeQL" - uses: github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0 + uses: github/codeql-action/init@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1 with: languages: java-kotlin - name: "CodeQL: Autobuild" - uses: github/codeql-action/autobuild@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0 + uses: github/codeql-action/autobuild@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1 - name: "CodeQL: Analysis" - uses: github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0 + uses: github/codeql-action/analyze@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1 with: category: "/language:java-kotlin" diff --git a/.github/workflows/module.detekt.yml b/.github/workflows/module.detekt.yml index c9e4d1b..3bd5931 100644 --- a/.github/workflows/module.detekt.yml +++ b/.github/workflows/module.detekt.yml @@ -78,7 +78,7 @@ jobs: )" > ${{ github.workspace }}/detekt.sarif.json # Uploads results to GitHub repository using the upload-sarif action - name: "Report: Upload SARIF" - uses: github/codeql-action/upload-sarif@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0 + uses: github/codeql-action/upload-sarif@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1 with: # Path to SARIF file relative to the root of the repository sarif_file: ${{ github.workspace }}/detekt.sarif.json diff --git a/.github/workflows/module.scorecards.yml b/.github/workflows/module.scorecards.yml index ebac7db..9af7b3d 100644 --- a/.github/workflows/module.scorecards.yml +++ b/.github/workflows/module.scorecards.yml @@ -60,6 +60,6 @@ jobs: path: results.sarif retention-days: 5 - name: "Reporting: Upload SARIF" - uses: github/codeql-action/upload-sarif@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0 + uses: github/codeql-action/upload-sarif@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1 with: sarif_file: results.sarif