Skip to content

test

8d13a65
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Add initial support for release gem #278

test
8d13a65
Select commit
Loading
Failed to load commit list.
GitHub Actions / Trunk Check failed Jan 22, 2025 in 2m 4s

Trunk Check

Checked 14 modified files
✖ 1 new security issue
✖ 3 new lint issues

Details

To reproduce and test locally, run:
trunk check

For help resolving these issues, see our docs on running on PRs or debugging Trunk Check

Annotations

Check notice on line 12 in context-ruby/Gemfile

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

rubocop(Bundler/OrderedGems)

[new] Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `rb_sys` should appear before `test-unit`.

Check failure on line 1 in .github/workflows/release_ruby_gem.yml

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

checkov(CKV2_GHA_1)

[new] Ensure top-level permissions are not set to write-all

Check failure on line 5 in .github/workflows/release_ruby_gem.yml

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

yamllint(empty-values)

[new] empty value in block mapping

Check failure on line 35 in .github/workflows/release_ruby_gem.yml

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

actionlint(action)

[new] the runner of "actions/checkout@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue