diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c7f1ecec..d4862dce 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@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6 + uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 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@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6 + uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 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 17e46904..df4dbccf 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@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6 + uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 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@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6 + uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0