From 2d6d01f4ce9cc27b565de0a7dca81aa692045a3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 20:46:50 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 3.24.8 to 3.25.5 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.8 to 3.25.5. - [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...b7cec7526559c32f1616476ff32d17ba4c59b2d6) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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..ae9f622 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@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # 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@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # 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..f89032b 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@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # 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..77c0786 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@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5 with: sarif_file: results.sarif