Skip to content

Commit c610cdd

Browse files
Bump the all-gha-deps group with 3 updates (#915)
Bumps the all-gha-deps group with 3 updates: [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login), [gruntwork-io/terragrunt-action](https://github.com/gruntwork-io/terragrunt-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `aws-actions/amazon-ecr-login` from 2.0.2 to 2.1.0 - [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases) - [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md) - [Commits](aws-actions/amazon-ecr-login@c962da2...261fc3d) Updates `gruntwork-io/terragrunt-action` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/gruntwork-io/terragrunt-action/releases) - [Commits](gruntwork-io/terragrunt-action@5e86476...53dbdc2) Updates `github/codeql-action` from 4.33.0 to 4.34.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b1bff81...3869755) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecr-login dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gha-deps - dependency-name: gruntwork-io/terragrunt-action dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gha-deps - dependency-name: github/codeql-action dependency-version: 4.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gha-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68e85dc commit c610cdd

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/aws_integration_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
## Authenticate with ECR to push the conformance and hammer images.
4545
- name: Login to Amazon ECR
4646
id: login-ecr
47-
uses: aws-actions/amazon-ecr-login@c962da2960ed15f492addc26fffa274485265950 # v2.0.2
47+
uses: aws-actions/amazon-ecr-login@261fc3d4806db1fa66a15cc11113c456db8870a7 # v2.1.0
4848

4949
## Build the conformance image and push it to ECR. This will be used
5050
## later on by Terragrunt.
@@ -76,7 +76,7 @@ jobs:
7676
## This might happen if a previous integration test workflow has failed.
7777
- name: Terragrunt destroy pre conformance test
7878
id: terragrunt-destroy-pre
79-
uses: gruntwork-io/terragrunt-action@5e86476ca61eaf74adb9c0525745f29f921f2199 # v3.1.0
79+
uses: gruntwork-io/terragrunt-action@53dbdc2c3d43e82bf3bae10b734a968196442bec # v3.2.0
8080
with:
8181
tofu_version: ${{ env.TOFU_VERSION }}
8282
tg_version: ${{ env.TG_VERSION }}
@@ -113,7 +113,7 @@ jobs:
113113
# consider keeping it around between tests / using Aurora Serverless
114114
- name: Terragrunt apply
115115
id: terragrunt-apply
116-
uses: gruntwork-io/terragrunt-action@5e86476ca61eaf74adb9c0525745f29f921f2199 # v3.1.0
116+
uses: gruntwork-io/terragrunt-action@53dbdc2c3d43e82bf3bae10b734a968196442bec # v3.2.0
117117
with:
118118
tofu_version: ${{ env.TOFU_VERSION }}
119119
tg_version: ${{ env.TG_VERSION }}
@@ -150,7 +150,7 @@ jobs:
150150
151151
- name: Terragrunt destroy post conformance test
152152
id: terragrunt-destroy-post
153-
uses: gruntwork-io/terragrunt-action@5e86476ca61eaf74adb9c0525745f29f921f2199 # v3.1.0
153+
uses: gruntwork-io/terragrunt-action@53dbdc2c3d43e82bf3bae10b734a968196442bec # v3.2.0
154154
with:
155155
tofu_version: ${{ env.TOFU_VERSION }}
156156
tg_version: ${{ env.TG_VERSION }}

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
# Initializes the CodeQL tools for scanning.
6666
- name: Initialize CodeQL
67-
uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
67+
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
6868
with:
6969
languages: ${{ matrix.language }}
7070
build-mode: ${{ matrix.build-mode }}
@@ -92,6 +92,6 @@ jobs:
9292
exit 1
9393
9494
- name: Perform CodeQL Analysis
95-
uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
95+
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
9696
with:
9797
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767
# Upload the results to GitHub's code scanning dashboard (optional).
6868
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
70+
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
7171
with:
7272
sarif_file: results.sarif

.github/workflows/terragrunt_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
persist-credentials: false
2222

2323
- name: Check terragrunt HCL
24-
uses: gruntwork-io/terragrunt-action@5e86476ca61eaf74adb9c0525745f29f921f2199 # v3.1.0
24+
uses: gruntwork-io/terragrunt-action@53dbdc2c3d43e82bf3bae10b734a968196442bec # v3.2.0
2525
with:
2626
tofu_version: ${{ env.tofu_version }}
2727
tg_version: ${{ env.tg_version }}

0 commit comments

Comments
 (0)