File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2828 run : hatch fmt
2929
3030 - name : ✅ Commit Code Format Changes
31- uses : stefanzweifel/git-auto-commit-action@v6
31+ uses : stefanzweifel/git-auto-commit-action@v7
3232 with :
3333 commit_message : " Hatch static analysis"
3434
4545 token : ${{ secrets.WORKFLOW_COMMIT }}
4646
4747 - name : 🔭 Install UV
48- uses : astral-sh/setup-uv@v6
48+ uses : astral-sh/setup-uv@v7
4949 with :
5050 enable-cache : true
5151 cache-dependency-glob : " **/pyproject.toml"
Original file line number Diff line number Diff line change 4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
46- uses : github/codeql-action/init@v3
46+ uses : github/codeql-action/init@v4
4747 with :
4848 languages : ${{ matrix.language }}
4949
5050 - name : Perform CodeQL Analysis
51- uses : github/codeql-action/analyze@v3
51+ uses : github/codeql-action/analyze@v4
Original file line number Diff line number Diff line change 3030 ref : ${{ github.head_ref }}
3131
3232 - name : 🔭 Install UV
33- uses : astral-sh/setup-uv@v6
33+ uses : astral-sh/setup-uv@v7
3434 with :
3535 enable-cache : true
3636 cache-dependency-glob : " **/pyproject.toml"
Original file line number Diff line number Diff line change 2626 ref : ${{ github.head_ref }}
2727
2828 - name : 🔭 Install UV
29- uses : astral-sh/setup-uv@v6
29+ uses : astral-sh/setup-uv@v7
3030 with :
3131 enable-cache : true
3232 cache-dependency-glob : " **/pyproject.toml"
5858 ref : ${{ github.head_ref }}
5959
6060 - name : 🔭 Install UV
61- uses : astral-sh/setup-uv@v6
61+ uses : astral-sh/setup-uv@v7
6262 with :
6363 enable-cache : true
6464 cache-dependency-glob : " **/pyproject.toml"
Original file line number Diff line number Diff line change 1717 ref : ${{ github.head_ref }}
1818
1919 - name : 🔭 Install UV
20- uses : astral-sh/setup-uv@v6
20+ uses : astral-sh/setup-uv@v7
2121 with :
2222 enable-cache : true
2323 cache-dependency-glob : " **/pyproject.toml"
You can’t perform that action at this time.
0 commit comments