Skip to content

Bump github/codeql-action from 3.27.5 to 3.27.6 #20

Bump github/codeql-action from 3.27.5 to 3.27.6

Bump github/codeql-action from 3.27.5 to 3.27.6 #20

Workflow file for this run

# https://help.github.com/en/articles/workflow-syntax-for-github-actions
name: macOS
on:
- push
jobs:
verify:
name: Verify
strategy:
fail-fast: false
matrix:
os:
- macos-12
uses: "./.github/workflows/reusable-verify.yml"
with:
os: ${{ matrix.os }}
secrets: inherit