⬆️ (deps-ghaction): Bump cloudposse/github-action-terratest from bcc438f66e180dcaafcacdf8644967dea9eaf7d2 to 2a947b90b7807677d97c539785bb4b5004e6739c #126
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
types: [opened, synchronize, reopened] | |
permissions: | |
contents: read | |
jobs: | |
terratest: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 | |
with: | |
egress-policy: audit | |
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 | |
with: | |
go-version: "1.21.4" | |
- name: terratest | |
uses: cloudposse/github-action-terratest@2a947b90b7807677d97c539785bb4b5004e6739c # main | |
with: | |
sourceDir: test |