Skip to content

Update dependency faraday to v2.14.1 [SECURITY] #1608

Update dependency faraday to v2.14.1 [SECURITY]

Update dependency faraday to v2.14.1 [SECURITY] #1608

Workflow file for this run

name: ruby
on:
push:
branches:
- main
pull_request:
branches:
- main
merge_group:
workflow_dispatch: {}
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: [2.7, '3.0', 3.1, 3.2, head]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: ruby/setup-ruby@8a836efbcebe5de0fe86b48a775b7a31b5c70c93 # v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rspec