Skip to content

Commit

Permalink
bump github/codeql-action/init and github/codeql-action/analyze to 2.…
Browse files Browse the repository at this point in the history
…2.5 (github#35108)
  • Loading branch information
rsese authored Feb 27, 2023
1 parent d243019 commit 93ff536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: github/codeql-action/init@1ed1437484560351c5be56cf73a48a279d116b78
- uses: github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5
with:
languages: javascript # comma separated list of values from {go, python, javascript, java, cpp, csharp, ruby}
- uses: github/codeql-action/analyze@1ed1437484560351c5be56cf73a48a279d116b78
- uses: github/codeql-action/analyze@32dc499307d133bb5085bae78498c0ac2cf762d5
continue-on-error: true

0 comments on commit 93ff536

Please sign in to comment.