Skip to content

Commit 15ae8a2

Browse files
chore(deps): update all dependencies
1 parent 529fc68 commit 15ae8a2

6 files changed

Lines changed: 38 additions & 38 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
kics:
6060
runs-on: ubuntu-latest
6161
container:
62-
image: checkmarx/kics:v2.1.19-debian@sha256:0a448268acc0ecf8158f9dc47728b86ae0378dbd1a745097b945481483bf7c11
62+
image: checkmarx/kics:v2.1.20-debian@sha256:b29ec62a21fb97f0b65aee2307fcb29dd334c1e39e2c1f1cfe56102fce1c6be4
6363
steps:
6464
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6565
# ignore: "tags not used", "access analyzer not used", "shield advanced not used"
@@ -72,13 +72,13 @@ jobs:
7272
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7373
name: Checkout source code
7474

75-
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
75+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
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@4cb9feea73331a35b422df102992a03a44a3bb33 # v6
81+
- uses: terraform-linters/setup-tflint@b480b8fcdaa6f2c577f8e4fa799e89e756bb7c93 # 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
@@ -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@42bb470545e359597e7f12156947c436e4e3fb9a # v9.3.0
33+
uses: oxsecurity/megalinter@8fbdead70d1409964ab3d5afa885e18ee85388bb # v9.4.0
3434
env:
3535
# All available variables are described in documentation
3636
# https://megalinter.io/configuration/
@@ -53,7 +53,7 @@ jobs:
5353
# Upload MegaLinter artifacts
5454
- name: Archive production artifacts
5555
if: ${{ success() || failure() }}
56-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
56+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
5757
with:
5858
name: MegaLinter reports
5959
path: |

.github/workflows/tfsec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
sarif_file: tfsec.sarif
3535

3636
- name: Upload SARIF file
37-
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
37+
uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
3838
with:
3939
# Path to SARIF file relative to the root of the repository
4040
sarif_file: tfsec.sarif

.terraform.lock.hcl

Lines changed: 29 additions & 29 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.45.0"
8+
version = "0.46.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.42.54
2-
botocore ==1.42.54
1+
boto3 ==1.42.72
2+
botocore ==1.42.72

0 commit comments

Comments
 (0)