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.
2 parents 57e4097 + ed196ec commit 5ee21dcCopy full SHA for 5ee21dc
README.md
@@ -99,6 +99,18 @@ compiler support.
99
100
<br>
101
102
+## Choice of full-length commit SHA
103
+
104
+In a workflow that [pins the action][pin] using a full-length commit SHA (as
105
+opposed to something like @nightly or @1.89.0) it is required that you pick a
106
+SHA that is within the history of the master branch. Any commit that is not
107
+within the history of master will eventually get garbage-collected and your
108
+workflows will fail.
109
110
+[pin]: https://docs.github.com/en/actions/reference/security/secure-use#using-third-party-actions
111
112
+<br>
113
114
## License
115
116
The scripts and documentation in this project are released under the [MIT
0 commit comments