Commit Graph

8 Commits (993ce21c74e3e961b202f6f983027b450f97d646)

Author SHA1 Message Date
Jasperhino 5ed4dd939d Clean up GCS fork: minimal changeset vs upstream actions/cache
Realign the fork so it diffs from upstream actions/cache only by the GCS
cache backend, instead of carrying unrelated downgrades and deletions.

- Restore package.json/package-lock.json to upstream 5.0.4 deps; the fork
  had downgraded to 4.2.x. Re-add @google-cloud/storage (gcsCache.ts needs it).
- Rebuild dist/ against the restored deps so it bundles the real GCS client
  rather than a stale build against downgraded deps.
- Restore deleted upstream files: 7 workflow YAMLs, .github/CODEOWNERS,
  .licensed.yml. (To be disabled in the fork, not removed.)
- Revert action.yml/restore/save manifests to upstream name/description/
  author; keep only the gcs-bucket/gcs-path-prefix inputs as the fork diff.
- auto-tag.yml: track upstream's highest semver release tag, moving both the
  exact-version tag and the major alias, instead of force-pinning v1.
- Remove checkout/ composite action; relocated to Cula-Technologies/checkout.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2 months ago
Jasperhino cae5e556dd Trim upstream-specific workflows + CODEOWNERS
Drop workflows we don't need on the fork:
- licensed.yml (no .licenses for @google-cloud/storage)
- workflow.yml (jest tests mock @actions/cache, break with wrapper)
- close-inactive-issues, issue-opened, pr-opened (upstream oncall)
- publish-immutable-actions (not publishing to marketplace)
- release-new-action-version (replaced by auto-tag.yml)

Drop CODEOWNERS so merges don't require @actions/actions-cache review.
Drop .licensed.yml config (no longer used).
3 months ago
Bassem Dghaidi a1bee22673 Add review for the @actions/http-client license 6 months ago
Bassem Dghaidi de243982c5 Add licensed output 12 months ago
Bassem Dghaidi f46ceeb60d Add licensed output 2 years ago
Bassem Dghaidi e6f5858749 Add lodash to list of reviewed licenses 2 years ago
Bassem Dghaidi 4ae6f21c0d Add reviewed licensed packages 2 years ago
Thomas Boop 11e417fa43 Add Licensed to attribute third party licenses 6 years ago