We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3406b commit 4fd9d08Copy full SHA for 4fd9d08
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
password: ${{ secrets.GITHUB_TOKEN }}
67
68
- name: Install Cosign
69
- uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
+ uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
70
71
- name: Publish and Sign OCI Charts
72
run: |
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Helm
18
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
19
20
- - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
+ - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
21
with:
22
python-version: '3.x'
23
check-latest: true
0 commit comments