Skip to content

Commit fd9d139

Browse files
Update github/codeql-action action to v2 (#65)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 5ba68e0 commit fd9d139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
security-events: write
1818
steps:
1919
- uses: actions/checkout@v3
20-
- uses: github/codeql-action/init@v1
20+
- uses: github/codeql-action/init@v2
2121
with:
2222
languages: javascript
23-
- uses: github/codeql-action/analyze@v1
23+
- uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)