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 901f6bb commit 3c51196Copy full SHA for 3c51196
2 files changed
.github/workflows/_codeql.yml
@@ -18,7 +18,6 @@ on:
18
permissions:
19
actions: read
20
contents: read
21
- security-events: write
22
23
jobs:
24
analyze:
.github/workflows/cron.yml
@@ -1,6 +1,7 @@
1
name: Crontab
2
3
on:
4
+ workflow_dispatch:
5
schedule:
6
- cron: '33 0 * * *'
7
@@ -11,6 +12,8 @@ permissions:
11
12
13
codeql:
14
uses: mindee/mindee-api-java/.github/workflows/_codeql.yml@main
15
+ permissions:
16
+ security-events: write
17
test_code_samples:
uses: mindee/mindee-api-java/.github/workflows/_test-code-samples.yml@main
secrets: inherit
0 commit comments