Skip to content

Commit a286c09

Browse files
build(deps): bump chainguard-dev/actions from 1.5.4 to 1.5.6 (#1889)
Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.5.4 to 1.5.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chainguard-dev/actions/releases">chainguard-dev/actions's releases</a>.</em></p> <blockquote> <h2>v1.5.6</h2> <h2>What's Changed</h2> <ul> <li>disable cache, bump go version and update docs by <a href="https://github.com/cpanato"><code>@​cpanato</code></a> in <a href="https://redirect.github.com/chainguard-dev/actions/pull/616">chainguard-dev/actions#616</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/chainguard-dev/actions/compare/v1.5.5...v1.5.6">https://github.com/chainguard-dev/actions/compare/v1.5.5...v1.5.6</a></p> <h2>v1.5.5</h2> <h2>What's Changed</h2> <ul> <li>Bump reviewdog/action-actionlint from 1.67.0 to 1.68.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/chainguard-dev/actions/pull/613">chainguard-dev/actions#613</a></li> <li>Bump chainguard-dev/actions from 1.5.3 to 1.5.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/chainguard-dev/actions/pull/612">chainguard-dev/actions#612</a></li> <li>Update setup-go action to v6.0.0 by <a href="https://github.com/smoser"><code>@​smoser</code></a> in <a href="https://redirect.github.com/chainguard-dev/actions/pull/615">chainguard-dev/actions#615</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/chainguard-dev/actions/compare/v1.5.4...v1.5.5">https://github.com/chainguard-dev/actions/compare/v1.5.4...v1.5.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chainguard-dev/actions/commit/94249a4828defae94ef3eaeaafaff2f95f1b446f"><code>94249a4</code></a> bump actions/setup-go to v6.0.0 and disable cache (<a href="https://redirect.github.com/chainguard-dev/actions/issues/616">#616</a>)</li> <li><a href="https://github.com/chainguard-dev/actions/commit/10852a71659497513e2931c99585be5c53c0d2d1"><code>10852a7</code></a> Update setup-go action to v6.0.0 (<a href="https://redirect.github.com/chainguard-dev/actions/issues/615">#615</a>)</li> <li><a href="https://github.com/chainguard-dev/actions/commit/7a61f04a54bc92e46eac322269e0a05c807d3814"><code>7a61f04</code></a> Bump chainguard-dev/actions from 1.5.3 to 1.5.4 (<a href="https://redirect.github.com/chainguard-dev/actions/issues/612">#612</a>)</li> <li><a href="https://github.com/chainguard-dev/actions/commit/d8eb8631cdb8de56da6fc04e8281c619f9ab172e"><code>d8eb863</code></a> Bump reviewdog/action-actionlint from 1.67.0 to 1.68.0 (<a href="https://redirect.github.com/chainguard-dev/actions/issues/613">#613</a>)</li> <li>See full diff in <a href="https://github.com/chainguard-dev/actions/compare/7b18ea9960f945cabf19a84752e580829347f4ed...94249a4828defae94ef3eaeaafaff2f95f1b446f">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chainguard-dev/actions&package-manager=github_actions&previous-version=1.5.4&new-version=1.5.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e3af81 commit a286c09

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-samples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
go-version-file: 'go.mod'
114114
check-latest: true
115-
- uses: chainguard-dev/actions/setup-registry@7b18ea9960f945cabf19a84752e580829347f4ed # v1.5.4
115+
- uses: chainguard-dev/actions/setup-registry@94249a4828defae94ef3eaeaafaff2f95f1b446f # v1.5.6
116116
with:
117117
port: 5000
118118

@@ -154,7 +154,7 @@ jobs:
154154
with:
155155
go-version-file: 'go.mod'
156156
check-latest: true
157-
- uses: chainguard-dev/actions/setup-registry@7b18ea9960f945cabf19a84752e580829347f4ed # v1.5.4
157+
- uses: chainguard-dev/actions/setup-registry@94249a4828defae94ef3eaeaafaff2f95f1b446f # v1.5.6
158158
with:
159159
port: 5000
160160

@@ -197,7 +197,7 @@ jobs:
197197
go-version-file: 'go.mod'
198198
check-latest: true
199199
- uses: imjasonh/setup-crane@31b88efe9de28ae0ffa220711af4b60be9435f6e # v0.4
200-
- uses: chainguard-dev/actions/setup-registry@7b18ea9960f945cabf19a84752e580829347f4ed # v1.5.4
200+
- uses: chainguard-dev/actions/setup-registry@94249a4828defae94ef3eaeaafaff2f95f1b446f # v1.5.6
201201
with:
202202
port: 5000
203203
- run: |

0 commit comments

Comments
 (0)