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

   ## Why
   
   The ASF org-wide GitHub Actions allow-list requires third-party actions to 
be pinned to a reviewed commit SHA rather than a floating version tag. 
`.github/workflows/publish-docker.yaml` referenced 
`docker/[email protected]`, which the allow-list rejects. It was the only 
unpinned third-party action across the repo's workflows.
   
   ## What
   
   Pin `docker/login-action` to `650006c6eb7dba73a995cc03b0b2d7f5ca915bee` 
(v4.2.0):
   
   - present in `apache/infrastructure-actions`' 
[`approved_patterns.yml`](https://github.com/apache/infrastructure-actions/blob/main/approved_patterns.yml),
   - already used by `apache/skywalking`.
   
   `docker/login-action`'s inputs (`registry` / `username` / `password`) are 
unchanged from v1 to v4, so the login step behaves identically.
   
   Policy references: <https://infra.apache.org/github-actions-policy.html> ยท 
<https://cwiki.apache.org/confluence/display/BUILDS/GitHub+Actions+Security>


-- 
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