wu-sheng opened a new pull request, #13753:
URL: https://github.com/apache/skywalking/pull/13753

   ### Fix Docker actions blocked by Apache enterprise action allow list
   
   Apache enforces an allow list for third-party GitHub Actions via 
[infrastructure-actions/approved_patterns.yml](https://github.com/apache/infrastructure-actions/blob/main/approved_patterns.yml).
 Docker actions using version tags (e.g., `@v3`) are not on the list and will 
be blocked.
   
   This PR pins all Docker actions to the approved SHA commits:
   
   | Action | Before | After (approved SHA) |
   |--------|--------|---------------------|
   | `docker/login-action` | `@v3` / `@v1.10.0` | 
`@c94ce9fb468520275223c153574b00df6fe4bcc9` |
   | `docker/setup-buildx-action` | `@v3` | 
`@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f` |
   | `docker/setup-qemu-action` | `@v3` | 
`@29109295f81e9208d7d86ff1c6c12d2833863392` |
   
   - [ ] If this pull request closes/resolves/fixes an existing issue, replace 
the issue number. Closes #<issue number>.
   - [ ] Update the [`CHANGES` 
log](https://github.com/apache/skywalking/blob/master/docs/en/changes/changes.md).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to