release/v1.2: coursier/cache-action pin no longer on the ASF actions allowlist
- Dominant language
- Scala
- Stars
- 314
- Forks
- 187
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 214
Description
### 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: ...
```
Contributor guide
Assessment
This issue has not been assessed yet.