From 828156edbdb1db5841f919554bc70aba6dc5440d Mon Sep 17 00:00:00 2001 From: PSJ <51746608+thispsj@users.noreply.github.com> Date: Thu, 5 May 2022 21:52:17 +0530 Subject: [PATCH] Add SHA Pinning recommendation --- .../deploying-to-azure/deploying-java-to-azure-app-service.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service.md b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service.md index 96baa6b730..fef8ef80a1 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service.md @@ -66,6 +66,7 @@ Ensure that you set `AZURE_WEBAPP_NAME` in the workflow `env` key to the name of ```yaml{:copy} {% data reusables.actions.actions-not-certified-by-github-comment %} +{% data reusables.actions.actions-use-sha-pinning-comment %} name: Build and deploy JAR app to Azure Web App