Skip to content

Commit

Permalink
fix security warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
csujedihy committed Jul 6, 2023
1 parent 90644a2 commit 6fa616c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-reuse-darwin-framework.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Build Darwin Universal

permissions: read-all

on:
workflow_dispatch:
workflow_call:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-reuse-unix.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Build Unix

permissions: read-all

# The caller is responsible for making sure all options passed to this workflow are valid and compatible with each other.

on:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-reuse-win.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Build WinUser

permissions: read-all

# The caller is responsible for making sure all options passed to this workflow are valid and compatible with each other.

on:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-reuse-winkernel.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Build WinKernel

permissions: read-all

# The caller is responsible for making sure all options passed to this workflow are valid and compatible with each other.

on:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/package-reuse-linux.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Package Linux

permissions: read-all

# The caller is responsible for making sure all options passed to this workflow are valid and compatible with each other.

on:
Expand Down

0 comments on commit 6fa616c

Please sign in to comment.