Compare commits
26 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
de05a6d3a2 | 7 hours ago |
|
|
5ac140e711 | 13 hours ago |
|
|
bb9683dca2 | 13 hours ago |
|
|
abb6787042 | 1 day ago |
|
|
a40c6a7122 | 1 day ago |
|
|
5c42dd293b | 1 day ago |
|
|
1615afe9d3 | 1 day ago |
|
|
a0d57b8e43 | 6 days ago |
|
|
6eab1c84d2 | 6 days ago |
|
|
292fe2d7ee | 7 days ago |
|
|
717e062c09 | 7 days ago |
|
|
b9381571b7 | 1 week ago |
|
|
7277d4d442 | 1 week ago |
|
|
955b3c705f | 2 weeks ago |
|
|
da5b89b92c | 2 weeks ago |
|
|
b78dc2c156 | 2 weeks ago |
|
|
c144859092 | 2 weeks ago |
|
|
cf45a603d2 | 2 weeks ago |
|
|
9fe7774c8f | 3 weeks ago |
|
|
2b784c0f37 | 4 weeks ago |
|
|
89452f99ba | 4 weeks ago |
|
|
db14339dbc | 4 weeks ago |
|
|
e46b7e3300 | 4 weeks ago |
|
|
126accdd0b | 4 weeks ago |
|
|
5c5e504cc6 | 4 weeks ago |
|
|
bb0e4e1bb1 | 4 weeks ago |
@ -1,50 +1,46 @@
|
|||||||
name: codeql
|
name: codeql
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
- 'releases/v*'
|
- 'releases/v*'
|
||||||
paths:
|
|
||||||
- '.github/workflows/codeql.yml'
|
|
||||||
- 'dist/**'
|
|
||||||
- 'src/**'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
|
||||||
- '.github/workflows/codeql.yml'
|
|
||||||
- 'dist/**'
|
|
||||||
- 'src/**'
|
|
||||||
|
|
||||||
permissions:
|
env:
|
||||||
actions: read
|
NODE_VERSION: "24"
|
||||||
contents: read
|
|
||||||
security-events: write
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
permissions:
|
||||||
fail-fast: false
|
contents: read
|
||||||
matrix:
|
security-events: write
|
||||||
language:
|
|
||||||
- javascript-typescript
|
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
-
|
-
|
||||||
name: Initialize CodeQL
|
name: Enable corepack
|
||||||
uses: github/codeql-action/init@v4
|
run: |
|
||||||
|
corepack enable
|
||||||
|
yarn --version
|
||||||
|
-
|
||||||
|
name: Set up Node
|
||||||
|
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
||||||
with:
|
with:
|
||||||
languages: ${{ matrix.language }}
|
node-version: ${{ env.NODE_VERSION }}
|
||||||
config: |
|
|
||||||
paths:
|
|
||||||
- src
|
|
||||||
-
|
-
|
||||||
name: Autobuild
|
name: Initialize CodeQL
|
||||||
uses: github/codeql-action/autobuild@v4
|
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
|
||||||
|
with:
|
||||||
|
languages: javascript-typescript
|
||||||
|
build-mode: none
|
||||||
-
|
-
|
||||||
name: Perform CodeQL Analysis
|
name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v4
|
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
|
||||||
with:
|
with:
|
||||||
category: "/language:${{matrix.language}}"
|
category: "/language:javascript-typescript"
|
||||||
|
|||||||
@ -0,0 +1,29 @@
|
|||||||
|
name: zizmor
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'master'
|
||||||
|
- 'releases/v*'
|
||||||
|
tags:
|
||||||
|
- 'v*'
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
zizmor:
|
||||||
|
uses: crazy-max/.github/.github/workflows/zizmor.yml@bb328ea508cd6a89d0865555ddbeb148e5724aed # v1.3.0
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
security-events: write
|
||||||
|
with:
|
||||||
|
min-severity: medium
|
||||||
|
min-confidence: medium
|
||||||
|
persona: pedantic
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
rules:
|
||||||
|
secrets-outside-env: # FIXME: remove this rule when zizmor 1.24.0 is released, fixing the right persona attached to this rule: https://github.com/zizmorcore/zizmor/pull/1783
|
||||||
|
disable: true
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue