Skip to content

fix: resolve CI lint failures and clean up codebase - #144

Merged
usmanimamu17-create merged 3 commits into
ApexChainx:mainfrom
Husten150:fix/issues-43-46-47-51-tenny150-ci-fix
Jul 31, 2026
Merged

fix: resolve CI lint failures and clean up codebase#144
usmanimamu17-create merged 3 commits into
ApexChainx:mainfrom
Husten150:fix/issues-43-46-47-51-tenny150-ci-fix

fix: resolve remaining CI failures

a80f99e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Semgrep OSS succeeded Jul 31, 2026 in 5s

1 new alert

New alerts in code changed by this pull request

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 31 in .github/workflows/image-scan.yml

See this annotation in the file changed.

Code scanning / Semgrep OSS

Semgrep Finding: yaml.github-actions.security.github-actions-mutable-action-tag.github-actions-mutable-action-tag Warning

GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608.