refactor: update workflows to remove unnecessary inputs and standardize job names

This commit is contained in:
arashagp
2025-01-02 10:57:24 +03:30
parent 9f6efe895e
commit 55d01ac20b
6 changed files with 27 additions and 44 deletions

View File

@@ -4,23 +4,17 @@ name: CodeQL
on:
workflow_call:
inputs:
node-version:
description: "Node.js version"
required: true
default: "lts/*"
type: string
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze-code-ql:
main:
name: CodeQL Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix: