Skip to content

Commit a1a4a70

Browse files
chore(deps): update github/codeql-action action to v3.32.4 (#1149)
| datasource | package | from | to | | ----------- | -------------------- | ------- | ------- | | github-tags | github/codeql-action | v3.32.3 | v3.32.4 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ba42c13 commit a1a4a70

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@f5c2471be782132e47a6e6f9c725e56730d6e9a3 # v3.32.3
85+
uses: github/codeql-action/init@45580472a5bb82c4681c4ac726cfdb60060c2ee1 # v3.32.4
8686
with:
8787
languages: javascript
8888

8989
- name: Perform CodeQL Analysis
90-
uses: github/codeql-action/analyze@f5c2471be782132e47a6e6f9c725e56730d6e9a3 # v3.32.3
90+
uses: github/codeql-action/analyze@45580472a5bb82c4681c4ac726cfdb60060c2ee1 # v3.32.4
9191

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

0 commit comments

Comments
 (0)