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
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
tfm: [net8.0, netstandard2.0]
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: KeelMatrix/Redaction
path: _deps/KeelMatrix.Redaction/app

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: KeelMatrix/Telemetry
path: _deps/KeelMatrix.Telemetry/app
Expand Down Expand Up @@ -83,14 +83,14 @@ jobs:
os: [windows-latest, ubuntu-latest, macos-latest]
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: KeelMatrix/Redaction
path: _deps/KeelMatrix.Redaction/app

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: KeelMatrix/Telemetry
path: _deps/KeelMatrix.Telemetry/app
Expand Down Expand Up @@ -130,14 +130,14 @@ jobs:
QW_REDACTION_REPO_ROOT: ${{ github.workspace }}/_deps/KeelMatrix.Redaction/app
QW_TELEMETRY_REPO_ROOT: ${{ github.workspace }}/_deps/KeelMatrix.Telemetry/app
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: KeelMatrix/Redaction
path: _deps/KeelMatrix.Redaction/app

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: KeelMatrix/Telemetry
path: _deps/KeelMatrix.Telemetry/app
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
os: [windows-latest, ubuntu-latest, macos-latest]
tfm: [net8.0, netstandard2.0]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/checkout@v6
with:
repository: KeelMatrix/Redaction
path: _deps/KeelMatrix.Redaction/app
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: KeelMatrix/Telemetry
path: _deps/KeelMatrix.Telemetry/app
Expand Down Expand Up @@ -75,12 +75,12 @@ jobs:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/checkout@v6
with:
repository: KeelMatrix/Redaction
path: _deps/KeelMatrix.Redaction/app
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: KeelMatrix/Telemetry
path: _deps/KeelMatrix.Telemetry/app
Expand Down Expand Up @@ -117,12 +117,12 @@ jobs:
QW_REDACTION_REPO_ROOT: ${{ github.workspace }}/_deps/KeelMatrix.Redaction/app
QW_TELEMETRY_REPO_ROOT: ${{ github.workspace }}/_deps/KeelMatrix.Telemetry/app
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/checkout@v6
with:
repository: KeelMatrix/Redaction
path: _deps/KeelMatrix.Redaction/app
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: KeelMatrix/Telemetry
path: _deps/KeelMatrix.Telemetry/app
Expand Down Expand Up @@ -152,12 +152,12 @@ jobs:
QW_REDACTION_REPO_ROOT: ${{ github.workspace }}/_deps/KeelMatrix.Redaction/app
QW_TELEMETRY_REPO_ROOT: ${{ github.workspace }}/_deps/KeelMatrix.Telemetry/app
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/checkout@v6
with:
repository: KeelMatrix/Redaction
path: _deps/KeelMatrix.Redaction/app
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: KeelMatrix/Telemetry
path: _deps/KeelMatrix.Telemetry/app
Expand Down Expand Up @@ -222,12 +222,12 @@ jobs:
- { name: email-long, filter: "*Email*(Sample:*@domain.co.uk*)" }

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/checkout@v6
with:
repository: KeelMatrix/Redaction
path: _deps/KeelMatrix.Redaction/app
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: KeelMatrix/Telemetry
path: _deps/KeelMatrix.Telemetry/app
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,18 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Checkout KeelMatrix.Redaction
if: matrix.language == 'csharp'
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: KeelMatrix/Redaction
path: _deps/KeelMatrix.Redaction/app

- name: Checkout KeelMatrix.Telemetry
if: matrix.language == 'csharp'
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: KeelMatrix/Telemetry
path: _deps/KeelMatrix.Telemetry/app
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
QW_REDACTION_REPO_ROOT: ${{ github.workspace }}/_deps/KeelMatrix.Redaction/app
QW_TELEMETRY_REPO_ROOT: ${{ github.workspace }}/_deps/KeelMatrix.Telemetry/app
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/checkout@v6
with:
repository: KeelMatrix/Redaction
path: _deps/KeelMatrix.Redaction/app
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: KeelMatrix/Telemetry
path: _deps/KeelMatrix.Telemetry/app
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/samples-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Checkout KeelMatrix.Redaction
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: KeelMatrix/Redaction
path: _deps/KeelMatrix.Redaction/app

- name: Checkout KeelMatrix.Telemetry
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: KeelMatrix/Telemetry
path: _deps/KeelMatrix.Telemetry/app
Expand Down
Loading