6767 run : |
6868 git config --global core.symlinks true
6969 - name : Checkout benchmarking
70- uses : actions/checkout@v4
70+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7171 - name : git gc
7272 run : |
7373 git gc
@@ -83,11 +83,11 @@ jobs:
8383 # just pulled in in that case.
8484 git pull -s recursive -X ours --autostash --rebase
8585 - name : Add data to repo
86- uses : EndBug/add-and-commit@v9
86+ uses : EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10.0.0
8787 with :
8888 add : results
8989 - name : Upload artifacts
90- uses : actions/upload-artifact@v4
90+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.0
9191 with :
9292 name : benchmark
9393 path : |
@@ -100,14 +100,14 @@ jobs:
100100
101101 steps :
102102 - name : Checkout benchmarking
103- uses : actions/checkout@v4
103+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
104104 - name : git gc
105105 run : |
106106 git gc
107- - uses : fregante/setup-git-user@v2
107+ - uses : fregante/setup-git-user@024bc0b8e177d7e77203b48dab6fb45666854b35 # v2.0.2
108108 - name : Setup system Python
109109 if : ${{ runner.arch == 'X64' }}
110- uses : actions/setup-python@v5
110+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
111111 with :
112112 python-version : " 3.11"
113113 - name : Building Python and running pyperformance
@@ -124,20 +124,20 @@ jobs:
124124 git pull -s recursive -X ours --autostash --rebase
125125 - name : Adding data to repo
126126 if : ${{ !inputs.perf }}
127- uses : EndBug/add-and-commit@v9
127+ uses : EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10.0.0
128128 with :
129129 add : results
130130 - name : Upload benchmark artifacts
131131 if : ${{ !inputs.perf }}
132- uses : actions/upload-artifact@v4
132+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.0
133133 with :
134134 name : benchmark
135135 path : |
136136 benchmark.json
137137 overwrite : true
138138 - name : Upload perf artifacts
139139 if : ${{ inputs.perf }}
140- uses : actions/upload-artifact@v4
140+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.0
141141 with :
142142 name : perf
143143 path : |
@@ -148,7 +148,7 @@ jobs:
148148
149149 steps :
150150 - name : Checkout benchmarking
151- uses : actions/checkout@v4
151+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
152152 - name : git gc
153153 run : |
154154 git gc
@@ -164,11 +164,11 @@ jobs:
164164 # just pulled in in that case.
165165 git pull -s recursive -X ours --autostash --rebase
166166 - name : Add data to repo
167- uses : EndBug/add-and-commit@v9
167+ uses : EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10.0.0
168168 with :
169169 add : results
170170 - name : Upload artifacts
171- uses : actions/upload-artifact@v4
171+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.0
172172 with :
173173 name : benchmark
174174 path : |
0 commit comments