diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c47ee2e..fe9bbd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: make build-check - name: Upload build artifacts - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4 with: name: dist path: dist/ \ No newline at end of file diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 7c44fd4..9583e80 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -38,7 +38,7 @@ jobs: uv run bandit -r src/ -f txt - name: Upload Bandit report - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4 if: always() with: name: bandit-report @@ -77,7 +77,7 @@ jobs: uv run pip-audit --desc || true - name: Upload dependency report - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4 if: always() with: name: dependency-report