Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Update permission for code scanning alert #939

Merged
merged 1 commit into from
Apr 26, 2023
Merged
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
3 changes: 3 additions & 0 deletions .github/workflows/release_deploy_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Publish MSIX to Microsoft Store

on: workflow_dispatch

# Declare default permissions as read only.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment seems a bit redundant, feel free to remove it if you'd like. I don't feel strongly :)

permissions: read-all

jobs:
build:
runs-on: windows-latest
Expand Down