Skip to content

Commit b6eadd8

Browse files
Bump the actions group across 1 directory with 4 updates (#2207)
Bumps the actions group with 4 updates in the / directory: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request), [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials), [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `peter-evans/create-pull-request` from 7 to 8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v7...v8) Updates `aws-actions/configure-aws-credentials` from 5.1.1 to 6.0.0 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@v5.1.1...v6.0.0) Updates `golangci/golangci-lint-action` from 9.1.0 to 9.2.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v9.1.0...v9.2.0) Updates `codecov/codecov-action` from 5.5.1 to 5.5.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.5.1...v5.5.2) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: golangci/golangci-lint-action dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: 5.5.2 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 93aa273 commit b6eadd8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/bump-deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- run: ./hack/bump-deps.sh
2727
- name: Create Pull Request
28-
uses: peter-evans/create-pull-request@v7
28+
uses: peter-evans/create-pull-request@v8
2929
with:
3030
title: "Bump dependencies using hack/bump-deps.sh"
3131
commit-message: "Bump dependencies using hack/bump-deps.sh"

.github/workflows/ecr-auth.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: go install .
2929

3030
- name: Configure AWS Credentials
31-
uses: aws-actions/configure-aws-credentials@v5.1.1
31+
uses: aws-actions/configure-aws-credentials@v6.0.0
3232
with:
3333
role-to-assume: arn:aws:iam::${{ env.AWS_ACCOUNT }}:role/federated-ecr-readonly
3434
aws-region: ${{ env.AWS_REGION }}
@@ -67,7 +67,7 @@ jobs:
6767
run: go install .
6868

6969
- name: Configure AWS Credentials
70-
uses: aws-actions/configure-aws-credentials@v5.1.1
70+
uses: aws-actions/configure-aws-credentials@v6.0.0
7171
with:
7272
role-to-assume: arn:aws:iam::${{ env.AWS_ACCOUNT }}:role/federated-ecr-readonly
7373
aws-region: ${{ env.AWS_REGION }}

.github/workflows/style.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/setup-go@v6
2626
with:
2727
go-version-file: go.mod
28-
- uses: golangci/golangci-lint-action@v9.1.0
28+
- uses: golangci/golangci-lint-action@v9.2.0
2929
with:
3030
version: v2.1.6
3131

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818

1919
- run: go test -coverprofile=coverage.txt -covermode=atomic -race ./...
2020

21-
- uses: codecov/[email protected].1
21+
- uses: codecov/[email protected].2

0 commit comments

Comments
 (0)