File tree Expand file tree Collapse file tree 4 files changed +322
-258
lines changed Expand file tree Collapse file tree 4 files changed +322
-258
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
29
29
persist-credentials : false
30
30
31
31
- name : Initialize CodeQL
32
- uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
32
+ uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
33
33
with :
34
34
languages : ${{ matrix.language }}
35
35
36
36
- name : Autobuild
37
- uses : github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
37
+ uses : github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
38
38
39
39
- name : Perform CodeQL Analysis
40
- uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
40
+ uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
Original file line number Diff line number Diff line change 30
30
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
31
31
32
32
- name : Upload SARIF file
33
- uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
33
+ uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
34
34
with :
35
35
# Path to SARIF file relative to the root of the repository
36
36
sarif_file : results.sarif
Original file line number Diff line number Diff line change 4
4
5
5
repos :
6
6
- repo : https://github.com/astral-sh/ruff-pre-commit
7
- rev : v0.13.1
7
+ rev : v0.13.2
8
8
hooks :
9
9
- id : ruff-check
10
10
args : [--fix, --exit-non-zero-on-fix]
You can’t perform that action at this time.
0 commit comments