Skip to content

Commit 3d44bee

Browse files
Bump the actions group across 1 directory with 2 updates (#3004)
Bumps the actions group with 2 updates in the / directory: [chainguard-dev/setup-chainctl](https://github.com/chainguard-dev/setup-chainctl) and [chainguard-dev/actions](https://github.com/chainguard-dev/actions). Updates `chainguard-dev/setup-chainctl` from 0.3.2 to 0.4.0 - [Release notes](https://github.com/chainguard-dev/setup-chainctl/releases) - [Commits](chainguard-dev/setup-chainctl@f4ed65b...be0acd2) Updates `chainguard-dev/actions` from 1.4.7 to 1.4.11 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Changelog](https://github.com/chainguard-dev/actions/blob/main/.goreleaser.yml) - [Commits](chainguard-dev/actions@708219d...de82dfd) --- updated-dependencies: - dependency-name: chainguard-dev/setup-chainctl dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: chainguard-dev/actions dependency-version: 1.4.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8046583 commit 3d44bee

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/reinstate-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
persist-credentials: false
2828

29-
- uses: chainguard-dev/setup-chainctl@f4ed65b781b048c44d4f033ae854c025c5531c19 # v0.3.2
29+
- uses: chainguard-dev/setup-chainctl@be0acd273acf04bfdf91f51198327e719f6af978 # v0.4.0
3030
with:
3131
identity: 720909c9f5279097d847ad02a2f24ba8f59de36a/b6461e99e132298f
3232

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
terraform_version: "1.8.*"
9696
terraform_wrapper: false
9797

98-
- uses: chainguard-dev/setup-chainctl@f4ed65b781b048c44d4f033ae854c025c5531c19 # v0.3.2
98+
- uses: chainguard-dev/setup-chainctl@be0acd273acf04bfdf91f51198327e719f6af978 # v0.4.0
9999
with:
100100
# This allows chainguard-images/images-private to publish images to cgr.dev/chainguard-private
101101
# We maintain this identity here:
@@ -173,7 +173,7 @@ jobs:
173173
- name: Collect TF diagnostics
174174
if: ${{ always() }}
175175
id: tf-diag
176-
uses: chainguard-dev/actions/terraform-diag@708219d4822f33611ac1a2653815cc10e1ab54a6 # v1.4.7
176+
uses: chainguard-dev/actions/terraform-diag@de82dfd62f186b1b55bd0cdf084f484496d88ee3 # v1.4.11
177177
with:
178178
json-file: /tmp/mega-module.tf.json
179179

.github/workflows/withdraw-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
persist-credentials: false
2525

26-
- uses: chainguard-dev/setup-chainctl@f4ed65b781b048c44d4f033ae854c025c5531c19 # v0.3.2
26+
- uses: chainguard-dev/setup-chainctl@be0acd273acf04bfdf91f51198327e719f6af978 # v0.4.0
2727
with:
2828
identity: 720909c9f5279097d847ad02a2f24ba8f59de36a/b6461e99e132298f
2929
- uses: imjasonh/setup-crane@31b88efe9de28ae0ffa220711af4b60be9435f6e # v0.4

.github/workflows/withdraw-repos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
persist-credentials: false
2727

28-
- uses: chainguard-dev/setup-chainctl@f4ed65b781b048c44d4f033ae854c025c5531c19 # v0.3.2
28+
- uses: chainguard-dev/setup-chainctl@be0acd273acf04bfdf91f51198327e719f6af978 # v0.4.0
2929
with:
3030
identity: 720909c9f5279097d847ad02a2f24ba8f59de36a/b6461e99e132298f
3131
- run: |

0 commit comments

Comments
 (0)