diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c4d4ea566..0abfabbbd 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -10,6 +10,7 @@ on: - "**/*.csproj" - "**/*.ts" - "**/*.js" + - '.github/workflows/codeql.yml' schedule: - cron: '34 21 * * 2' @@ -38,6 +39,8 @@ jobs: build-mode: none - language: javascript-typescript build-mode: none + - language: actions + build-mode: none steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/frontend/viewer/src/ProjectView.svelte b/frontend/viewer/src/ProjectView.svelte index df1563ae4..af05d74b9 100644 --- a/frontend/viewer/src/ProjectView.svelte +++ b/frontend/viewer/src/ProjectView.svelte @@ -1,8 +1,8 @@ -