File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4949 uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
5050 -
5151 name : Login to Docker Hub
52- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
52+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
5353 with :
5454 username : ${{ secrets.DOCKERHUB_USERNAME }}
5555 password : ${{ secrets.DOCKERHUB_TOKEN }}
8686 chmod +x assets/ananta
8787
8888 - name : Build and load the latest variant to local daemon
89- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
89+ uses : docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
9090 with :
9191 build-args : |
9292 ver_anata_helper=${{ steps.chores.outputs.ver_anata_helper }}
@@ -137,7 +137,7 @@ jobs:
137137
138138 -
139139 name : Build and push
140- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
140+ uses : docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
141141 if : github.event.repository.default_branch == github.ref_name
142142 with :
143143 build-args : |
Original file line number Diff line number Diff line change 1717 persist-credentials : false
1818 # python-lint
1919 - name : Install the latest version of ruff
20- uses : astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5 .1
20+ uses : astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3.6 .1
2121 with :
2222 version : " latest"
2323 args : " format --check --diff"
Original file line number Diff line number Diff line change 7373 # Upload the results to GitHub's code scanning dashboard (optional).
7474 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7575 - name : " Upload to code-scanning"
76- uses : github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
76+ uses : github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
7777 with :
7878 sarif_file : results.sarif
Original file line number Diff line number Diff line change 4949 with :
5050 python-version : ' 3.14'
5151 - name : Install the latest version of uv and set the python version
52- uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2 .0
52+ uses : astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3 .0
5353 with :
5454 enable-cache : true
5555 - name : Generate Coverage Reports
You can’t perform that action at this time.
0 commit comments