Skip to content

Bump github/codeql-action from 4.35.5 to 4.36.0 #1555

Bump github/codeql-action from 4.35.5 to 4.36.0

Bump github/codeql-action from 4.35.5 to 4.36.0 #1555

Workflow file for this run

name: Run tests
on:
push:
pull_request:
schedule:
- cron: "3 20 * * SUN"
permissions: {}
jobs:
build:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
name: Dotnet on ${{ matrix.platform }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
submodules: true
persist-credentials: false
- name: Setup .NET
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
with:
dotnet-version: |
8.0.x
9.0.x
10.0.x
- name: Build
run: dotnet build
- name: Run tests
run: dotnet test