Skip to content

chore(deps): bump HtmlAgilityPack from 1.11.72 to 1.11.73 #422

chore(deps): bump HtmlAgilityPack from 1.11.72 to 1.11.73

chore(deps): bump HtmlAgilityPack from 1.11.72 to 1.11.73 #422

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [dev, feat/*]
paths:
- "Jellyfin.Plugin.Pronium/**"
- "Jellyfin.Plugin.Pronium.Tests/**"
pull_request:
branches: [dev]
paths:
- "Jellyfin.Plugin.Pronium/**"
- "Jellyfin.Plugin.Pronium.Tests/**"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ["csharp"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.x"
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: +security-extended
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3