We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e99b52 commit 8924d8dCopy full SHA for 8924d8d
2 files changed
.github/workflows/codeql.yml
@@ -1,6 +1,7 @@
1
name: CodeQL
2
3
on:
4
+ workflow_dispatch:
5
push:
6
branches: [main]
7
pull_request:
@@ -14,8 +15,10 @@ permissions:
14
15
jobs:
16
analyze:
17
name: Analyze TypeScript
18
+ if: github.event.repository.private == false
19
runs-on: ubuntu-latest
20
permissions:
21
+ actions: read
22
contents: read
23
security-events: write
24
packages: read
.github/workflows/scorecard.yml
name: OpenSSF Scorecard
branch_protection_rule:
@@ -12,6 +13,7 @@ permissions: read-all
12
13
analysis:
name: Supply-chain analysis
actions: read
0 commit comments