File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 strategy :
99 max-parallel : 1
1010 matrix :
11- ruby : ["3.0", "3.1", "3.4"]
11+ ruby : ["3.0", "3.1", "3.4", "4.0" ]
1212 name : 💎 Ruby ${{ matrix.ruby }}
1313 steps :
1414 - uses : actions/checkout@v4
3030 env :
3131 STREAM_KEY : ${{ secrets.STREAM_CHAT_API_KEY }}
3232 STREAM_SECRET : ${{ secrets.STREAM_CHAT_API_SECRET }}
33+
34+ audit :
35+ runs-on : ubuntu-latest
36+ name : 🔒 Bundle Audit
37+ steps :
38+ - uses : actions/checkout@v4
39+
40+ - uses : ruby/setup-ruby@v1
41+ with :
42+ ruby-version : " 3.4"
43+ bundler-cache : true
44+
45+ - run : bundle exec bundle-audit check --update
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ group :dev do
1414 gem 'rubocop-ast' , '~> 1.23' , require : false
1515 gem 'simplecov' , '~> 0.21.2'
1616 gem 'simplecov-console' , '~> 0.9.1'
17+ gem 'bundler-audit' , '~> 0.9'
1718 gem 'sorbet' , '~> 0.6'
1819end
1920
You can’t perform that action at this time.
0 commit comments