Merge dev to main: Security improvements and comprehensive test infrastructure #39

Merged
jimmy merged 195 commits from dev into main 2026-04-08 01:42:27 +08:00
Showing only changes of commit ce3a5fc6ef - Show all commits
+4 -3
View File
@@ -15,9 +15,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 run: |
with: git clone --depth 1 http://gitea:3000/jimmy/nas-tools.git .
ref: ${{ github.sha }} git fetch --depth 1 origin ${{ github.sha }}
git checkout ${{ github.sha }}
- name: Warm mirror cache for base images - name: Warm mirror cache for base images
run: | run: |
set -u set -u