Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.
Merged
Changes from all commits
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# REPOSITORY CHECKOUT
# Full history not needed for linting current state
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

# SMART CHANGE DETECTION
# Detects Docker file changes to skip unnecessary runs
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
# REPOSITORY CHECKOUT
# Shallow clone sufficient for validation current state
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

# SMART CHANGE DETECTION
# Only runs when Docker Compose files change
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
# REPOSITORY CHECKOUT
# Full history not needed for security scanning
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

# SMART CHANGE DETECTION FOR DOCKER FILES
# Only scan if Docker-related files changed
Expand Down