Skip to content

fix(tauri): http jellyfin server address #941

fix(tauri): http jellyfin server address

fix(tauri): http jellyfin server address #941

Workflow file for this run

name: GitHub CodeQL 🔬
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
on:
push:
branches:
- master
pull_request:
paths-ignore:
- "**/*.md"
workflow_call:
schedule:
- cron: "0 0 * * MON,FRI"
jobs:
analyze:
name: Analyze 🔬
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language:
- "javascript"
steps:
- name: Checkout repository ⬇️
uses: actions/[email protected]
with:
show-progress: false
- name: Initialize CodeQL 🛠️
uses: github/codeql-action/init@v2
with:
queries: security-and-quality
languages: ${{ matrix.language }}
- name: Autobuild 📦
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis 🧪
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"