2424
2525 steps :
2626 - name : checkout
27- uses : actions/checkout@v5
27+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # pin@v5.0.0
2828 with :
2929 persist-credentials : false
3030
4444 run : script/build
4545
4646 - name : upload artifact
47- uses : actions/upload-artifact@4 .6.2
47+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # pin@v4 .6.2
4848 id : upload-artifact
4949 with :
5050 path : " ${{ steps.build.outputs.gem_path }}"
@@ -58,11 +58,11 @@ jobs:
5858 packages : write
5959 id-token : write
6060 steps :
61- - uses : actions/checkout@v5
61+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # pin@v5.0.0
6262 with :
6363 persist-credentials : false
6464
65- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
65+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # pin@v5.0.0
6666 with :
6767 artifact-ids : ${{ needs.build.outputs.artifact-id }}
6868
@@ -128,12 +128,12 @@ jobs:
128128 contents : read
129129
130130 steps :
131- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
131+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # pin@v5.0.0
132132 with :
133133 artifact-ids : ${{ needs.build.outputs.artifact-id }}
134134
135135 - name : attest build provenance
136- uses : actions/attest-build-provenance@v3.0.0
136+ uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # pin@ v3.0.0
137137 with :
138138 subject-path : " artifact/${{ needs.build.outputs.gem_path }}"
139139
@@ -143,7 +143,7 @@ jobs:
143143 runs-on : ubuntu-latest
144144
145145 steps :
146- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
146+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # pin@v5.0.0
147147 with :
148148 artifact-ids : ${{ needs.build.outputs.artifact-id }}
149149
0 commit comments