1414 using : " composite"
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v5
17+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1818 - uses : ./.github/actions/node-install
1919 with :
2020 node-version : ${{ inputs.node-version }}
@@ -24,15 +24,15 @@ runs:
2424 run : npm ci
2525 shell : bash
2626 - name : Setup Ruby
27- uses : ruby/setup-ruby@v1.267.0
27+ uses : ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0
2828 with :
2929 ruby-version : " 3.4.7" # Not needed with a .ruby-version file
3030 bundler-cache : true # Enable automatic gem caching
3131 cache-version : 0 # Increment this number if you need to re-download cached gems
3232 working-directory : " ./docs"
3333 - name : Setup Pages
3434 id : pages
35- uses : actions/configure-pages@v5
35+ uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
3636 - name : Build with Jekyll
3737 working-directory : ./docs
3838 # Outputs to the './_site' directory by default
4545 VERSION : ${{ inputs.version }}
4646 - name : Upload artifact
4747 # Automatically uploads an artifact from the './_site' directory by default
48- uses : actions/upload-pages-artifact@v3
48+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
4949 with :
5050 path : " docs/_site/"
5151 name : jekyll-docs-${{ inputs.version }}
5555 shell : bash
5656
5757 - name : Upload artifact
58- uses : actions/upload-artifact@v4
58+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
5959 with :
6060 path : " artifact.tar"
6161 name : schemas-${{ inputs.version }}
0 commit comments