Skip to content

Commit f4eec2d

Browse files
Bump github/codeql-action from 3.30.1 to 3.30.3 in the github-actions group (#673)
1 parent 9cdf4b4 commit f4eec2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sast.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
name: "SARIF file"
3838
path: "results.sarif"
3939
retention-days: 5
40-
- uses: "github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01"
40+
- uses: "github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3"
4141
with:
4242
sarif_file: "results.sarif"
4343

@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8"
54-
- uses: "github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01"
54+
- uses: "github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3"
5555
with:
5656
languages: "typescript"
5757
- uses: "pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda"
@@ -62,4 +62,4 @@ jobs:
6262
node-version-file: ".nvmrc"
6363
cache: "pnpm"
6464
- run: "make install"
65-
- uses: "github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01"
65+
- uses: "github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3"

0 commit comments

Comments
 (0)