Skip to content

Commit f347733

Browse files
Update all non-major dependencies
1 parent dc2e749 commit f347733

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
if: ${{ success() && steps.build_and_push.outputs.digest }}
9797
env:
9898
IMAGE_REF: ${{ env.DOCKER_IMAGE }}@${{ steps.build_and_push.outputs.digest }}
99-
uses: aquasecurity/trivy-action@0.29.0
99+
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
100100
with:
101101
scan-type: 'image'
102102
scanners: 'license'
@@ -141,10 +141,10 @@ jobs:
141141
uses: azure/setup-helm@v4
142142
- uses: actions/setup-python@v5
143143
with:
144-
python-version: '3.12'
144+
python-version: '3.14'
145145
check-latest: true
146146
- name: Set up chart-testing
147-
uses: helm/chart-testing-action@v2.6.1
147+
uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0
148148
- name: Check if Helm charts updated (run chart-testing list-changed)
149149
id: list-changed
150150
run: |
@@ -158,7 +158,7 @@ jobs:
158158
run: ct lint --validate-maintainers=false --target-branch ${{ github.event.repository.default_branch }}
159159
- name: Create kind cluster
160160
if: steps.list-changed.outputs.changed == 'true'
161-
uses: helm/kind-action@v1.12.0
161+
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
162162
- name: Prepare k8s cluster
163163
if: steps.list-changed.outputs.changed == 'true'
164164
run: |

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
password: ${{ secrets.GITHUB_TOKEN }}
5454

5555
- name: Install Cosign
56-
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # @v3.8.1
56+
uses: sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1
5757

5858
- name: Set up Docker Buildx
5959
uses: docker/setup-buildx-action@v3
@@ -71,7 +71,7 @@ jobs:
7171
- name: Run Trivy to get an SBOM report of the container
7272
env:
7373
IMAGE_REF: ${{ env.DOCKER_IMAGE }}@${{ steps.build_and_push.outputs.digest }}
74-
uses: aquasecurity/trivy-action@0.29.0
74+
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
7575
with:
7676
scan-type: 'image'
7777
scanners: 'license'

0 commit comments

Comments
 (0)