Skip to content

Commit

Permalink
Update CI workflow to include GitHub Security Lab permissions monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Apr 15, 2024
1 parent 8343bb8 commit 3c71c75
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
image: ghcr.io/thombashi/python-ci:3.11

steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}

- uses: actions/checkout@v4

- run: make build
Expand All @@ -35,6 +39,10 @@ jobs:
image: ghcr.io/thombashi/python-ci:3.11

steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}

- uses: actions/checkout@v4

- run: make check
Expand All @@ -55,6 +63,10 @@ jobs:
timeout-minutes: 20

steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}

- uses: actions/checkout@v4

- name: Setup Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -93,6 +105,10 @@ jobs:
shell: bash

steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}

- uses: actions/checkout@v4

- name: Setup Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -126,6 +142,10 @@ jobs:
timeout-minutes: 20

steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}

- uses: actions/checkout@v4

- name: Setup Python
Expand Down

0 comments on commit 3c71c75

Please sign in to comment.