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/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
paths:
".github/workflows/**/*.{yaml,yml}":
ignore:
- 'reusable workflow call "\$/\.github/workflows/security\.yml" at "uses" is not following the format'
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions: {}
jobs:
security:
name: Security
uses: ./.github/workflows/security.yml
uses: $/.github/workflows/security.yml
permissions:
contents: read
security-events: write
Expand Down
2 changes: 1 addition & 1 deletion seed/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions: {}
jobs:
security:
name: Security scan
uses: ./.github/workflows/security.yml
uses: $/.github/workflows/security.yml
Comment thread
jeremy marked this conversation as resolved.
permissions:
contents: read
security-events: write
Expand Down
Loading