We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c0bda commit 4189221Copy full SHA for 4189221
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Checkout your repository using git
21
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
- name: Install, build, and upload your site output
23
- uses: withastro/action@44cbafd43567733e3b007918c6e0711480560516 # v3.0.0
+ uses: withastro/action@e5dd289a30fd5ebe674bd1ddb027ad2b416100d4 # v3.0.1
24
25
deploy:
26
name: Deploy
.github/workflows/scan.yml
@@ -44,7 +44,7 @@ jobs:
44
--output-path . ${{ env.INCREMENTAL }}
45
46
- name: Upload Checkmarx results to GitHub
47
- uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
+ uses: github/codeql-action/upload-sarif@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
48
with:
49
sarif_file: cx_result.sarif
50
0 commit comments