Skip to content

Commit 90282ec

Browse files
Bump the all-gha-deps group with 2 updates (#726)
Bumps the all-gha-deps group with 2 updates: [gruntwork-io/terragrunt-action](https://github.com/gruntwork-io/terragrunt-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `gruntwork-io/terragrunt-action` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/gruntwork-io/terragrunt-action/releases) - [Commits](gruntwork-io/terragrunt-action@9272fa2...95fc057) Updates `github/codeql-action` from 3.29.3 to 3.29.4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@d6bbdef...4e828ff) --- updated-dependencies: - dependency-name: gruntwork-io/terragrunt-action dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gha-deps - dependency-name: github/codeql-action dependency-version: 3.29.4 dependency-type: direct:production update-type: version-update:semver-patch 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 fa5315a commit 90282ec

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/aws_integration_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
## This might happen if a previous integration test workflow has failed.
7979
- name: Terragrunt destroy pre conformance test
8080
id: terragrunt-destroy-pre
81-
uses: gruntwork-io/terragrunt-action@9272fa2cc60eefcd9ff2f07b3f7b880e47e6850a # v3.0.1
81+
uses: gruntwork-io/terragrunt-action@95fc057922e3c3d4cc021a81a213f088f333ddef # v3.0.2
8282
with:
8383
tofu_version: ${{ env.TOFU_VERSION }}
8484
tg_version: ${{ env.TG_VERSION }}
@@ -113,7 +113,7 @@ jobs:
113113
# consider keeping it around between tests / using Aurora Serveless
114114
- name: Terragrunt apply
115115
id: terragrunt-apply
116-
uses: gruntwork-io/terragrunt-action@9272fa2cc60eefcd9ff2f07b3f7b880e47e6850a # v3.0.1
116+
uses: gruntwork-io/terragrunt-action@95fc057922e3c3d4cc021a81a213f088f333ddef # v3.0.2
117117
with:
118118
tofu_version: ${{ env.TOFU_VERSION }}
119119
tg_version: ${{ env.TG_VERSION }}
@@ -148,7 +148,7 @@ jobs:
148148
149149
- name: Terragrunt destroy post conformance test
150150
id: terragrunt-destroy-post
151-
uses: gruntwork-io/terragrunt-action@9272fa2cc60eefcd9ff2f07b3f7b880e47e6850a # v3.0.1
151+
uses: gruntwork-io/terragrunt-action@95fc057922e3c3d4cc021a81a213f088f333ddef # v3.0.2
152152
with:
153153
tofu_version: ${{ env.TOFU_VERSION }}
154154
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@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
67+
uses: github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
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@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
95+
uses: github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
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@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
70+
uses: github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
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@9272fa2cc60eefcd9ff2f07b3f7b880e47e6850a # v3.0.1
24+
uses: gruntwork-io/terragrunt-action@95fc057922e3c3d4cc021a81a213f088f333ddef # v3.0.2
2525
with:
2626
tofu_version: ${{ env.tofu_version }}
2727
tg_version: ${{ env.tg_version }}

0 commit comments

Comments
 (0)