Skip to content

Commit 8088a05

Browse files
Bump the all-gha-deps group with 2 updates
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.2 to 3.1.0 - [Release notes](https://github.com/gruntwork-io/terragrunt-action/releases) - [Commits](gruntwork-io/terragrunt-action@95fc057...5e86476) Updates `github/codeql-action` from 4.31.9 to 4.31.10 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@5d4e8d1...cdefb33) --- updated-dependencies: - dependency-name: gruntwork-io/terragrunt-action dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gha-deps - dependency-name: github/codeql-action dependency-version: 4.31.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gha-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent da0fd78 commit 8088a05

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/aws_integration_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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@95fc057922e3c3d4cc021a81a213f088f333ddef # v3.0.2
79+
uses: gruntwork-io/terragrunt-action@5e86476ca61eaf74adb9c0525745f29f921f2199 # v3.1.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 Serveless
114114
- name: Terragrunt apply
115115
id: terragrunt-apply
116-
uses: gruntwork-io/terragrunt-action@95fc057922e3c3d4cc021a81a213f088f333ddef # v3.0.2
116+
uses: gruntwork-io/terragrunt-action@5e86476ca61eaf74adb9c0525745f29f921f2199 # v3.1.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@95fc057922e3c3d4cc021a81a213f088f333ddef # v3.0.2
153+
uses: gruntwork-io/terragrunt-action@5e86476ca61eaf74adb9c0525745f29f921f2199 # v3.1.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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
67+
uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
95+
uses: github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
70+
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
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@95fc057922e3c3d4cc021a81a213f088f333ddef # v3.0.2
24+
uses: gruntwork-io/terragrunt-action@5e86476ca61eaf74adb9c0525745f29f921f2199 # v3.1.0
2525
with:
2626
tofu_version: ${{ env.tofu_version }}
2727
tg_version: ${{ env.tg_version }}

0 commit comments

Comments
 (0)