Skip to content

Commit c29b048

Browse files
chore(deps): update all non-major dependencies
1 parent 5d13b78 commit c29b048

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ananta.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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 }}
@@ -86,7 +86,7 @@ jobs:
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@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
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@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
141141
if: github.event.repository.default_branch == github.ref_name
142142
with:
143143
build-args: |
@@ -164,7 +164,7 @@ jobs:
164164
files: assets/ananta
165165
-
166166
name: Run Trivy vulnerability scanner
167-
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
167+
uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
168168
with:
169169
input: "ananta.${{ steps.chores.outputs.ver_anata_helper }}.tar"
170170
format: 'table'

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
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@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
7777
with:
7878
sarif_file: results.sarif

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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

0 commit comments

Comments
 (0)