From a0409fffbeed3b67b64f6308f0c735b9f527b7b1 Mon Sep 17 00:00:00 2001 From: "lab-assistant[bot]" <180935599+lab-assistant[bot]@users.noreply.github.com> Date: Sat, 14 Jun 2025 19:17:27 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20github/codeql-act?= =?UTF-8?q?ion=20(=20v3.28.19=20=E2=86=92=20v3.29.0=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.19 | v3.29.0 | --- .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 cfdd8f4b..e2f29290 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@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19 + uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0 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@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19 + uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0 with: category: '/language:${{matrix.language}}'