From e008965b8da88b7335932cae232f4e2bda994e20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 06:52:40 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 3 to 4 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ioc-scan.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ioc-scan.yml b/.github/workflows/ioc-scan.yml index 1252544..c0c5d88 100644 --- a/.github/workflows/ioc-scan.yml +++ b/.github/workflows/ioc-scan.yml @@ -44,7 +44,7 @@ jobs: severity: CRITICAL,HIGH exit-code: ${{ inputs.fail-on-critical && '1' || '0' }} - name: Upload Trivy results - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: trivy-results.sarif category: trivy @@ -57,11 +57,11 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run CodeQL analysis - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: ${{ inputs.language == 'python' && 'python' || inputs.language == 'node' && 'javascript' || inputs.language == 'go' && 'go' || 'python' }} - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 osv-scanner: if: inputs.scan-dependency