We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13602fb commit aab434bCopy full SHA for aab434b
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Checkout repository
21
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
22
23
- name: Setup uv
24
uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
.github/workflows/docker-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
# Install the cosign tool except on PR
31
# https://github.com/sigstore/cosign-installer
0 commit comments