File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
2929
3030 # Initializes the CodeQL tools for scanning.
3131 - name : Initialize CodeQL
32- uses : github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
32+ uses : github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
3333 with :
3434 languages : python
3535
3636 - name : Autobuild
37- uses : github/codeql-action/autobuild@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
37+ uses : github/codeql-action/autobuild@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
3838
3939 - name : Perform CodeQL Analysis
40- uses : github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
40+ uses : github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
Original file line number Diff line number Diff line change 3232 - name : Set up Python 3.11
3333 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3434 with :
35- python-version : " 3.11 "
35+ python-version : " 3.14 "
3636
3737 - name : Set up uv
3838 uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
5353 - name : Set up Python 3.11
5454 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5555 with :
56- python-version : " 3.11 "
56+ python-version : " 3.14 "
5757
5858 - name : Set up uv
5959 uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
7272 - name : Set up Python 3.11
7373 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
7474 with :
75- python-version : " 3.11 "
75+ python-version : " 3.14 "
7676
7777 - name : Set up uv
7878 uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
9494 - name : Set up Python 3.11
9595 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
9696 with :
97- python-version : " 3.11 "
97+ python-version : " 3.14 "
9898
9999 - name : Set up uv
100100 uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
@@ -113,7 +113,7 @@ jobs:
113113 - name : Set up Python 3.11
114114 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
115115 with :
116- python-version : " 3.11 "
116+ python-version : " 3.14 "
117117
118118 - name : Set up uv
119119 uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
@@ -132,7 +132,7 @@ jobs:
132132 - name : Set up Python 3.11
133133 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
134134 with :
135- python-version : " 3.11 "
135+ python-version : " 3.14 "
136136
137137 - name : Set up uv
138138 uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
Original file line number Diff line number Diff line change 4242 # Upload the results to GitHub's code scanning dashboard (optional).
4343 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
4444 - name : " Upload to code-scanning"
45- uses : github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
45+ uses : github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
4646 with :
4747 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1616 pull-requests : write
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2 .0
19+ - uses : actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3 .0
2020 with :
2121 repo-token : ${{ secrets.GITHUB_TOKEN }}
2222 days-before-pr-stale : 14
You can’t perform that action at this time.
0 commit comments