From bfb9804e40774826fa5c1910fc68728bb0bd700c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 12:41:20 +0000 Subject: [PATCH] [deps]: Update gh minor --- .github/workflows/deploy.yml | 2 +- .github/workflows/scan.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6f50575..5a45c67 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout your repository using git uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install, build, and upload your site output - uses: withastro/action@44cbafd43567733e3b007918c6e0711480560516 # v3.0.0 + uses: withastro/action@56781b97402ce0487b7e61ce2cb960c0e2cc5289 # v3.0.2 deploy: name: Deploy diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index cd5219d..7a7abf0 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -29,7 +29,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Scan with Checkmarx - uses: checkmarx/ast-github-action@184bf2f64f55d1c93fd6636d539edf274703e434 # 2.0.41 + uses: checkmarx/ast-github-action@dda03dce250dead2404252f9970f35980201934c # 2.0.43 env: INCREMENTAL: "${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}" with: @@ -44,7 +44,7 @@ jobs: --output-path . ${{ env.INCREMENTAL }} - name: Upload Checkmarx results to GitHub - uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1 + uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9 with: sarif_file: cx_result.sarif