File tree Expand file tree Collapse file tree 3 files changed +0
-15
lines changed
Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 2626 FOUNDRY_CID : ${{ secrets.FOUNDRY_CID }}
2727 FOUNDRY_CLOUD_REGION : ${{ secrets.FOUNDRY_CLOUD_REGION }}
2828 steps :
29- - name : Harden Runner
30- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
31- with :
32- egress-policy : audit
33-
3429 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3530
3631 - name : Set up Homebrew
Original file line number Diff line number Diff line change 1717 env :
1818 PYTHON_VERSION : ' 3.13'
1919 steps :
20- - name : Harden Runner
21- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
22- with :
23- egress-policy : audit
24-
2520 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2621 - name : Set up Python
2722 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
Original file line number Diff line number Diff line change 1616 if : github.repository == 'CrowdStrike/foundry-sample-functions-python'
1717 runs-on : ubuntu-latest
1818 steps :
19- - name : Harden Runner
20- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
21- with :
22- egress-policy : audit
23-
2419 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2520 - name : Setup Node
2621 uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
You can’t perform that action at this time.
0 commit comments