Update permissions at top level and add environment

This commit is contained in:
Zach Trocinski 2024-11-15 17:49:35 -06:00
Родитель 1618d0f490
Коммит 930011ff5a
5 изменённых файлов: 13 добавлений и 3 удалений

Просмотреть файл

@ -11,6 +11,9 @@ on:
- "**/bicepconfig.json"
workflow_dispatch: {}
permissions:
contents: read
jobs:
bicep_unit_tests:
name: Bicep Build & Lint All Modules

3
.github/workflows/gh-ado-sync.yml поставляемый
Просмотреть файл

@ -6,6 +6,9 @@ on:
issue_comment:
types: [created]
permissions:
contents: read
jobs:
alert:
runs-on: ubuntu-latest

1
.github/workflows/psdocs-mdtogit.yml поставляемый
Просмотреть файл

@ -27,6 +27,7 @@ jobs:
permissions:
contents: write
runs-on: ubuntu-latest
environment: BicepUpdateDocumentation
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1

3
.github/workflows/release-tests.yml поставляемый
Просмотреть файл

@ -6,6 +6,9 @@ on:
- main
workflow_dispatch: {}
permissions:
contents: read
jobs:
release-tests:
name: Pre-Release Tests

6
.github/workflows/scheduled-bicep-build.yml поставляемый
Просмотреть файл

@ -1,13 +1,13 @@
name: Unit Tests - Scheduled Bicep Build
permissions:
contents: read
on:
schedule:
- cron: "0 8 * * 1-5"
workflow_dispatch: {}
permissions:
contents: read
jobs:
bicep_unit_tests:
name: Bicep Build & Lint All Modules