Skip to content

Commit

Permalink
First workflow - fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrod-lowe committed Aug 3, 2024
1 parent 219dcc8 commit c419668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: action/checkout@v4
uses: actions/checkout@v4
- name: Validate Terraform
uses: dflook/terraform-validate@v1

Check warning on line 19 in .github/workflows/terraform.yaml

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

.github/workflows/terraform.yaml#L19

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.
with:
Expand Down

0 comments on commit c419668

Please sign in to comment.