File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5050
5151 # Initializes the CodeQL tools for scanning.
5252 - name : Initialize CodeQL
53- uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3 .30.5
53+ uses : github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
5454 with :
5555 languages : ${{ matrix.language }}
5656 # If you wish to specify custom queries, you can do so here or in a config file.
6161 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6262 # If this step fails, then you should remove it and run the build manually (see below)
6363 - name : Autobuild
64- uses : github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3 .30.5
64+ uses : github/codeql-action/autobuild@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
6565
6666 # ℹ️ Command-line programs to run using the OS shell.
6767 # 📚 https://git.io/JvXDl
7575 # make release
7676
7777 - name : Perform CodeQL Analysis
78- uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3 .30.5
78+ uses : github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
Original file line number Diff line number Diff line change 2424 - name : ' Checkout Repository'
2525 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2626 - name : ' Dependency Review'
27- uses : actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4
27+ uses : actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4
Original file line number Diff line number Diff line change 7676
7777 # Upload the results to GitHub's code scanning dashboard.
7878 - name : " Upload to code-scanning"
79- uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3 .30.5
79+ uses : github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
8080 with :
8181 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ repos:
1414 types : [text]
1515 stages : [pre-commit, pre-push, manual]
1616 - repo : https://github.com/PyCQA/isort
17- rev : 6 .0.1
17+ rev : 7 .0.0
1818 hooks :
1919 - id : isort
20- - repo : https://github.com/psf/black
20+ - repo : https://github.com/psf/black-pre-commit-mirror
2121 rev : 25.9.0
2222 hooks :
2323 - id : black
2424 - repo : https://github.com/asottile/pyupgrade
25- rev : v3.20 .0
25+ rev : v3.21 .0
2626 hooks :
2727 - id : pyupgrade
2828 args : [--py37-plus]
@@ -39,10 +39,10 @@ repos:
3939 hooks :
4040 - id : gitlint
4141 - repo : https://github.com/asottile/setup-cfg-fmt
42- rev : v2.8 .0
42+ rev : v3.1 .0
4343 hooks :
4444 - id : setup-cfg-fmt
45- args : [--min-py3 -version, '3.7 ']
45+ args : [--min-py -version, '3.9 ']
4646 - repo : https://github.com/gitleaks/gitleaks
4747 rev : v8.28.0
4848 hooks :
You can’t perform that action at this time.
0 commit comments