From b76716f5fd920967a63e3d8669624fc3d64964cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 18:16:54 +0000 Subject: [PATCH] Bump github/codeql-action in the github-actions group Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3.30.1 to 3.30.3 - [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/f1f6e5f6af878fb37288ce1c627459e94dbf7d01...192325c86100d080feab897ff886c34abd4c83a3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.30.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/sast.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sast.yml b/.github/workflows/sast.yml index dd9355d..f318955 100644 --- a/.github/workflows/sast.yml +++ b/.github/workflows/sast.yml @@ -37,7 +37,7 @@ jobs: name: "SARIF file" path: "results.sarif" retention-days: 5 - - uses: "github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01" + - uses: "github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3" with: sarif_file: "results.sarif" @@ -51,7 +51,7 @@ jobs: steps: - uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" - - uses: "github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01" + - uses: "github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3" with: languages: "typescript" - uses: "pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda" @@ -62,4 +62,4 @@ jobs: node-version-file: ".nvmrc" cache: "pnpm" - run: "make install" - - uses: "github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01" + - uses: "github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3"