Skip to content

deps(npm): bump @vitejs/plugin-react from 5.2.0 to 6.0.1 in /web #510

deps(npm): bump @vitejs/plugin-react from 5.2.0 to 6.0.1 in /web

deps(npm): bump @vitejs/plugin-react from 5.2.0 to 6.0.1 in /web #510

Workflow file for this run

name: CodeQL

Check failure on line 1 in .github/workflows/codeql.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codeql.yml

Invalid workflow file

(Line: 43, Col: 9): Unrecognized function: 'hashFiles'. Located at position 1 within expression: hashFiles('web/package.json') != ''
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 6 * * 1' # Weekly Monday 6am UTC
permissions:
security-events: write
contents: read
jobs:
analyze-go:
name: Analyze Go
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: go
queries: security-and-quality
- name: Build
run: go build ./...
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: go
analyze-javascript:
name: Analyze TypeScript/JavaScript
runs-on: ubuntu-latest
if: hashFiles('web/package.json') != ''
steps:
- uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: javascript-typescript
queries: security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: javascript-typescript