Skip to content

Commit 3bedbb3

Browse files
[deps]: Update gh minor
1 parent 59f1e2d commit 3bedbb3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout your repository using git
2121
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222
- name: Install, build, and upload your site output
23-
uses: withastro/action@44cbafd43567733e3b007918c6e0711480560516 # v3.0.0
23+
uses: withastro/action@56781b97402ce0487b7e61ce2cb960c0e2cc5289 # v3.0.2
2424

2525
deploy:
2626
name: Deploy

.github/workflows/scan.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
ref: ${{ github.event.pull_request.head.sha }}
3030

3131
- name: Scan with Checkmarx
32-
uses: checkmarx/ast-github-action@184bf2f64f55d1c93fd6636d539edf274703e434 # 2.0.41
32+
uses: checkmarx/ast-github-action@86e9ae570a811f9a1fb85903647a307aa3bf6253 # 2.0.44
3333
env:
3434
INCREMENTAL: "${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
3535
with:
@@ -44,7 +44,7 @@ jobs:
4444
--output-path . ${{ env.INCREMENTAL }}
4545
4646
- name: Upload Checkmarx results to GitHub
47-
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
47+
uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
4848
with:
4949
sarif_file: cx_result.sarif
5050

0 commit comments

Comments
 (0)