Skip to content

Commit 8a49dda

Browse files
chore(deps): update github/codeql-action action to v3.28.19 (#997)
| datasource | package | from | to | | ----------- | -------------------- | -------- | -------- | | github-tags | github/codeql-action | v3.28.18 | v3.28.19 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 91a72bc commit 8a49dda

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@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
85+
uses: github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
8686
with:
8787
languages: javascript
8888

8989
- name: Perform CodeQL Analysis
90-
uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
90+
uses: github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
9191

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

0 commit comments

Comments
 (0)