From cf5ce836d60814a6f25989224ff026f21c84dd27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 16:18:19 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to eab49d7 --- .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 bd5cc09b..70c6c566 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@25f779c0f271790cfca54f1c5e868acc372ba6f1 + uses: github/codeql-action/init@eab49d76a36ac164bf08006f3efdba5c4c9c328c with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@25f779c0f271790cfca54f1c5e868acc372ba6f1 + uses: github/codeql-action/analyze@eab49d76a36ac164bf08006f3efdba5c4c9c328c diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 6c92ea49..7557f2f9 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@25f779c0f271790cfca54f1c5e868acc372ba6f1 + uses: github/codeql-action/init@eab49d76a36ac164bf08006f3efdba5c4c9c328c with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@25f779c0f271790cfca54f1c5e868acc372ba6f1 + uses: github/codeql-action/autobuild@eab49d76a36ac164bf08006f3efdba5c4c9c328c - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@25f779c0f271790cfca54f1c5e868acc372ba6f1 + uses: github/codeql-action/analyze@eab49d76a36ac164bf08006f3efdba5c4c9c328c