From dc9b5191e53c58ed7fdcabf37e507a0e866c0642 Mon Sep 17 00:00:00 2001 From: PSJ <51746608+thispsj@users.noreply.github.com> Date: Tue, 3 May 2022 08:53:22 +0530 Subject: [PATCH] Add SHA Pinning Comment --- .../automating-builds-and-tests/building-and-testing-python.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/actions/automating-builds-and-tests/building-and-testing-python.md b/content/actions/automating-builds-and-tests/building-and-testing-python.md index 63863b31d1..d9cedac6fb 100644 --- a/content/actions/automating-builds-and-tests/building-and-testing-python.md +++ b/content/actions/automating-builds-and-tests/building-and-testing-python.md @@ -377,6 +377,7 @@ For this example, you will need to create two [PyPI API tokens](https://pypi.org ```yaml{:copy} {% data reusables.actions.actions-not-certified-by-github-comment %} +{% data reusables.actions.actions-use-sha-pinning-comment %} name: Upload Python Package