Skip to content

Commit 779c998

Browse files
Update github/codeql-action action to v3.28.8 (#934)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8753225 commit 779c998

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -364,12 +364,12 @@ jobs:
364364
run: tar -xf checkout.tar ./
365365

366366
- name: Initialize CodeQL
367-
uses: github/codeql-action/init@6e5455904168f98c75d8e5ad848b4dc4ab3ae77e # v3.28.7
367+
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
368368
with:
369369
languages: javascript
370370

371371
- name: Perform CodeQL Analysis
372-
uses: github/codeql-action/analyze@6e5455904168f98c75d8e5ad848b4dc4ab3ae77e # v3.28.7
372+
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
373373

374374
semver:
375375
name: Generate a semantic version number

0 commit comments

Comments
 (0)