From b2a4355c788c944ca51e54a5c1359b3798257c30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 23:39:36 +0000 Subject: [PATCH] Bump github/codeql-action from 4.36.1 to 4.36.2 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.36.1 to 4.36.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/87557b9c84dde89fdd9b10e88954ac2f4248e463...8aad20d150bbac5944a9f9d289da16a4b0d87c1e) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.36.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codacy.yml | 2 +- .github/workflows/ossar.yml | 2 +- .github/workflows/supply_chain_security.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 41b89e4e..5058e183 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -149,6 +149,6 @@ jobs: path: sarif-results - name: Upload SARIF results file - uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 + uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e with: sarif_file: ${{ matrix.sarif_file }} diff --git a/.github/workflows/ossar.yml b/.github/workflows/ossar.yml index 1424cde8..278b5786 100644 --- a/.github/workflows/ossar.yml +++ b/.github/workflows/ossar.yml @@ -51,6 +51,6 @@ jobs: # Upload results to the Security tab - name: Upload OSSAR results - uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 + uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e with: sarif_file: ${{ steps.ossar.outputs.sarifFile }} diff --git a/.github/workflows/supply_chain_security.yml b/.github/workflows/supply_chain_security.yml index 7f49bc56..5205838a 100644 --- a/.github/workflows/supply_chain_security.yml +++ b/.github/workflows/supply_chain_security.yml @@ -55,7 +55,7 @@ jobs: - name: Upload filesystem SARIF if: ${{ always() }} - uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 + uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e with: sarif_file: trivy-fs.sarif category: trivy/filesystem @@ -88,7 +88,7 @@ jobs: - name: Upload IaC SARIF if: ${{ always() }} - uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 + uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e with: sarif_file: trivy-config.sarif category: trivy/config @@ -180,7 +180,7 @@ jobs: - name: Upload image SARIF if: ${{ always() }} - uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 + uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e with: sarif_file: trivy-image-${{ matrix.service }}.sarif category: trivy/image/${{ matrix.service }}