Skip to content

Commit c1e93cd

Browse files
Bump chainguard-dev/actions from 1.4.6 to 1.4.7 (#439)
Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.4.6 to 1.4.7. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Changelog](https://github.com/chainguard-dev/actions/blob/main/.goreleaser.yml) - [Commits](chainguard-dev/actions@ae2f039...708219d) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.4.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff1298b commit c1e93cd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/boilerplate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Check out code
4646
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4747

48-
- uses: chainguard-dev/actions/boilerplate@ae2f0393ff2a60c572ff4d3485f406e8f36dfd38 # v1.4.6
48+
- uses: chainguard-dev/actions/boilerplate@708219d4822f33611ac1a2653815cc10e1ab54a6 # v1.4.7
4949
with:
5050
extension: ${{ matrix.extension }}
5151
language: ${{ matrix.language }}

.github/workflows/donotsubmit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030

3131
- name: Do Not Submit
32-
uses: chainguard-dev/actions/donotsubmit@ae2f0393ff2a60c572ff4d3485f406e8f36dfd38 # v1.4.6
32+
uses: chainguard-dev/actions/donotsubmit@708219d4822f33611ac1a2653815cc10e1ab54a6 # v1.4.7

.github/workflows/style.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
go-version-file: './go.mod'
3838
check-latest: true
3939

40-
- uses: chainguard-dev/actions/gofmt@ae2f0393ff2a60c572ff4d3485f406e8f36dfd38 # v1.4.6
40+
- uses: chainguard-dev/actions/gofmt@708219d4822f33611ac1a2653815cc10e1ab54a6 # v1.4.7
4141
with:
4242
args: -s
4343

@@ -63,7 +63,7 @@ jobs:
6363
go-version-file: './go.mod'
6464
check-latest: true
6565

66-
- uses: chainguard-dev/actions/goimports@ae2f0393ff2a60c572ff4d3485f406e8f36dfd38 # v1.4.6
66+
- uses: chainguard-dev/actions/goimports@708219d4822f33611ac1a2653815cc10e1ab54a6 # v1.4.7
6767

6868
golangci-lint:
6969
name: golangci-lint
@@ -116,10 +116,10 @@ jobs:
116116
go-version-file: './go.mod'
117117
check-latest: true
118118

119-
- uses: chainguard-dev/actions/trailing-space@ae2f0393ff2a60c572ff4d3485f406e8f36dfd38 # v1.4.6
119+
- uses: chainguard-dev/actions/trailing-space@708219d4822f33611ac1a2653815cc10e1ab54a6 # v1.4.7
120120
if: ${{ always() }}
121121

122-
- uses: chainguard-dev/actions/eof-newline@ae2f0393ff2a60c572ff4d3485f406e8f36dfd38 # v1.4.6
122+
- uses: chainguard-dev/actions/eof-newline@708219d4822f33611ac1a2653815cc10e1ab54a6 # v1.4.7
123123
if: ${{ always() }}
124124

125125
- uses: reviewdog/action-tflint@41b4770c9d9e50741c20e431986b33124a07ca52 # v1.24.2

.github/workflows/verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
./hack/update-codegen.sh
6464
6565
- name: Verify
66-
uses: chainguard-dev/actions/nodiff@ae2f0393ff2a60c572ff4d3485f406e8f36dfd38 # main
66+
uses: chainguard-dev/actions/nodiff@708219d4822f33611ac1a2653815cc10e1ab54a6 # main
6767
with:
6868
path: ./src/github.com/${{ github.repository }}
6969
fixup-command: "./hack/update-codegen.sh"

0 commit comments

Comments
 (0)