We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cebe9a commit 74be6d3Copy full SHA for 74be6d3
README.md
@@ -18,6 +18,11 @@ To use the action add the following step to your workflow file (e.g.
18
password: ${{ secrets.pypi_password }}
19
```
20
21
+> **Pro tip**: instead of using branch pointers, like `master`, pin versions of
22
+Actions that you use to tagged versions or sha1 commit identifiers. This will
23
+make your workflows more secure and better reproducible, saving you from sudden
24
+and unpleasant surprises.
25
+
26
A common use case is to upload packages only on a tagged commit, to do so add a
27
filter to the step:
28
0 commit comments