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: 1 addition & 1 deletion .github/workflows/actions_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
changesFound: ${{ steps.filter.outputs.changesFound }}
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- uses: AurorNZ/paths-filter@3b1f3abc3371cca888d8eb03dfa70bc8a9867629
- uses: AurorNZ/paths-filter@c9dd42e99db87803313ff6f4b1150cc9f6c836af
id: filter
with:
filters: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
changesFound: ${{ steps.filter.outputs.changesFound }}
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- uses: AurorNZ/paths-filter@3b1f3abc3371cca888d8eb03dfa70bc8a9867629
- uses: AurorNZ/paths-filter@c9dd42e99db87803313ff6f4b1150cc9f6c836af
id: filter
with:
filters: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests_app_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
changesFound: ${{ steps.filter.outputs.changesFound }}
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- uses: AurorNZ/paths-filter@3b1f3abc3371cca888d8eb03dfa70bc8a9867629
- uses: AurorNZ/paths-filter@c9dd42e99db87803313ff6f4b1150cc9f6c836af
id: filter
with:
filters: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/safe_app_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
changesFound: ${{ steps.filter.outputs.changesFound }}
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- uses: AurorNZ/paths-filter@3b1f3abc3371cca888d8eb03dfa70bc8a9867629
- uses: AurorNZ/paths-filter@c9dd42e99db87803313ff6f4b1150cc9f6c836af
id: filter
with:
filters: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/safe_console_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
changesFound: ${{ steps.filter.outputs.changesFound }}
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- uses: AurorNZ/paths-filter@3b1f3abc3371cca888d8eb03dfa70bc8a9867629
- uses: AurorNZ/paths-filter@c9dd42e99db87803313ff6f4b1150cc9f6c836af
id: filter
with:
filters: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/safe_docs_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
changesFound: ${{ steps.filter.outputs.changesFound }}
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- uses: AurorNZ/paths-filter@3b1f3abc3371cca888d8eb03dfa70bc8a9867629
- uses: AurorNZ/paths-filter@c9dd42e99db87803313ff6f4b1150cc9f6c836af
id: filter
with:
filters: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/safe_website_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
changesFound: ${{ steps.filter.outputs.changesFound }}
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- uses: AurorNZ/paths-filter@3b1f3abc3371cca888d8eb03dfa70bc8a9867629
- uses: AurorNZ/paths-filter@c9dd42e99db87803313ff6f4b1150cc9f6c836af
id: filter
with:
filters: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unsafe_app_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# Because we are using the "pull_request_target" event, we need to
# checkout the PR head commit instead of the merge commit.
ref: ${{ github.event.pull_request.head.sha }}
- uses: AurorNZ/paths-filter@3b1f3abc3371cca888d8eb03dfa70bc8a9867629
- uses: AurorNZ/paths-filter@c9dd42e99db87803313ff6f4b1150cc9f6c836af
id: filter
with:
filters: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unsafe_console_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# Because we are using the "pull_request_target" event, we need to
# checkout the PR head commit instead of the merge commit.
ref: ${{ github.event.pull_request.head.sha }}
- uses: AurorNZ/paths-filter@3b1f3abc3371cca888d8eb03dfa70bc8a9867629
- uses: AurorNZ/paths-filter@c9dd42e99db87803313ff6f4b1150cc9f6c836af
id: filter
with:
filters: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unsafe_docs_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# Because we are using the "pull_request_target" event, we need to
# checkout the PR head commit instead of the merge commit.
ref: ${{ github.event.pull_request.head.sha }}
- uses: AurorNZ/paths-filter@3b1f3abc3371cca888d8eb03dfa70bc8a9867629
- uses: AurorNZ/paths-filter@c9dd42e99db87803313ff6f4b1150cc9f6c836af
id: filter
with:
filters: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unsafe_website_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# Because we are using the "pull_request_target" event, we need to
# checkout the PR head commit instead of the merge commit.
ref: ${{ github.event.pull_request.head.sha }}
- uses: AurorNZ/paths-filter@3b1f3abc3371cca888d8eb03dfa70bc8a9867629
- uses: AurorNZ/paths-filter@c9dd42e99db87803313ff6f4b1150cc9f6c836af
id: filter
with:
filters: |
Expand Down
Loading