diff --git a/.github/workflows/ci-terraform.yml b/.github/workflows/ci-terraform.yml index 8161521..37e55a4 100644 --- a/.github/workflows/ci-terraform.yml +++ b/.github/workflows/ci-terraform.yml @@ -44,7 +44,7 @@ jobs: run: terraform validate -no-color - name: Terraform Docs - uses: terraform-docs/gh-actions@v1.3.0 + uses: terraform-docs/gh-actions@v1.4.1 with: working-dir: . output-file: README.md diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index cbb403d..8adbdbf 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - name: Get changed files - uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7 + uses: tj-actions/changed-files@a284dc1814e3fd07f2e34267fc8f81227ed29fb8 # v45.0.9 id: changed-files with: files: "**/*.md" diff --git a/.github/workflows/trufflehog.yml b/.github/workflows/trufflehog.yml index d2929c9..0be00f2 100644 --- a/.github/workflows/trufflehog.yml +++ b/.github/workflows/trufflehog.yml @@ -15,6 +15,6 @@ jobs: with: fetch-depth: 0 - name: Secret Scanning - uses: trufflesecurity/trufflehog@7dc056a193116ba8d82154bf0549381c8fb8545c # v3.88.14 + uses: trufflesecurity/trufflehog@d722a7e50645c42123e31fe97761a88ade988db8 # v3.88.25 with: extra_args: --only-verified