Skip to content

Commit 467ae05

Browse files
chore(deps): update dependencies
1 parent 2863cc0 commit 467ae05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: terraform validate -no-color
4545

4646
- name: Terraform Docs
47-
uses: terraform-docs/gh-actions@v1.3.0
47+
uses: terraform-docs/gh-actions@v1.4.1
4848
with:
4949
working-dir: .
5050
output-file: README.md

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- name: Get changed files
19-
uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7
19+
uses: tj-actions/changed-files@a284dc1814e3fd07f2e34267fc8f81227ed29fb8 # v45.0.9
2020
id: changed-files
2121
with:
2222
files: "**/*.md"

.github/workflows/trufflehog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: Secret Scanning
18-
uses: trufflesecurity/trufflehog@7dc056a193116ba8d82154bf0549381c8fb8545c # v3.88.14
18+
uses: trufflesecurity/trufflehog@ad258d848807ac956c978b391895800cb4237c1a # v3.88.24
1919
with:
2020
extra_args: --only-verified

0 commit comments

Comments
 (0)