Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/check-pr-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
types:
- opened

permissions: {}

jobs:
check-pr-issue:
permissions:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/label-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- edited
- opened

permissions: {}

jobs:
label:
permissions:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/label-pull-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Label Pull Requests
on:
- pull_request_target

permissions: {}

jobs:
labeler:
permissions:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run-ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ on:
- published
workflow_dispatch:

permissions: {}

env:
FORCE_COLOR: 1

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run-code-ql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
- main
workflow_dispatch:

permissions: {}

jobs:
code-ql:
name: CodeQL
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/update-nest-test-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
- cron: 30 0 * * *
workflow_dispatch:

permissions: {}

env:
FORCE_COLOR: 1

Expand All @@ -13,6 +15,7 @@ jobs:
name: Update Nest test images
if: ${{ github.repository == 'OWASP/Nest' }}
permissions:
actions: write
contents: read
runs-on: ubuntu-latest
steps:
Expand Down