Skip to content

Commit 0950f62

Browse files
chore(deps): update github actions
1 parent 7f354d7 commit 0950f62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/slash_ops_commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
id: fmt
6565
run: terraform fmt -write=true -recursive
6666

67-
- uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5
67+
- uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5
6868
with:
6969
commit_message: "chore: format Terraform code"
7070

.github/workflows/terraform-tfsec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
sarif_file: tfsec.sarif
2727

2828
- name: Upload SARIF file
29-
uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
29+
uses: github/codeql-action/upload-sarif@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
3030
with:
3131
# Path to SARIF file relative to the root of the repository
3232
sarif_file: tfsec.sarif

0 commit comments

Comments
 (0)