xuang7 opened a new issue, #7572: URL: https://github.com/apache/texera/issues/7572
### What happened? CI runs on `release/v1.2` fail at workflow parse: the branch pins `coursier/cache-action` v8.1.0, which is no longer on the ASF actions allowlist (its entry expired on 2026-08-05 after v8.1.1 was approved). `main` already uses the allowed v8.1.1 pin. Same situation as #6989/#6990. The docker action pins on the branch expire Aug 16/19 too, so worth bumping in the same pass. Proposed fix: bump the pins in `build.yml` and `build-and-push-images.yml` to the SHAs `main` uses, same as #6990 did for setup-sbt. ### How to reproduce? Push to `release/v1.2` or open a PR targeting it; the run fails at parse before any job starts. ### Version/Branch release/v1.2 ### Relevant log output ```text The action coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 is not allowed in apache/texera because all actions must be from a repository owned by your enterprise, created by GitHub, or match one of the patterns: ... ``` -- 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]
