Skip to content

chore(deps): update github/codeql-action action to v3.28.5 (#597) #664

chore(deps): update github/codeql-action action to v3.28.5 (#597)

chore(deps): update github/codeql-action action to v3.28.5 (#597) #664

Workflow file for this run

name: CodeQL
on:
push:
branches: main
pull_request:
branches: main
schedule:
- cron: '24 23 * * 0'
env:
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
permissions:
security-events: write
actions: read
contents: read
jobs:
analyze:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Initialise CodeQL
uses: github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
with:
languages: csharp
- name: Setup .NET
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
with:
dotnet-version: 8.0.x
cache: true
cache-dependency-path: lc-hax/packages.lock.json
- name: Build
run: dotnet build lc-hax -restoreProperty:RestoreLockedMode=true
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
with:
category: /language:csharp