Skip to content

Commit

Permalink
Use cisagov/setup-env-github-action in the test job of the build
Browse files Browse the repository at this point in the history
…workflow

This is necessary to populate the Python version to use.
  • Loading branch information
mcdonnnj committed Mar 27, 2024
1 parent 968cd07 commit ee9ef83
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 ee9ef83

Please sign in to comment.