Skip to content

Commit ef9e679

Browse files
Pin dependencies
1 parent f16d6ac commit ef9e679

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/static_analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ jobs:
1515

1616
steps:
1717
- name: ⚡ Checkout code
18-
uses: actions/checkout@v4.1.1
18+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1919

2020
- name: 📖 Read Terraform version
2121
run: |
2222
echo "TERRAFORM_VERSION=$(cat .terraform-version)" >> $GITHUB_ENV
2323
2424
- name: 🔨 Setup Terraform
25-
uses: hashicorp/setup-terraform@v3.1.0
25+
uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0
2626
with:
2727
terraform_version: "${{ env.TERRAFORM_VERSION }}"
2828

2929
- name: 💾 Cache Terraform plugins
30-
uses: actions/cache@v4
30+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
3131
with:
3232
path: $TF_PLUGIN_CACHE_DIR
3333
key: ${{ runner.os }}-terraform-${{ env.TERRAFORM_VERSION }}-${{ hashFiles('**/.terraform.lock.hcl') }}

0 commit comments

Comments
 (0)