Skip to content

Bump github/codeql-action from 2 to 3 #2274

Bump github/codeql-action from 2 to 3

Bump github/codeql-action from 2 to 3 #2274

Workflow file for this run

name: .NET Core
on: [pull_request, workflow_dispatch]
jobs:
build:
runs-on: windows-latest
env:
VIMEO_TOKEN: ${{ secrets.VIMEO_TOKEN }}
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
include-prerelease: true
- name: Build and Test with dotnet
run: dotnet test --filter FullyQualifiedName!~Vimeo.Tests --configuration Release