Skip to content
Closed
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/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
set -xv
yamls=$(find . -name "*.y*ml" -not -path "*/.chainguard/source.yaml" -not -path "*/action.y*ml" -not -path "*/.github/chainguard/release.sts.yaml" -not -path "./.github/*.yml" -not -path "./.github/*.yaml" -exec echo {} +)
echo "files=${yamls}" >> "$GITHUB_OUTPUT"
- uses: reviewdog/action-actionlint@d63ba7532e0942965320cd8d73cbae4c7b3c5283 # v1.73.1
- uses: reviewdog/action-actionlint@dbe5299849118fd6f099ba563d263d770955a64a # v1.73.2
with:
actionlint_flags: ${{ steps.get_yamls.outputs.files }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

- name: Bump and push Git tag
id: tag
uses: chainguard-dev/actions/git-tag@9d631658f55713e5f63ca0cc21ee168f81301fd9 # v1.6.30
uses: chainguard-dev/actions/git-tag@7bd1e94b2a1b7faa891392757de7d89489070c5c # v1.6.32
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 @@ -41,7 +41,7 @@ jobs:
persist-credentials: false

- name: Install Kind
uses: chainguard-dev/actions/setup-kind@9d631658f55713e5f63ca0cc21ee168f81301fd9 # v1.6.30
uses: chainguard-dev/actions/setup-kind@7bd1e94b2a1b7faa891392757de7d89489070c5c # v1.6.32

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

- name: Collect diagnostics
if: ${{ failure() }}
uses: chainguard-dev/actions/kind-diag@9d631658f55713e5f63ca0cc21ee168f81301fd9 # v1.6.30
uses: chainguard-dev/actions/kind-diag@7bd1e94b2a1b7faa891392757de7d89489070c5c # v1.6.32
6 changes: 3 additions & 3 deletions .github/workflows/test-setup-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:

- name: Collect diagnostics
if: ${{ failure() }}
uses: chainguard-dev/actions/kind-diag@9d631658f55713e5f63ca0cc21ee168f81301fd9 # v1.6.30
uses: chainguard-dev/actions/kind-diag@7bd1e94b2a1b7faa891392757de7d89489070c5c # v1.6.32
with:
artifact-name: logs.${{ matrix.k8s-version }}

Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:

- name: Collect diagnostics
if: ${{ failure() }}
uses: chainguard-dev/actions/kind-diag@9d631658f55713e5f63ca0cc21ee168f81301fd9 # v1.6.30
uses: chainguard-dev/actions/kind-diag@7bd1e94b2a1b7faa891392757de7d89489070c5c # v1.6.32
with:
artifact-name: logs.kvm-available

Expand Down Expand Up @@ -279,6 +279,6 @@ jobs:

- name: Collect diagnostics
if: ${{ failure() }}
uses: chainguard-dev/actions/kind-diag@9d631658f55713e5f63ca0cc21ee168f81301fd9 # v1.6.30
uses: chainguard-dev/actions/kind-diag@7bd1e94b2a1b7faa891392757de7d89489070c5c # v1.6.32
with:
artifact-name: logs.kvm-unavailable
2 changes: 1 addition & 1 deletion .github/workflows/test-setup-knative-eventing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:

- name: Collect diagnostics
if: ${{ failure() }}
uses: chainguard-dev/actions/kind-diag@9d631658f55713e5f63ca0cc21ee168f81301fd9 # v1.6.30
uses: chainguard-dev/actions/kind-diag@7bd1e94b2a1b7faa891392757de7d89489070c5c # v1.6.32
2 changes: 1 addition & 1 deletion .github/workflows/test-setup-monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:

- name: Collect diagnostics
if: ${{ failure() }}
uses: chainguard-dev/actions/kind-diag@9d631658f55713e5f63ca0cc21ee168f81301fd9 # v1.6.30
uses: chainguard-dev/actions/kind-diag@7bd1e94b2a1b7faa891392757de7d89489070c5c # v1.6.32
2 changes: 1 addition & 1 deletion git-tag/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ runs:
sudo mv semver /usr/local/bin/

# Configure gitsign for signed commits
- uses: chainguard-dev/actions/setup-gitsign@9d631658f55713e5f63ca0cc21ee168f81301fd9 # v1.6.30
- uses: chainguard-dev/actions/setup-gitsign@7bd1e94b2a1b7faa891392757de7d89489070c5c # v1.6.32
if: ${{ inputs.use-gitsign == 'true' }}

- name: Bump the version or used the forced version
Expand Down
2 changes: 1 addition & 1 deletion gofmt/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ runs:
done

- name: Verify gofmt
uses: chainguard-dev/actions/nodiff@9d631658f55713e5f63ca0cc21ee168f81301fd9 # v1.6.30
uses: chainguard-dev/actions/nodiff@7bd1e94b2a1b7faa891392757de7d89489070c5c # v1.6.32
with:
fixup-command: "gofmt ${{ inputs.args }}"
2 changes: 1 addition & 1 deletion goimports/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ runs:
done

- name: Verify goimports
uses: chainguard-dev/actions/nodiff@9d631658f55713e5f63ca0cc21ee168f81301fd9 # v1.6.30
uses: chainguard-dev/actions/nodiff@7bd1e94b2a1b7faa891392757de7d89489070c5c # v1.6.32
with:
fixup-command: "goimports"
2 changes: 1 addition & 1 deletion inky-build-pkg/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
shell: bash
run: |
mkdir -p "$GITHUB_WORKSPACE/${INPUTS_PACKAGE_NAME}"
- uses: chainguard-dev/actions/melange-build-pkg@9d631658f55713e5f63ca0cc21ee168f81301fd9 # v1.6.30
- uses: chainguard-dev/actions/melange-build-pkg@7bd1e94b2a1b7faa891392757de7d89489070c5c # v1.6.32
with:
config: ${{ inputs.package-name }}.yaml
archs: ${{ inputs.archs }}
Expand Down
6 changes: 3 additions & 3 deletions melange-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@ runs:
shell: bash
run: |
echo "Warning: the --template flag has been removed from melange and will be ignored."
- uses: chainguard-dev/actions/setup-melange@9d631658f55713e5f63ca0cc21ee168f81301fd9 # v1.6.30
- uses: chainguard-dev/actions/setup-melange@7bd1e94b2a1b7faa891392757de7d89489070c5c # v1.6.32
with:
version: ${{ inputs.version }}
- uses: chainguard-dev/actions/melange-keygen@9d631658f55713e5f63ca0cc21ee168f81301fd9 # v1.6.30
- uses: chainguard-dev/actions/melange-keygen@7bd1e94b2a1b7faa891392757de7d89489070c5c # v1.6.32
if: ${{ inputs.sign-with-temporary-key == 'true' }}
with:
signing-key-path: ${{ inputs.signing-key-path }}
- uses: chainguard-dev/actions/melange-build-pkg@9d631658f55713e5f63ca0cc21ee168f81301fd9 # v1.6.30
- uses: chainguard-dev/actions/melange-build-pkg@7bd1e94b2a1b7faa891392757de7d89489070c5c # v1.6.32
with:
config: ${{ inputs.config }}
multi-config: ${{ inputs.multi-config }}
Expand Down
2 changes: 1 addition & 1 deletion release-notes/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ runs:
fi

# Configure signed commits
- uses: chainguard-dev/actions/setup-gitsign@9d631658f55713e5f63ca0cc21ee168f81301fd9 # v1.6.30
- uses: chainguard-dev/actions/setup-gitsign@7bd1e94b2a1b7faa891392757de7d89489070c5c # v1.6.32
if: ${{ steps.create_pr.outputs.create_pr == 'true' }}

- name: Create Pull Request
Expand Down
2 changes: 1 addition & 1 deletion wolfi-build-pkg/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
using: 'composite'

steps:
- uses: chainguard-dev/actions/melange-build-pkg@9d631658f55713e5f63ca0cc21ee168f81301fd9 # v1.6.30
- uses: chainguard-dev/actions/melange-build-pkg@7bd1e94b2a1b7faa891392757de7d89489070c5c # v1.6.32
with:
config: ${{ inputs.package-name }}.yaml
archs: ${{ inputs.archs }}
Expand Down
Loading