5555 ]
5656 steps :
5757 - name : Checkout
58- uses : actions/checkout@v4
58+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5959
6060 - name : Check Rust
6161 run : |
6969 ls -lsa ./charts
7070
7171 - name : Upload artifacts
72- 72+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
7373 with :
7474 name : ${{matrix.features.bench}}
7575 path : ./charts
@@ -82,15 +82,15 @@ jobs:
8282 runs-on : ubuntu-latest
8383 steps :
8484 - name : Checkout
85- uses : actions/checkout@v4
85+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
8686 with :
8787 ref : gh-pages
8888 fetch-depth : 0
8989
9090 - run : git checkout master --
9191
9292 - name : Download artifacts
93- 93+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
9494 with :
9595 path : ./charts
9696
@@ -100,7 +100,7 @@ jobs:
100100 git config --global --add safe.directory '*'
101101 ls -lsR ./charts
102102
103- - uses : actions/create-github-app-token@v2
103+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
104104 id : app-token
105105 with :
106106 app-id : ${{ secrets.POLKADOTSDK_GHPAGES_APP_ID }}
@@ -109,7 +109,7 @@ jobs:
109109 - name : Generate ${{ env.BENCH }}
110110 env :
111111 BENCH : availability-recovery-regression-bench
112- uses : benchmark-action/github-action-benchmark@v1
112+ uses : benchmark-action/github-action-benchmark@4bdcce38c94cec68da58d012ac24b7b1155efe8b # v1.20.7
113113 with :
114114 tool : " customSmallerIsBetter"
115115 name : ${{ env.BENCH }}
@@ -122,7 +122,7 @@ jobs:
122122 - name : Generate ${{ env.BENCH }}
123123 env :
124124 BENCH : availability-distribution-regression-bench
125- uses : benchmark-action/github-action-benchmark@v1
125+ uses : benchmark-action/github-action-benchmark@4bdcce38c94cec68da58d012ac24b7b1155efe8b # v1.20.7
126126 with :
127127 tool : " customSmallerIsBetter"
128128 name : ${{ env.BENCH }}
@@ -135,7 +135,7 @@ jobs:
135135 - name : Generate ${{ env.BENCH }}
136136 env :
137137 BENCH : approval-voting-regression-bench
138- uses : benchmark-action/github-action-benchmark@v1
138+ uses : benchmark-action/github-action-benchmark@4bdcce38c94cec68da58d012ac24b7b1155efe8b # v1.20.7
139139 with :
140140 tool : " customSmallerIsBetter"
141141 name : ${{ env.BENCH }}
@@ -148,7 +148,7 @@ jobs:
148148 - name : Generate ${{ env.BENCH }}
149149 env :
150150 BENCH : statement-distribution-regression-bench
151- uses : benchmark-action/github-action-benchmark@v1
151+ uses : benchmark-action/github-action-benchmark@4bdcce38c94cec68da58d012ac24b7b1155efe8b # v1.20.7
152152 with :
153153 tool : " customSmallerIsBetter"
154154 name : ${{ env.BENCH }}
@@ -161,7 +161,7 @@ jobs:
161161 - name : Generate ${{ env.BENCH }}
162162 env :
163163 BENCH : dispute-coordinator-regression-bench
164- uses : benchmark-action/github-action-benchmark@v1
164+ uses : benchmark-action/github-action-benchmark@4bdcce38c94cec68da58d012ac24b7b1155efe8b # v1.20.7
165165 with :
166166 tool : " customSmallerIsBetter"
167167 name : ${{ env.BENCH }}
0 commit comments