diff --git a/.github/workflows/post_deploy_agent.yml b/.github/workflows/post_deploy_agent.yml index 0036fe111..a55e6a984 100644 --- a/.github/workflows/post_deploy_agent.yml +++ b/.github/workflows/post_deploy_agent.yml @@ -199,6 +199,11 @@ jobs: with: disable-sudo: true egress-policy: audit + - name: Create release tags for Lambda and K8s Init Containers + uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + with: + disable-sudo: true + egress-policy: audit - name: Create release tags for Lambda and K8s Init Containers run: | RELEASE_TITLE="New Relic .NET Agent ${AGENT_VERSION}.0"