@@ -21,12 +21,12 @@ jobs:
2121 steps :
2222 - name : Checkout
2323 # see https://github.com/actions/checkout
24- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
24+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525 with :
2626 persist-credentials : false
2727 - name : Set up JDK
2828 # see https://github.com/actions/setup-java
29- uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
29+ uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
3030 with :
3131 java-version : ' 21'
3232 distribution : ' zulu'
3535 run : ./gen.sh
3636 - name : Archive Schema documentation
3737 # https://github.com/actions/upload-artifact
38- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
38+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
3939 with :
4040 name : XML-Schema-documentation
4141 path : docgen/xml/docs
@@ -48,20 +48,20 @@ jobs:
4848 steps :
4949 - name : Checkout
5050 # see https://github.com/actions/checkout
51- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
51+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5252 with :
5353 persist-credentials : false
5454 - name : Setup Python Environment
5555 # see https://github.com/actions/setup-python
56- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
56+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5757 with :
5858 python-version : ${{ env.PYTHON_VERSION_DEFAULT }}
5959 architecture : ' x64'
6060 - name : Generate Schema documentation
6161 run : ./gen.sh
6262 - name : Archive Schema documentation
6363 # https://github.com/actions/upload-artifact
64- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
64+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6565 with :
6666 name : JSON-Schema-documentation
6767 path : docgen/json/docs
@@ -74,14 +74,14 @@ jobs:
7474 steps :
7575 - name : Checkout
7676 # see https://github.com/actions/checkout
77- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
77+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7878 with :
7979 persist-credentials : false
8080 - name : Generate Schema documentation
8181 run : ./gen.sh
8282 - name : Archive Schema documentation
8383 # https://github.com/actions/upload-artifact
84- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
84+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8585 with :
8686 name : PROTO-Schema-documentation
8787 path : docgen/proto/docs
0 commit comments