Skip to content

Commit

Permalink
Merge e12ef1b into 516d5a9
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Apr 5, 2022
2 parents 516d5a9 + e12ef1b commit fe729b1
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -12,8 +12,15 @@ on:
schedule:
- cron: "0 23 * * 0"

permissions:
contents: read

jobs:
analyze:
permissions:
actions: read # for github/codeql-action/init to get workflow details
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/analyze to upload SARIF results
name: Analyze
runs-on: ubuntu-latest

Expand All @@ -28,3 +35,5 @@ jobs:

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

# cspell:ignore codeql
3 changes: 3 additions & 0 deletions .github/workflows/coverage.yml
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- master

permissions:
contents: read

jobs:
coverage:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integration-test.yml
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- master

permissions:
contents: read

jobs:
test:
runs-on: ${{ matrix.os }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Expand Up @@ -3,6 +3,9 @@ on: # rebuild any PRs and main branch changes
pull_request:
push:

permissions:
contents: read

jobs:
cspell:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -6,6 +6,9 @@ on:
- master
- cspell4

permissions:
contents: read

jobs:
test-node-lts:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit fe729b1

Please sign in to comment.