Skip to content

Commit ee9ef83

Browse files
committed
Use cisagov/setup-env-github-action in the test job of the build workflow
This is necessary to populate the Python version to use.
1 parent 968cd07 commit ee9ef83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ jobs:
182182
uses: step-security/harden-runner@v2
183183
with:
184184
egress-policy: audit
185+
- id: setup-env
186+
uses: cisagov/setup-env-github-action@develop
185187
- uses: actions/checkout@v4
186188
- id: setup-python
187189
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)