From 22ae1bc20485fc3621bd23eeab59fa04d8f895ef Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 03:16:42 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v3.26.11 --- .github/workflows/codeql.yml | 4 ++-- .../[% if use_codeql == true %]codeql.yml[% endif %].jinja | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a536d411..b3d7e90c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -50,7 +50,7 @@ jobs: fetch-depth: 0 - name: Initialize CodeQL - uses: github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7 + uses: github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11 with: languages: ${{ matrix.language }} config-file: ./.github/codeql-config.yml @@ -87,4 +87,4 @@ jobs: run: cmake --build --preset=default --target all - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7 + uses: github/codeql-action/analyze@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11 diff --git a/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/[% if use_codeql == true %]codeql.yml[% endif %].jinja b/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/[% if use_codeql == true %]codeql.yml[% endif %].jinja index aba29e80..a6ae6859 100644 --- a/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/[% if use_codeql == true %]codeql.yml[% endif %].jinja +++ b/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/[% if use_codeql == true %]codeql.yml[% endif %].jinja @@ -50,7 +50,7 @@ jobs: fetch-depth: 0 - name: Initialize CodeQL - uses: github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7 + uses: github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11 with: languages: {{ '${{ matrix.language }}' }} config-file: ./.github/codeql-config.yml @@ -87,4 +87,4 @@ jobs: run: cmake --build --preset=default --target all - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7 + uses: github/codeql-action/analyze@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11