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/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Metadata Workflow

permissions:
contents: read

Check notice

Code scanning / SonarCloud

Read permissions should be defined at the job level Low

Move this read permission from workflow level to job level. See more on SonarQube Cloud
on:
workflow_call:
inputs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/quality-checks.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Code Quality Checks Workflow

permissions:
contents: read
on:
workflow_call:
inputs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/stage-1-commit.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: "Commit stage"

permissions:
contents: read
on:
workflow_call:
inputs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/stage-2-test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: "Test stage"

permissions:
contents: read
on:
workflow_call:
inputs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/stage-4-acceptance.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: "Acceptance stage"

permissions:
contents: read
on:
workflow_call:
inputs:
Expand Down
Loading