Skip to content

Commit

Permalink
Update integration-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertitsworth authored May 30, 2024
1 parent 3d75d2a commit 5a31429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
with:
egress-policy: audit

- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref || github.ref }}
repo: ${{ github.event.pull_request.repository || github.event.merge_group.repository }}
- name: Output Modified Group Directories
id: group-list
run: |
Expand Down Expand Up @@ -74,6 +74,7 @@ jobs:
with:
group_dir: ${{ matrix.group }}
ref: "refs/pull/${{ github.event.number }}/merge"
repo: ${{ github.event.pull_request.repository || github.event.merge_group.repository }}
secrets: inherit
status-check:
needs: [group-diff, pipeline-ci]
Expand All @@ -84,7 +85,6 @@ jobs:
uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
with:
egress-policy: audit

- run: exit 1
if: >-
${{
Expand Down

0 comments on commit 5a31429

Please sign in to comment.