Skip to content

Commit 9f23d66

Browse files
Bump the github-actions group with 2 updates (#367)
Bumps the github-actions group with 2 updates: [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) and [buildpacks/github-actions](https://github.com/buildpacks/github-actions). Updates `aws-actions/configure-aws-credentials` from 5.0.0 to 5.1.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@a03048d...0094301) Updates `buildpacks/github-actions` from 5.9.4 to 5.9.6 - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](buildpacks/github-actions@f6d0ae1...2d58ee3) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: buildpacks/github-actions dependency-version: 5.9.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4acdfb commit 9f23d66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- name: Log in to Docker Hub
129129
run: echo '${{ secrets.DOCKER_HUB_TOKEN }}' | docker login -u '${{ secrets.DOCKER_HUB_USERNAME }}' --password-stdin
130130
- name: Configure AWS credentials
131-
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
131+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
132132
with:
133133
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/${{ secrets.AWS_ECR_ROLE }}
134134
aws-region: ${{ vars.AWS_REGION }}
@@ -171,7 +171,7 @@ jobs:
171171
- name: Log in to Docker Hub
172172
run: echo '${{ secrets.DOCKER_HUB_TOKEN }}' | docker login -u '${{ secrets.DOCKER_HUB_USERNAME }}' --password-stdin
173173
- name: Configure AWS credentials
174-
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
174+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
175175
with:
176176
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/${{ secrets.AWS_ECR_ROLE }}
177177
aws-region: ${{ vars.AWS_REGION }}
@@ -225,7 +225,7 @@ jobs:
225225
- name: Log in to Docker Hub
226226
run: echo '${{ secrets.DOCKER_HUB_TOKEN }}' | docker login -u '${{ secrets.DOCKER_HUB_USERNAME }}' --password-stdin
227227
- name: Configure AWS credentials
228-
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
228+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
229229
with:
230230
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/${{ secrets.AWS_ECR_ROLE }}
231231
aws-region: ${{ vars.AWS_REGION }}
@@ -235,7 +235,7 @@ jobs:
235235
with:
236236
registry-type: public
237237
- name: Install crane
238-
uses: buildpacks/github-actions/setup-tools@f6d0ae15b2e1f021664bf3ee3fc4f9105c1ee4c7 # v5.9.4
238+
uses: buildpacks/github-actions/setup-tools@2d58ee348f9a2c381888bfe3dfe99caffdddc84f # v5.9.6
239239
- name: Promote images to stable tag
240240
run: |
241241
destTags=( )

0 commit comments

Comments
 (0)