Skip to content

Update ruby-saml for security issue CVE-2025-54572 (#152) #17

Update ruby-saml for security issue CVE-2025-54572 (#152)

Update ruby-saml for security issue CVE-2025-54572 (#152) #17

Workflow file for this run

name: Tests
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
test:
name: Specs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rspec