Skip to content

The SpecifyPhase and UnspecifyPhase methods of the Fluid and Mixture now returns self (for methods chaining) #907

The SpecifyPhase and UnspecifyPhase methods of the Fluid and Mixture now returns self (for methods chaining)

The SpecifyPhase and UnspecifyPhase methods of the Fluid and Mixture now returns self (for methods chaining) #907

Workflow file for this run

name: CodeQL
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: "36 14 * * 4"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ "csharp" ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
8.0.x
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3