Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- checkout@v3 uses a deprecated Node.js v16 runtime and should be updated to v4 - Ruby 3.3 (not 3.2) is the latest stable Ruby, so update setup-ruby to use v3.3 - We have multiple public Ruby repos that have `Gemfile.lock` intentionally ignored by Git, but FOSSA wants that file so autogenerate it running `bundle lock` where appropriate - Do not run `bundle lock` if a lock file already exists - Handle multiple `Gemfile` locations (the NR Ruby agent has 2) - Ignore the `test/` and `spec/` directories
- Loading branch information