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/defender-for-devops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
MSDO:
# currently only windows latest is supported
runs-on: windows-latest

permissions: write-all
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-dotnet@v4.3.1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
update_release_draft:
name: Update release draft
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ env:
COMPONENT_DIR: hsem

jobs:
release_zip_file:
release_file:
name: Prepare release asset
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
labels:
name: ♻️ Sync labels
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4.2.2
Expand Down
Loading