From dd739b4799989ed5ede2c59d9ca8d76a4997e24c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:11:31 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 4.36.0 to 4.36.1 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.36.0 to 4.36.1. - [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/7211b7c8077ea37d8641b6271f6a365a22a5fbfa...87557b9c84dde89fdd9b10e88954ac2f4248e463) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.36.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/sast_scan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sast_scan.yaml b/.github/workflows/sast_scan.yaml index 6a4a324..1017668 100644 --- a/.github/workflows/sast_scan.yaml +++ b/.github/workflows/sast_scan.yaml @@ -55,7 +55,7 @@ jobs: TRIVY_FAIL_ON_SEVERITY: ${{ inputs.fail_on_severity }} - name: Upload scan results to GitHub - uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0 + uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1 if: ${{ inputs.upload_results_to_ghas }} with: sarif_file: 'trivy-results.sarif'