mirror of
https://github.com/Yamato-Security/WELA.git
synced 2026-05-22 03:01:25 +02:00
fix: update actions/checkout and permissions in workflow YAML files
This commit is contained in:
@@ -3,6 +3,9 @@ name: Create auditpol_output.csv
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
@@ -10,8 +13,7 @@ jobs:
|
||||
os: [windows-2019, windows-2022, windows-2025]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- name: Generate csv from auditpol /list /subcategory:* /r
|
||||
run: |
|
||||
$data = auditpol /list /subcategory:* /r
|
||||
|
||||
Reference in New Issue
Block a user