Skip to content

Commit 4089052

Browse files
author
IK Renovate Bot
committed
chore(deps): update github/codeql-action action to v3 (.github/workflows/codeql.yml)
1 parent b00a07e commit 4089052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017
15-
- uses: github/codeql-action/init@v2
15+
- uses: github/codeql-action/init@v3.28.19
1616
with:
1717
languages: javascript # comma separated list of values from {go, python, javascript, java, cpp, csharp} (not YET ruby, sorry!)
1818

19-
- uses: github/codeql-action/analyze@v2
19+
- uses: github/codeql-action/analyze@v3.28.19
2020
continue-on-error: true

0 commit comments

Comments
 (0)