Skip to content

Upgrade ruby to 3.4.1 #92

Upgrade ruby to 3.4.1

Upgrade ruby to 3.4.1 #92

Workflow file for this run

name: Security
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
env:
RAILS_ENV: test
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4.1'
bundler-cache: true
- name: Run security tests
run: |
bin/bundle exec brakeman