Skip to content

Commit 58278f2

Browse files
Bump the all group with 2 updates (#974)
Bumps the all group with 2 updates: [chainguard-dev/actions](https://github.com/chainguard-dev/actions) and [ossf/scorecard-action](https://github.com/ossf/scorecard-action). Updates `chainguard-dev/actions` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Changelog](https://github.com/chainguard-dev/actions/blob/main/.goreleaser.yml) - [Commits](chainguard-dev/actions@ce51233...5363dd9) Updates `ossf/scorecard-action` from 2.4.1 to 2.4.2 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@f49aabe...05b42c6) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: ossf/scorecard-action dependency-version: 2.4.2 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>
1 parent d6a401f commit 58278f2

5 files changed

Lines changed: 6 additions & 6 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@ce51233d303aed2394a9976e7f5642fd2158f693
25+
- uses: chainguard-dev/actions/setup-gitsign@5363dd9eb48083bbf7674a4bbe62d71c3b230edd
2626
- name: Set up Octo-STS
2727
uses: octo-sts/action@6177b4481c00308b3839969c3eca88c96a91775f # v1.0.0
2828
id: octo-sts

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
persist-credentials: false
4545

4646
- name: "Run analysis"
47-
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
47+
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
4848
with:
4949
results_file: results.sarif
5050
results_format: sarif

.github/workflows/style.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
go-version-file: go.mod
8888
check-latest: true
8989

90-
- uses: chainguard-dev/actions/gofmt@ce51233d303aed2394a9976e7f5642fd2158f693 # main
90+
- uses: chainguard-dev/actions/gofmt@5363dd9eb48083bbf7674a4bbe62d71c3b230edd # main
9191
with:
9292
args: -s
9393

@@ -111,7 +111,7 @@ jobs:
111111
go-version-file: go.mod
112112
check-latest: true
113113

114-
- uses: chainguard-dev/actions/goimports@ce51233d303aed2394a9976e7f5642fd2158f693 # main
114+
- uses: chainguard-dev/actions/goimports@5363dd9eb48083bbf7674a4bbe62d71c3b230edd # main
115115

116116
golangci-lint:
117117
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@ce51233d303aed2394a9976e7f5642fd2158f693
41+
- uses: chainguard-dev/actions/setup-gitsign@5363dd9eb48083bbf7674a4bbe62d71c3b230edd
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@ce51233d303aed2394a9976e7f5642fd2158f693
30+
- uses: chainguard-dev/actions/setup-gitsign@5363dd9eb48083bbf7674a4bbe62d71c3b230edd
3131
- name: Set up Octo-STS
3232
uses: octo-sts/action@6177b4481c00308b3839969c3eca88c96a91775f # v1.0.0
3333
id: octo-sts

0 commit comments

Comments
 (0)