Skip to content

Commit

Permalink
[StepSecurity] ci: Harden GitHub Actions (#801)
Browse files Browse the repository at this point in the history
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
  • Loading branch information
step-security-bot authored Dec 26, 2024
1 parent af71b08 commit cb99b57
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/UpdateWinget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@ on:
release:
types: [published]

permissions:
contents: read

jobs:
build:
runs-on: windows-latest

steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit

- name: '📫🚀 Publish Latest MFCMAPI Release to Winget'
run: |
$wingetPackage = "Microsoft.MFCMAPI"
Expand Down

0 comments on commit cb99b57

Please sign in to comment.