Skip to content

Commit

Permalink
Merge pull request #183 from cisagov/bugfix/fix_setup-python_in_test_job
Browse files Browse the repository at this point in the history
Use `cisagov/setup-env-github-action` in the `test` job of the `build` workflow
  • Loading branch information
mcdonnnj authored Mar 27, 2024
2 parents 19b34da + ee9ef83 commit c121f6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ jobs:
uses: step-security/harden-runner@v2
with:
egress-policy: audit
- id: setup-env
uses: cisagov/setup-env-github-action@develop
- uses: actions/checkout@v4
- id: setup-python
uses: actions/setup-python@v5
Expand Down

0 comments on commit c121f6c

Please sign in to comment.