Module: Dependabot::GithubActions::Lockfile
- Extended by:
- T::Sig
- Defined in:
- lib/dependabot/github_actions/lockfile.rb,
lib/dependabot/github_actions/lockfile/env.rb,
lib/dependabot/github_actions/lockfile/errors.rb,
lib/dependabot/github_actions/lockfile/reader.rb,
lib/dependabot/github_actions/lockfile/cli_engine.rb,
lib/dependabot/github_actions/lockfile/version_gate.rb
Overview
Integration with the gh-actions-lock lockfile (.github/workflows/actions.lock),
which is generated and owned by the upstream gh-actions-lock CLI. This namespace
is the boundary: Reader parses an existing lock (read-only),
CliEngine invokes the resolver/rewriter, Env builds
the subprocess env, and VersionGate rejects unsupported schemas.
Defined Under Namespace
Modules: Env, VersionGate Classes: CliEngine, EngineError, Reader, UnresolvableDependency, UnsupportedLockfileVersion