Skip to content

Commit a6fd8a4

Browse files
Bump the all-gha-deps group with 2 updates (transparency-dev#961)
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.3.0 to 3.4.0 - [Release notes](https://github.com/gruntwork-io/terragrunt-action/releases) - [Commits](gruntwork-io/terragrunt-action@ad66bd1...4ed5b73) Updates `github/codeql-action` from 4.35.4 to 4.35.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@68bde55...9e0d7b8) --- updated-dependencies: - dependency-name: gruntwork-io/terragrunt-action dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gha-deps - dependency-name: github/codeql-action dependency-version: 4.35.5 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 dd235b2 commit a6fd8a4

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
@@ -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@ad66bd184abd991249047d1f61bce1f29aaed2a6 # v3.3.0
79+
uses: gruntwork-io/terragrunt-action@4ed5b7344c80315e5357f28f36159fc980bc2d5a # v3.4.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@ad66bd184abd991249047d1f61bce1f29aaed2a6 # v3.3.0
116+
uses: gruntwork-io/terragrunt-action@4ed5b7344c80315e5357f28f36159fc980bc2d5a # v3.4.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@ad66bd184abd991249047d1f61bce1f29aaed2a6 # v3.3.0
153+
uses: gruntwork-io/terragrunt-action@4ed5b7344c80315e5357f28f36159fc980bc2d5a # v3.4.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@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
67+
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
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@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
95+
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
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@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
70+
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
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@ad66bd184abd991249047d1f61bce1f29aaed2a6 # v3.3.0
24+
uses: gruntwork-io/terragrunt-action@4ed5b7344c80315e5357f28f36159fc980bc2d5a # v3.4.0
2525
with:
2626
tofu_version: ${{ env.tofu_version }}
2727
tg_version: ${{ env.tg_version }}

0 commit comments

Comments
 (0)