Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: Update CI workflow versions to latest
  • Loading branch information
bryantbiggs committed Oct 19, 2025
commit 8b6857118a667816101d130c31b48ed220e5c4b6
8 changes: 6 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ jobs:
rmz -f /opt/hostedtoolcache/Ruby &
rmz -f /opt/hostedtoolcache/go &

if ${{ github.repository }} == 'terraform-aws-modules/terraform-aws-security-group';
then
if [[ ${{ github.repository }} == terraform-aws-modules/terraform-aws-security-group ]]; then
sudo rmz -f /usr/local/lib/android &
sudo rmz -f /usr/share/dotnet &
sudo rmz -f /usr/local/.ghcup &
Expand All @@ -141,6 +140,11 @@ jobs:
id: minMax
uses: clowdhaus/[email protected]

- name: Hide template dir
# Special to this repo, we don't want to check this dir
if: ${{ github.repository == 'terraform-aws-modules/terraform-aws-security-group' }}
run: rm -rf modules/_templates

- name: Pre-commit Terraform ${{ steps.minMax.outputs.maxVersion }}
uses: clowdhaus/terraform-composite-actions/[email protected]
with:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ terraform.rc
builds/
__pycache__/
*.zip
.tox

# Local editors/macos files
.DS_Store
.idea