Skip to content

chore(deps): bump github/codeql-action from 3.25.10 to 3.25.11 in the dependencies group #1462

chore(deps): bump github/codeql-action from 3.25.10 to 3.25.11 in the dependencies group

chore(deps): bump github/codeql-action from 3.25.10 to 3.25.11 in the dependencies group #1462

Workflow file for this run

name: Build
on:
pull_request_target:
types: opened
pull_request:
paths:
- .github/workflows/main.yml
- .editorconfig
- lc-hax/**
push:
paths:
- .github/workflows/main.yml
- .editorconfig
- lc-hax/**
env:
NUGET_PACKAGES: ${{ github.workspace }}/lc-hax/References/NuGet
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
- name: Setup .NET
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 8.0.x
cache: true
cache-dependency-path: lc-hax
- name: Build
run: dotnet build lc-hax /warnaserror