Skip to content

Commit 5539b7c

Browse files
Bump chainguard-dev/actions from 1.0.4 to 1.0.5 in the all group (#895)
Bumps the all group with 1 update: [chainguard-dev/actions](https://github.com/chainguard-dev/actions). Updates `chainguard-dev/actions` from 1.0.4 to 1.0.5 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Changelog](https://github.com/chainguard-dev/actions/blob/main/.goreleaser.yml) - [Commits](chainguard-dev/actions@93d7e48...430f14e) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evan Gibler <20933572+egibs@users.noreply.github.com>
1 parent 8efa25c commit 5539b7c

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
egress-policy: audit
2323
- name: Checkout code
2424
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25-
- uses: chainguard-dev/actions/setup-gitsign@93d7e48486a0ec24d253345d8b5378a5551b7be9
25+
- uses: chainguard-dev/actions/setup-gitsign@430f14e303ffa7ef62e72f0d1758b9166cb1799a
2626
- name: Set up Octo-STS
2727
uses: octo-sts/action@6177b4481c00308b3839969c3eca88c96a91775f # v1.0.0
2828
id: octo-sts

.github/workflows/style.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
go-version-file: go.mod
9595
check-latest: true
9696

97-
- uses: chainguard-dev/actions/gofmt@93d7e48486a0ec24d253345d8b5378a5551b7be9 # main
97+
- uses: chainguard-dev/actions/gofmt@430f14e303ffa7ef62e72f0d1758b9166cb1799a # main
9898
with:
9999
args: -s
100100

@@ -118,7 +118,7 @@ jobs:
118118
go-version-file: go.mod
119119
check-latest: true
120120

121-
- uses: chainguard-dev/actions/goimports@93d7e48486a0ec24d253345d8b5378a5551b7be9 # main
121+
- uses: chainguard-dev/actions/goimports@430f14e303ffa7ef62e72f0d1758b9166cb1799a # main
122122

123123
golangci-lint:
124124
name: golangci-lint

.github/workflows/third-party.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3939
- name: Trust repository
4040
run: git config --global --add safe.directory "${GITHUB_WORKSPACE}"
41-
- uses: chainguard-dev/actions/setup-gitsign@93d7e48486a0ec24d253345d8b5378a5551b7be9
41+
- uses: chainguard-dev/actions/setup-gitsign@430f14e303ffa7ef62e72f0d1758b9166cb1799a
4242
- name: Set up Octo-STS
4343
uses: octo-sts/action@6177b4481c00308b3839969c3eca88c96a91775f # v1.0.0
4444
id: octo-sts

.github/workflows/version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
egress-policy: audit
2929
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30-
- uses: chainguard-dev/actions/setup-gitsign@93d7e48486a0ec24d253345d8b5378a5551b7be9
30+
- uses: chainguard-dev/actions/setup-gitsign@430f14e303ffa7ef62e72f0d1758b9166cb1799a
3131
- name: Set up Octo-STS
3232
uses: octo-sts/action@6177b4481c00308b3839969c3eca88c96a91775f # v1.0.0
3333
id: octo-sts

0 commit comments

Comments
 (0)