Skip to content

Commit e99dd48

Browse files
committed
chore: update github/codeql-action action to v3.26.13
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8fd4b87 commit e99dd48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
persist-credentials: false
3636

3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
38+
uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
3939
with:
4040
languages: javascript-typescript
4141
config-file: .github/codeql/codeql-config.yml
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
44+
uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
4545

Diff for: .github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
7373
retention-days: 90
7474

7575
# Upload the results to GitHub's code scanning dashboard.
76-
- uses: github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
76+
- uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
7777
with:
7878
sarif_file: results.sarif

0 commit comments

Comments
 (0)