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
13 changes: 13 additions & 0 deletions .github/workflows/windows-hardening.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Windows release hardening

on:
workflow_dispatch:

permissions:
contents: read

jobs:
registration:
runs-on: ubuntu-latest
steps:
- run: echo "Dispatch this workflow with a ref that contains the Windows hardening implementation."
13 changes: 13 additions & 0 deletions .github/workflows/windows-port-validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Windows port validation

on:
workflow_dispatch:

permissions:
contents: read

jobs:
registration:
runs-on: ubuntu-latest
steps:
- run: echo "Dispatch this workflow with a ref that contains the Windows port implementation."
13 changes: 13 additions & 0 deletions .github/workflows/windows-shell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Windows shell validation

on:
workflow_dispatch:

permissions:
contents: read

jobs:
registration:
runs-on: ubuntu-latest
steps:
- run: echo "Dispatch this workflow with a ref that contains the Windows shell implementation."
Loading