Skip to content
Open
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
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ on:
- '**/*.swift'


permissions:
contents: read


jobs:

swift-lint:
Comment on lines +26 to 32
Copy link

Copilot AI May 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider removing redundant blank lines following the permissions block to maintain consistent formatting.

Suggested change
permissions:
contents: read
jobs:
swift-lint:
permissions:
contents: read
jobs:
swift-lint:

Copilot uses AI. Check for mistakes.
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/openssf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ on:
# Weekly on Saturdays.
- cron: '30 1 * * 6'

permissions: read-all

permissions:
contents: read


Copy link

Copilot AI May 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider removing redundant blank lines after the permissions block to maintain consistent formatting across workflow files.

Suggested change

Copilot uses AI. Check for mistakes.
jobs:
analysis:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/oss-review-toolkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ on:
- cron: '30 1 1 * *'


permissions:
contents: read


jobs:
oss-review-toolkit:
Comment on lines +20 to 25
Copy link

Copilot AI May 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider removing redundant blank lines following the permissions block for consistent formatting.

Suggested change
permissions:
contents: read
jobs:
oss-review-toolkit:
permissions:
contents: read
jobs:
oss-review-toolkit:

Copilot uses AI. Check for mistakes.
runs-on: ubuntu-24.04
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/reuse-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ name: REUSE Compliance Check
on: [push, pull_request]


permissions:
contents: read


Copy link

Copilot AI May 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider removing redundant blank lines after the permissions block to improve readability.

Suggested change

Copilot uses AI. Check for mistakes.
jobs:
test-reuse-compliance:
runs-on: ubuntu-22.04
Expand Down