From 45ff14d569d82eea8f6e1af11f3fecf1b1fd5f5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:55:03 +0000 Subject: [PATCH] Update github/codeql-action digest to d01b25e --- .github/workflows/merge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 603feb4ea3..1593ae64f3 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -34,7 +34,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@64cc90bcd4b0a6919309f7882f920e60de2aef1c + uses: github/codeql-action/init@d01b25e645295d11d0fbb084a8c5e7546b1e508b with: languages: javascript, python, java @@ -46,4 +46,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@64cc90bcd4b0a6919309f7882f920e60de2aef1c \ No newline at end of file + uses: github/codeql-action/analyze@d01b25e645295d11d0fbb084a8c5e7546b1e508b \ No newline at end of file