Merge pull request #20649 from backstage/rugvip/shoften

.github/workflows: remove runner hardening from test runs
This commit is contained in:
Fredrik Adelöw
2023-10-18 07:20:48 +02:00
committed by GitHub
2 changed files with 0 additions and 10 deletions
-5
View File
@@ -196,11 +196,6 @@ jobs:
INTEGRATION_TEST_AZURE_TOKEN: ${{ secrets.INTEGRATION_TEST_AZURE_TOKEN }}
steps:
- name: Harden Runner
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
with:
egress-policy: audit
- uses: actions/checkout@v3.6.0
- name: fetch branch master
run: git fetch origin master
-5
View File
@@ -60,11 +60,6 @@ jobs:
INTEGRATION_TEST_AZURE_TOKEN: ${{ secrets.INTEGRATION_TEST_AZURE_TOKEN }}
steps:
- name: Harden Runner
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
with:
egress-policy: audit
- uses: actions/checkout@v3.6.0
- name: use node.js ${{ matrix.node-version }}