Bump github/codeql-action from 3.24.10 to 3.25.0 (#115686)
parent
d1ed8d817c
commit
679752ceb8
|
@ -24,11 +24,11 @@ jobs:
|
|||
uses: actions/checkout@v4.1.2
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v3.24.10
|
||||
uses: github/codeql-action/init@v3.25.0
|
||||
with:
|
||||
languages: python
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v3.24.10
|
||||
uses: github/codeql-action/analyze@v3.25.0
|
||||
with:
|
||||
category: "/language:python"
|
||||
|
|
Loading…
Reference in New Issue