Skip to content

Commit 10bfb3b

Browse files
chore(deps): bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [terraform-linters/setup-tflint](https://github.com/terraform-linters/setup-tflint), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action). Updates `terraform-linters/setup-tflint` from 6.2.0 to 6.2.1 - [Release notes](https://github.com/terraform-linters/setup-tflint/releases) - [Commits](terraform-linters/setup-tflint@acd1575...4cb9fee) Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) Updates `bridgecrewio/checkov-action` from 12.3065.0 to 12.3069.0 - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](bridgecrewio/checkov-action@09ed8b3...d146511) --- updated-dependencies: - dependency-name: terraform-linters/setup-tflint dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: bridgecrewio/checkov-action dependency-version: 12.3069.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5efa2b5 commit 10bfb3b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/azure-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
terraform_version: 1.13.3
6868

6969
- name: Install TFLint
70-
uses: terraform-linters/setup-tflint@acd1575d3c037258ce5b2dd01379dc49ce24c6b7 # v6.2.0
70+
uses: terraform-linters/setup-tflint@4cb9feea73331a35b422df102992a03a44a3bb33 # v6.2.1
7171
with:
7272
tflint_version: v0.58.1
7373
github_token: ${{ secrets.GITHUB_TOKEN }} # Used to avoid rate
@@ -182,7 +182,7 @@ jobs:
182182
183183
azd provision --no-prompt
184184
185-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
185+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
186186
if: success() || failure()
187187
with:
188188
name: sarif-reports

.github/workflows/terraform-validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
working-directory: ./infra
9696

9797
- name: Setup TFLint
98-
uses: terraform-linters/setup-tflint@acd1575d3c037258ce5b2dd01379dc49ce24c6b7 # v6.2.0
98+
uses: terraform-linters/setup-tflint@4cb9feea73331a35b422df102992a03a44a3bb33 # v6.2.1
9999
with:
100100
tflint_version: v0.58.1 # Specify a version (recommended)
101101
github_token: ${{ secrets.GITHUB_TOKEN }} # Used to avoid rate limiting
@@ -160,7 +160,7 @@ jobs:
160160

161161
- name: Run Checkov action
162162
id: checkov
163-
uses: bridgecrewio/checkov-action@09ed8b33f7afd51d924ce371b2a0f17227afdce4 # v12.1347.0
163+
uses: bridgecrewio/checkov-action@de3c276ef8118f7ce6bcb2e51d8dd3d65ac0ae36 # v12.1347.0
164164
with:
165165
framework: terraform
166166
download_external_modules: true

.github/workflows/test-search.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
continue-on-error: true # Continue even if tests fail to ensure artifacts are uploaded
111111

112112
- name: Upload test results as workflow artifact
113-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
113+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
114114
if: (!cancelled()) # Upload artifacts even if tests fail
115115
with:
116116
name: pytest-test-results

0 commit comments

Comments
 (0)