@@ -21,10 +21,10 @@ jobs:
2121 steps :
2222 - name : Checkout
2323 # see https://github.com/actions/checkout
24- uses : actions/checkout@v6
24+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2525 - name : Set up JDK
2626 # see https://github.com/actions/setup-java
27- uses : actions/setup-java@v5
27+ uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
2828 with :
2929 java-version : ' 21'
3030 distribution : ' zulu'
3333 run : ./gen.sh
3434 - name : Archive Schema documentation
3535 # https://github.com/actions/upload-artifact
36- uses : actions/upload-artifact@v6
36+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
3737 with :
3838 name : XML-Schema-documentation
3939 path : docgen/xml/docs
@@ -46,18 +46,18 @@ jobs:
4646 steps :
4747 - name : Checkout
4848 # see https://github.com/actions/checkout
49- uses : actions/checkout@v6
49+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5050 - name : Setup Python Environment
5151 # see https://github.com/actions/setup-python
52- uses : actions/setup-python@v6
52+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
5353 with :
5454 python-version : ${{ env.PYTHON_VERSION_DEFAULT }}
5555 architecture : ' x64'
5656 - name : Generate Schema documentation
5757 run : ./gen.sh
5858 - name : Archive Schema documentation
5959 # https://github.com/actions/upload-artifact
60- uses : actions/upload-artifact@v6
60+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
6161 with :
6262 name : JSON-Schema-documentation
6363 path : docgen/json/docs
@@ -70,12 +70,12 @@ jobs:
7070 steps :
7171 - name : Checkout
7272 # see https://github.com/actions/checkout
73- uses : actions/checkout@v6
73+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7474 - name : Generate Schema documentation
7575 run : ./gen.sh
7676 - name : Archive Schema documentation
7777 # https://github.com/actions/upload-artifact
78- uses : actions/upload-artifact@v6
78+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
7979 with :
8080 name : PROTO-Schema-documentation
8181 path : docgen/proto/docs
0 commit comments