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

   ### Fix the `publish-docker` workflow startup failure on `main`
   
   The `publish-docker` workflow (which builds + pushes the agent base images 
on every push to `main`) [fails to 
start](https://github.com/apache/skywalking-go/actions/runs/27661274040) with 
`startup_failure` since the latest merge, so the Go 1.24/1.25/1.26 base images 
were not published.
   
   Cause: the pinned 
`docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9` (v2-era, 2023) 
is **no longer on Apache INFRA's approved third-party GitHub Actions list**, so 
the run is rejected before it starts. (It worked previously; Apache has since 
rotated the approved SHAs.)
   
   Fix: repin to `docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee` 
(**v4.2.0**), which is on the [approved 
list](https://github.com/apache/infrastructure-actions/blob/main/approved_patterns.yml).
 Inputs (`registry`/`username`/`password`) are unchanged across v2→v4.
   
   - [x] No `CHANGES` entry needed (CI-only infra fix).


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