Skip to content

Bump selenium-webdriver from 4.12.0 to 4.14.0 #570

Bump selenium-webdriver from 4.12.0 to 4.14.0

Bump selenium-webdriver from 4.12.0 to 4.14.0 #570

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
name: CodeQL Scanning
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '23 2 * * 1'
jobs:
analyze:
runs-on: ubuntu-latest
name: Analyze
strategy:
fail-fast: false
matrix:
language: [ 'javascript', 'ruby' ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2