Skip to content

Add own version of EventLoopGroupProvider #81

Add own version of EventLoopGroupProvider

Add own version of EventLoopGroupProvider #81

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "main", "7.x.x" ]
pull_request:
branches: [ "main", "7.x.x" ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
container: swift:5.8
permissions:
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'swift' ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Build
run: swift build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2