You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(ci): Pin GitHub Actions to immutable SHAs while preserving Dependabot tag tracking (#1531)
### Description
Pin all GitHub Actions `uses:` references in CI workflow files to exact
immutable commit SHAs, while preserving the human-readable version tag
in an inline comment so Dependabot can continue detecting and proposing
upstream version updates.
Before:
```yaml
uses: actions/checkout@v6
```
After:
```yaml
uses: actions/checkout@de0fac2 # v6
```
Files changed: `.github/workflows/nodejs.yml`,
`.github/workflows/release.yml`
Resolves or fixes issue: #1530
### AI Tool Disclosure
- [ ] My contribution does not include any AI-generated content
- [x] My contribution includes AI-generated content, as disclosed below:
- AI Tools: `GitHub Copilot`
- LLMs and versions: `Claude Sonnet 4.5`
- Prompts: `Pin GitHub Actions to commit SHAs while keeping tag comments
for Dependabot compatibility`
### Affirmation
- [x] My code follows the
[CONTRIBUTING.md](https://github.com/CycloneDX/cyclonedx-webpack-plugin/blob/main/CONTRIBUTING.md)
guidelines
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jkowalleck <2765863+jkowalleck@users.noreply.github.com>
0 commit comments