From 69884dc572d5673667093e4b14b4cf5a17aac190 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:42:33 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/slash_ops_commands.yml | 2 +- .github/workflows/terraform-tfsec.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/slash_ops_commands.yml b/.github/workflows/slash_ops_commands.yml index 876415a..c330fde 100644 --- a/.github/workflows/slash_ops_commands.yml +++ b/.github/workflows/slash_ops_commands.yml @@ -64,7 +64,7 @@ jobs: id: fmt run: terraform fmt -write=true -recursive - - uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5 + - uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5 with: commit_message: "chore: format Terraform code" diff --git a/.github/workflows/terraform-tfsec.yml b/.github/workflows/terraform-tfsec.yml index c1ca82c..ad91f88 100644 --- a/.github/workflows/terraform-tfsec.yml +++ b/.github/workflows/terraform-tfsec.yml @@ -26,7 +26,7 @@ jobs: sarif_file: tfsec.sarif - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10 + uses: github/codeql-action/upload-sarif@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1 with: # Path to SARIF file relative to the root of the repository sarif_file: tfsec.sarif