From 0f6458a4e6dfda387f752e6ff36088e53d5f0bdb Mon Sep 17 00:00:00 2001 From: "Ian (Hee) Cha" Date: Mon, 12 Aug 2024 22:56:16 -0700 Subject: [PATCH] Update hardeningsecurityexample.yml --- .github/workflows/hardeningsecurityexample.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/hardeningsecurityexample.yml b/.github/workflows/hardeningsecurityexample.yml index 02d3b1a81b642f..ab90088fe27218 100644 --- a/.github/workflows/hardeningsecurityexample.yml +++ b/.github/workflows/hardeningsecurityexample.yml @@ -3,13 +3,10 @@ on: issues: types: [opened] jobs: - print_issue_title: runs-on: ubuntu-latest - name: Print issue title steps: - - name: Harden Runner - uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 + - name: Print issue title + uses: iancha1992/continuous-integration/actions/demonstratingsecurity@thisisjusttesting with: - egress-policy: audit - - run: echo "${{github.event.issue.title}}" + issue-title: ${{ github.event.issue.title }}