Skip to content

Add sonoma and sonoma-arm64 #44

Add sonoma and sonoma-arm64

Add sonoma and sonoma-arm64 #44

Workflow file for this run

name: CodeQL
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ruby
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2