setup-java/.github/workflows
Bruno Borges 85f658438e Address review: argc guard in check-dir.sh, fix sbt ubuntu matrix conditionals
- check-dir.sh: with set -u, invoking without a <dir> argument failed with an
  opaque "parameter not set" error. Add an explicit argc check that prints a
  usage message and exits 2 (distinct from the assertion failure code 1).
- e2e-cache.yml: the sbt-save and sbt-restore jobs run on an ubuntu-22.04
  matrix entry, but their coursier-cache steps were guarded by
  'if: matrix.os == "ubuntu-latest"', so those checks never executed on
  Ubuntu. Align the conditionals with the matrix (ubuntu-22.04), matching the
  newer sbt1/sbt2 jobs.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
2026-07-15 10:59:21 -04:00
..
basic-validation.yml chore: Harden workflows: least-privilege permissions + zizmor integration (#1039) 2026-06-23 18:10:17 +01:00
check-dist.yml chore: Harden workflows: least-privilege permissions + zizmor integration (#1039) 2026-06-23 18:10:17 +01:00
codeql-analysis.yml chore: Harden workflows: least-privilege permissions + zizmor integration (#1039) 2026-06-23 18:10:17 +01:00
e2e-cache.yml Address review: argc guard in check-dir.sh, fix sbt ubuntu matrix conditionals 2026-07-15 10:59:21 -04:00
e2e-local-file.yml Rename jdkFile input to jdk-file with deprecated alias (#1083) 2026-07-08 12:44:58 -04:00
e2e-publishing.yml Use gpg.passphraseEnvName instead of the deprecated gpg.passphrase server (#1123) 2026-07-15 10:33:09 -04:00
e2e-versions.yml Disable persisted checkout credentials in e2e workflow (#1115) 2026-07-14 16:11:17 -04:00
licensed.yml chore: Harden workflows: least-privilege permissions + zizmor integration (#1039) 2026-06-23 18:10:17 +01:00
publish-immutable-actions.yml chore: Harden workflows: least-privilege permissions + zizmor integration (#1039) 2026-06-23 18:10:17 +01:00
release-new-action-version.yml Bump actions/publish-action from 0.3.0 to 0.4.0 (#912) 2025-12-03 20:46:45 -06:00
update-config-files.yml chore: Harden workflows: least-privilege permissions + zizmor integration (#1039) 2026-06-23 18:10:17 +01:00
zizmor.yml Bump actions/setup-python from 5 to 6 (#1067) 2026-06-29 09:13:25 +01:00