Skip to content

Bump github/codeql-action from 2 to 3 #603

Bump github/codeql-action from 2 to 3

Bump github/codeql-action from 2 to 3 #603

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
- '*-alpha'
- '*-beta'
- '*-stable'
- '*-dev'
push:
branches:
- main
- '*-alpha'
- '*-beta'
- '*-stable'
- '*-dev'
jobs:
lint:
uses: aaronmallen/activeinteractor/.github/workflows/lint.yml@main
test:
uses: aaronmallen/activeinteractor/.github/workflows/test.yml@main
secrets:
cc-test-reporter-id: ${{ secrets.CC_TEST_REPORTER_ID }}
build:
uses: aaronmallen/activeinteractor/.github/workflows/build_gem.yml@main