Skip to content

Commit 71a4ff2

Browse files
SecAI-Hubclaude
andcommitted
Fix CI: remove unused yaml import, pin isogenerator action SHA
- test_release_artifacts.py: remove unused yaml import (ruff F401) - release.yml: pin ublue-os/isogenerator to commit SHA (check-pins) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 71f6ec0 commit 71a4ff2

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
157157

158158
- name: Build ISO
159-
uses: ublue-os/isogenerator@main
159+
uses: ublue-os/isogenerator@427a070b3ba1d24998833c948b745ef8061bb5e2 # main
160160
id: isogen
161161
with:
162162
ARCH: x86_64

tests/test_release_artifacts.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
import re
99
from pathlib import Path
1010

11-
import yaml
12-
1311
REPO_ROOT = Path(__file__).parent.parent
1412
RELEASE_YML = REPO_ROOT / ".github" / "workflows" / "release.yml"
1513
ARTIFACTS_JSON = REPO_ROOT / "docs" / "release-artifacts.json"

0 commit comments

Comments
 (0)