Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon authored Jul 15, 2022
1 parent 23750ab commit c2878fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ on:
schedule:
- cron: "21 0 * * 2"

permissions: read-all

jobs:
analyze:
name: Analyze
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pre-submit.actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [main]
workflow_dispatch:

permissions: read-all

jobs:
checkout:
name: verify no checkout in Actions
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pre-submit.e2e.generic.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [main]
workflow_dispatch:

permissions: read-all

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit c2878fe

Please sign in to comment.