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 c3c2dabdba3356da3e9175b21ced0d77f0ad291f
13 changes: 9 additions & 4 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,12 @@ jobs:
BEFORE=$(getAvailableSpace)

ln -s /opt/hostedtoolcache/SUPERCILEX/x86_64-unknown-linux-gnu-rmz/latest/linux-x64/rmz /usr/local/bin/rmz
sudo rmz -f /usr/share/dotnet &
sudo rmz -f /usr/local/.ghcup &
rmz -f /opt/hostedtoolcache/CodeQL &
rmz -f /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk &
rmz -f /opt/hostedtoolcache/PyPy &
rmz -f /opt/hostedtoolcache/Ruby &
rmz -f /opt/hostedtoolcache/go &

wait

AFTER=$(getAvailableSpace)
Expand Down Expand Up @@ -113,13 +112,19 @@ jobs:
BEFORE=$(getAvailableSpace)

ln -s /opt/hostedtoolcache/SUPERCILEX/x86_64-unknown-linux-gnu-rmz/latest/linux-x64/rmz /usr/local/bin/rmz
sudo rmz -f /usr/share/dotnet &
sudo rmz -f /usr/local/.ghcup &
rmz -f /opt/hostedtoolcache/CodeQL &
rmz -f /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk &
rmz -f /opt/hostedtoolcache/PyPy &
rmz -f /opt/hostedtoolcache/Ruby &
rmz -f /opt/hostedtoolcache/go &

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 &
fi

wait

AFTER=$(getAvailableSpace)
Expand Down
17 changes: 13 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,22 @@ jobs:
persist-credentials: false
fetch-depth: 0

- name: Set correct Node.js version
uses: actions/setup-node@v6
with:
node-version: 24

- name: Install dependencies
run: |
npm install \
@semantic-release/[email protected] \
@semantic-release/[email protected] \
[email protected]

- name: Release
uses: cycjimmy/semantic-release-action@v5
with:
semantic_version: 25.0.0
extra_plugins: |
@semantic-release/[email protected]
@semantic-release/[email protected]
[email protected]
working_directory: docs/
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ override.tf.json
.terraformrc
terraform.rc

# Zip archive
# Lambda build artifacts
builds/
__pycache__/
*.zip
builds

.DS_Store
.idea
File renamed without changes.
File renamed without changes.