diff --git a/.github/workflows/master_cippkvupn.yml b/.github/workflows/master_cippkvupn.yml index 1bac90927c729..edbef348198d0 100644 --- a/.github/workflows/master_cippkvupn.yml +++ b/.github/workflows/master_cippkvupn.yml @@ -18,13 +18,13 @@ jobs: steps: - name: 'Checkout GitHub Action' - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 - name: 'Run Azure Functions Action' - uses: Azure/functions-action@v1 + uses: Azure/functions-action@c5060b3b8bb1ebbcb531abd00c822ecbaa8ea656 # v1.5.7 id: fa with: app-name: 'cippkvupn' slot-name: 'Production' package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }} - publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_96E4A9290D1D4F3DA01D74E0BE6ED0E1 }} \ No newline at end of file + publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_96E4A9290D1D4F3DA01D74E0BE6ED0E1 }} \ No newline at end of file