Skip to content

Commit 88f68d8

Browse files
chore(deps): update github/codeql-action action to v3.28.14 (#962)
| datasource | package | from | to | | ----------- | -------------------- | -------- | -------- | | github-tags | github/codeql-action | v3.28.13 | v3.28.14 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ed45d78 commit 88f68d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ jobs:
8282
fetch-depth: 2
8383

8484
- name: Initialize CodeQL
85-
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
85+
uses: github/codeql-action/init@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
8686
with:
8787
languages: javascript
8888

8989
- name: Perform CodeQL Analysis
90-
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
90+
uses: github/codeql-action/analyze@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
9191

9292
build:
9393
needs: [codeql-analyze, lint, test]

0 commit comments

Comments
 (0)