From 70d6c90b1b5d7a7b05c6e00afec992371b85bf2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 13:39:44 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to f67c9cd --- .github/workflows/pullrequest.yml | 4 ++-- .github/workflows/static-code-scanning.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 38dba4ca4..6de8b0cb2 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@b400d0f668f77c9729697aac4fbc1c8f91f5fcb4 + uses: github/codeql-action/init@f67c9cd326d8190e3faa895db1adefab9cc746a6 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b400d0f668f77c9729697aac4fbc1c8f91f5fcb4 + uses: github/codeql-action/analyze@f67c9cd326d8190e3faa895db1adefab9cc746a6 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index fa91fc204..f20046a38 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -33,12 +33,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@b400d0f668f77c9729697aac4fbc1c8f91f5fcb4 + uses: github/codeql-action/init@f67c9cd326d8190e3faa895db1adefab9cc746a6 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@b400d0f668f77c9729697aac4fbc1c8f91f5fcb4 + uses: github/codeql-action/autobuild@f67c9cd326d8190e3faa895db1adefab9cc746a6 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b400d0f668f77c9729697aac4fbc1c8f91f5fcb4 + uses: github/codeql-action/analyze@f67c9cd326d8190e3faa895db1adefab9cc746a6