Skip to content

Commit

Permalink
Bump codeql in CI to v3. (pymodbus-dev#2093)
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen committed Mar 17, 2024
1 parent 679aa3f commit e8b44ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: github/codeql-action/init@v2
- uses: github/codeql-action/init@v3
with:
languages: python

- uses: github/codeql-action/autobuild@v2
- uses: github/codeql-action/autobuild@v3

- uses: github/codeql-action/analyze@v2
- uses: github/codeql-action/analyze@v3

ci_complete:
name: ci_complete
Expand Down

0 comments on commit e8b44ff

Please sign in to comment.