From 212aae92dc519311ecf496311d21001b62792dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 02:02:16 -0700 Subject: [PATCH] chore(deps): bump github/codeql-action from 3.24.8 to 3.25.10 (#206) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.8 to 3.25.10. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/05963f47d870e2cb19a537396c1f668a348c7d8f...23acc5c183826b7a8a97bce3cecc52db901f8251) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/module.codeql.yml | 4 ++-- .github/workflows/module.detekt.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/module.codeql.yml b/.github/workflows/module.codeql.yml index a02a7b0..cb713ad 100644 --- a/.github/workflows/module.codeql.yml +++ b/.github/workflows/module.codeql.yml @@ -59,7 +59,7 @@ jobs: distribution: "adopt-hotspot" java-version: "19" - name: "Setup: Initialize CodeQL" - uses: github/codeql-action/init@05963f47d870e2cb19a537396c1f668a348c7d8f # v2 + uses: github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v2 with: languages: java - name: "Build: Plugin" @@ -78,7 +78,7 @@ jobs: -x test -x check - name: "Analsis: CodeQL" - uses: github/codeql-action/analyze@05963f47d870e2cb19a537396c1f668a348c7d8f # v2 + uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v2 continue-on-error: true with: category: "/language:java" diff --git a/.github/workflows/module.detekt.yml b/.github/workflows/module.detekt.yml index f3b1590..2fddd17 100644 --- a/.github/workflows/module.detekt.yml +++ b/.github/workflows/module.detekt.yml @@ -62,7 +62,7 @@ jobs: ${{ github.workspace }}/detekt.sarif.json )" > ${{ github.workspace }}/detekt.sarif.json - name: "Report: SARIF Upload" - uses: github/codeql-action/upload-sarif@05963f47d870e2cb19a537396c1f668a348c7d8f # v2 + uses: github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v2 continue-on-error: true with: sarif_file: ${{ github.workspace }}/detekt.sarif.json diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index c3f18ee..6f0fb9b 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -40,6 +40,6 @@ jobs: path: results.sarif retention-days: 5 - name: "Publish: Code Scanning" - uses: github/codeql-action/upload-sarif@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8 + uses: github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10 with: sarif_file: results.sarif