Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/vitejs/plugin-vue-5.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Axtazer authored Nov 11, 2024
2 parents 8eb5c5c + dddcb14 commit 6861b0b
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 296 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,30 @@ on:
- main

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: javascript

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

build:
name: Build
runs-on: ubuntu-latest
needs: analyze

steps:
- name: Checkout repo
Expand Down
Loading

0 comments on commit 6861b0b

Please sign in to comment.