Skip to content

Commit 822f2a3

Browse files
chore(deps): update github/codeql-action action to v4 (#1173)
| datasource | package | from | to | | ----------- | -------------------- | ------- | ------- | | github-tags | github/codeql-action | v3.34.1 | v4.34.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1a24568 commit 822f2a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@ebcb5b36ded6beda4ceefea6a8bc4cc885255bb3 # v3.34.1
85+
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
8686
with:
8787
languages: javascript
8888

8989
- name: Perform CodeQL Analysis
90-
uses: github/codeql-action/analyze@ebcb5b36ded6beda4ceefea6a8bc4cc885255bb3 # v3.34.1
90+
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
9191

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

0 commit comments

Comments
 (0)