From 9e014c58517bb353f4221c691aa3f7731d73a3d8 Mon Sep 17 00:00:00 2001 From: "lab-assistant[bot]" <180935599+lab-assistant[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 10:25:08 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20github/codeql-act?= =?UTF-8?q?ion=20(=20v3.28.17=20=E2=86=92=20v3.28.18=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | -------------------- | -------- | -------- | | github-tags | github/codeql-action | v3.28.17 | v3.28.18 | --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2cfd0112..899ab43a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -44,7 +44,7 @@ jobs: - name: Initialize CodeQL id: initialize - uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17 + uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -52,6 +52,6 @@ jobs: - name: Perform CodeQL Analysis id: analyze - uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17 + uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18 with: category: '/language:${{matrix.language}}'