Skip to content

Commit c297148

Browse files
chore(deps): update github/codeql-action action to v3.28.12 (#956)
| datasource | package | from | to | | ----------- | -------------------- | -------- | -------- | | github-tags | github/codeql-action | v3.28.11 | v3.28.12 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5f46c6b commit c297148

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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
85+
uses: github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
8686
with:
8787
languages: javascript
8888

8989
- name: Perform CodeQL Analysis
90-
uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
90+
uses: github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
9191

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

0 commit comments

Comments
 (0)