Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
fi

- name: Bump and push Git tag
uses: chainguard-dev/actions/git-tag@4ed96e952ef2982fe89a50f3c40e9643bb9fe803 # v1.6.3
uses: chainguard-dev/actions/git-tag@eab208ef2d05b13404296a5e194a6b237e8bb213 # v1.6.4
if: steps.check.outputs.bump == 'yes'
with:
token: ${{ steps.octo-sts.outputs.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-argo-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
persist-credentials: false

- name: Install Kind
uses: chainguard-dev/actions/setup-kind@4ed96e952ef2982fe89a50f3c40e9643bb9fe803 # v1.6.3
uses: chainguard-dev/actions/setup-kind@eab208ef2d05b13404296a5e194a6b237e8bb213 # v1.6.4

- name: Install Argo Workflows
uses: ./setup-argo-workflows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-setup-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@ jobs:

- name: Collect diagnostics
if: ${{ failure() }}
uses: chainguard-dev/actions/kind-diag@4ed96e952ef2982fe89a50f3c40e9643bb9fe803 # v1.6.3
uses: chainguard-dev/actions/kind-diag@eab208ef2d05b13404296a5e194a6b237e8bb213 # v1.6.4
with:
artifact-name: logs.${{ matrix.k8s-version }}