Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/release-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,14 @@ jobs:
PLATFORMS: ${{ steps.buildx.outputs.platforms }}
- name: Checkout code
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # was: actions/checkout@v4
with:
persist-credentials: false
- name: Setup Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # was: actions/setup-go@v6
with:
go-version-file: go.mod
check-latest: true
cache: false
- name: Install cosign
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # was: sigstore/cosign-installer@v3.8.2
- name: Release snapshot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/title_checker-labeler.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Lint PR title and label"

on:
pull_request_target:
pull_request:
types:
- opened
- edited
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-chart-appVersion.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Chart-Content
on:
pull_request_target:
pull_request:
types:
- closed
paths:
Expand Down
Loading