Skip to content

Commit c6fbfa6

Browse files
committed
happy zizmor
1 parent cc49fff commit c6fbfa6

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/gitleaks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
scan:
1414
name: gitleaks
1515
runs-on: ubuntu-latest
16+
environment: security-scanning
1617
steps:
1718
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
1819
with:

.github/workflows/prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ env:
1717
jobs:
1818
build:
1919
runs-on: ubuntu-latest
20+
environment: build
2021

2122
permissions:
2223
contents: read

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permissions:
1212
jobs:
1313
pytest:
1414
runs-on: ubuntu-latest
15+
environment: test
1516
steps:
1617
- name: Checkout repository
1718
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5

0 commit comments

Comments
 (0)