fix: update actions/checkout and permissions in workflow YAML files

This commit is contained in:
fukusuket
2026-05-03 14:05:17 +09:00
parent 6286de49cc
commit 590cb807c0
4 changed files with 26 additions and 13 deletions
+4 -2
View File
@@ -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