Skip to content

Commit 9e119fe

Browse files
authored
ci: update analysis.yml
1 parent 74fbb6b commit 9e119fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
1717
- name: Initialize CodeQL
18-
uses: github/codeql-action/init@v2
18+
uses: github/codeql-action/init@v3
1919
with:
2020
config-file: ./.github/codeql.yml
2121
languages: javascript
2222
- name: Perform CodeQL Analysis
23-
uses: github/codeql-action/analyze@v2
23+
uses: github/codeql-action/analyze@v3
2424
lighthouse:
2525
name: Lighthouse
2626
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)