Skip to content

Commit a20bd29

Browse files
chore(deps): update github/codeql-action action to v3.24.8 (#687)
| datasource | package | from | to | | ----------- | -------------------- | ------- | ------- | | github-tags | github/codeql-action | v3.24.7 | v3.24.8 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 06e39a0 commit a20bd29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ jobs:
9494
fetch-depth: 2
9595

9696
- name: Initialize CodeQL
97-
uses: github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
97+
uses: github/codeql-action/init@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8
9898
with:
9999
languages: javascript
100100

101101
- name: Perform CodeQL Analysis
102-
uses: github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
102+
uses: github/codeql-action/analyze@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8
103103

104104
build:
105105
needs: [codeql-analyze, lint, test]

0 commit comments

Comments
 (0)