Skip to content

Commit 2db9535

Browse files
chore(deps): update all dependencies
1 parent 55a3ae9 commit 2db9535

8 files changed

Lines changed: 95 additions & 90 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
container:
2626
image: hashicorp/terraform:${{ matrix.terraform }}
2727
steps:
28-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
28+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2929
- run: terraform init -get -backend=false -input=false
3030
- run: terraform fmt -recursive -check=true -write=false
3131

@@ -50,7 +50,7 @@ jobs:
5050
container:
5151
image: hashicorp/terraform:${{ matrix.terraform }}
5252
steps:
53-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
53+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
5454
- run: terraform init -get -backend=false -input=false
5555
- if: contains(matrix.terraform, '1.3.')
5656
run: terraform fmt -recursive -check=true -write=false
@@ -61,24 +61,24 @@ jobs:
6161
container:
6262
image: checkmarx/kics:v2.1.20-debian@sha256:b29ec62a21fb97f0b65aee2307fcb29dd334c1e39e2c1f1cfe56102fce1c6be4
6363
steps:
64-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
64+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
6565
# ignore: "tags not used", "access analyzer not used", "shield advanced not used"
6666
- run: kics scan -p . -o . --config .kics.yml --exclude-queries e38a8e0a-b88b-4902-b3fe-b0fcb17d5c10,e592a0c5-5bdb-414c-9066-5dba7cdea370,084c6686-2a70-4710-91b1-000393e54c12
6767

6868
tflint:
6969
runs-on: ubuntu-latest
7070

7171
steps:
72-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
72+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
7373
name: Checkout source code
7474

75-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
75+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
7676
name: Cache plugin dir
7777
with:
7878
path: ~/.tflint.d/plugins
7979
key: tflint-${{ hashFiles('.tflint.hcl') }}
8080

81-
- uses: terraform-linters/setup-tflint@b480b8fcdaa6f2c577f8e4fa799e89e756bb7c93 # v6
81+
- uses: terraform-linters/setup-tflint@6e1e0642c0289bd619021bf6b34e3c08ed1e005a # v6
8282
name: Setup TFLint
8383
env:
8484
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/feature_branch-megalinter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
# Git Checkout
2222
- name: Checkout Code
23-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
23+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2424
with:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626
fetch-depth: 0 # If you use VALIDATE_ALL_CODEBASE = true, you can remove this line to improve performances
@@ -30,7 +30,7 @@ jobs:
3030
id: ml
3131
# You can override MegaLinter flavor used to have faster performances
3232
# More info at https://megalinter.io/flavors/
33-
uses: oxsecurity/megalinter@8fbdead70d1409964ab3d5afa885e18ee85388bb # v9.4.0
33+
uses: oxsecurity/megalinter@ef3e84b8b836d76db562d0f3ed7da61e8fd538bc # v9.6.0
3434
env:
3535
# All available variables are described in documentation
3636
# https://megalinter.io/configuration/

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
issues: write
1515
pull-requests: write
1616
steps:
17-
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10
17+
- uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10
1818
with:
1919
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.'
2020
stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.'

.github/workflows/trivy.yml

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

2020
steps:
2121
- name: Clone repo
22-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2323
with:
2424
persist-credentials: false
2525

@@ -31,6 +31,6 @@ jobs:
3131
output: trivy.sarif
3232

3333
- name: Upload SARIF file
34-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
34+
uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
3535
with:
3636
sarif_file: trivy.sarif

.github/workflows/update_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: write
1818
steps:
1919
- name: Checkout branch
20-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 # ratchet:actions/checkout@v3
20+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 # ratchet:actions/checkout@v3
2121
- name: Generate TF docs
2222
uses: terraform-docs/gh-actions@6de6da0cefcc6b4b7a5cbea4d79d97060733093c # v1.4.1
2323
with:

.terraform.lock.hcl

Lines changed: 80 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.tflint.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ plugin "terraform" {
55

66
plugin "aws" {
77
enabled = true
8-
version = "0.47.0"
8+
version = "0.48.0"
99
source = "github.com/terraform-linters/tflint-ruleset-aws"
1010
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
boto3 ==1.43.6
2-
botocore ==1.43.6
1+
boto3 ==1.43.53
2+
botocore ==1.43.53

0 commit comments

Comments
 (0)