From 849a6c0a9f75c61a437744927093ddc72a78f843 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 21:30:16 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to dbf2b17 (#905) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 f3ba8e87..9793ac64 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@4909c1ffb99e09a99e1b55cb1ff576ea03aef64d + uses: github/codeql-action/init@dbf2b1706b768069fb1bb2dd2d8552be7a9e2a51 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4909c1ffb99e09a99e1b55cb1ff576ea03aef64d + uses: github/codeql-action/analyze@dbf2b1706b768069fb1bb2dd2d8552be7a9e2a51 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index f356b8f8..174dee13 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@4909c1ffb99e09a99e1b55cb1ff576ea03aef64d + uses: github/codeql-action/init@dbf2b1706b768069fb1bb2dd2d8552be7a9e2a51 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@4909c1ffb99e09a99e1b55cb1ff576ea03aef64d + uses: github/codeql-action/autobuild@dbf2b1706b768069fb1bb2dd2d8552be7a9e2a51 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4909c1ffb99e09a99e1b55cb1ff576ea03aef64d + uses: github/codeql-action/analyze@dbf2b1706b768069fb1bb2dd2d8552be7a9e2a51