From 592a55b8b5d50b5d7ca4d5679605af9bfdd2cc7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 15:15:08 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 650a85e --- .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 d563a3e01..fc1a8e4aa 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@3078f51bf03237db53a1108696ead176f4e0ce59 + uses: github/codeql-action/init@650a85ef6dcc106796885216fea54e4d74e65dee with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@3078f51bf03237db53a1108696ead176f4e0ce59 + uses: github/codeql-action/analyze@650a85ef6dcc106796885216fea54e4d74e65dee diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index f000c1478..817fde22c 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@3078f51bf03237db53a1108696ead176f4e0ce59 + uses: github/codeql-action/init@650a85ef6dcc106796885216fea54e4d74e65dee with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@3078f51bf03237db53a1108696ead176f4e0ce59 + uses: github/codeql-action/autobuild@650a85ef6dcc106796885216fea54e4d74e65dee - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@3078f51bf03237db53a1108696ead176f4e0ce59 + uses: github/codeql-action/analyze@650a85ef6dcc106796885216fea54e4d74e65dee