Skip to content

Bump selenium-webdriver from 4.26.0 to 4.27.0 (#2713) #1025

Bump selenium-webdriver from 4.26.0 to 4.27.0 (#2713)

Bump selenium-webdriver from 4.26.0 to 4.27.0 (#2713) #1025

Workflow file for this run

---
name: Bundler Audit
on:
push:
branches:
- 'main'
pull_request:
types: [opened, synchronize, reopened]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Bundler Audit'
uses: thoughtbot/bundler-audit-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}