Skip to content

build(deps): bump activesupport from 7.2.0 to 7.2.1 in the bundler group #733

build(deps): bump activesupport from 7.2.0 to 7.2.1 in the bundler group

build(deps): bump activesupport from 7.2.0 to 7.2.1 in the bundler group #733

Workflow file for this run

name: CodeQL
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "39 8 * * 5"
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Set up CodeQL
uses: github/codeql-action/init@v3
with:
languages: ruby
queries: security-and-quality
config-file: ./.github/codeql.yml
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v3