@@ -44,12 +44,12 @@ jobs:
4444 needs : [setup]
4545 runs-on : " ubuntu-latest"
4646 steps :
47- - uses : holoviz-dev/holoviz_tasks/pre-commit@v0
48- - uses : pre-commit/action@v3.0.1
47+ - uses : holoviz-dev/holoviz_tasks/pre-commit@ffddda04b2894fea39b407f64d3622d2f19e5a9f # v1
48+ - uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
4949 if : needs.setup.outputs.img_change == 'true'
5050 with :
5151 extra_args : -a --hook-stage manual oxipng || true --
52- - uses : stefanzweifel/git-auto-commit-action@v7
52+ - uses : stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7
5353 if : needs.setup.outputs.img_change == 'true'
5454 with :
5555 commit_message : " Optimize PNG images (lossless)"
@@ -62,12 +62,12 @@ jobs:
6262 img_change : ${{ steps.filter.outputs.img }}
6363 matrix : ${{ env.MATRIX }}
6464 steps :
65- - uses : actions/checkout@v6
65+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6666 if : github.event_name != 'pull_request'
6767 with :
6868 persist-credentials : false
6969 - name : Check for code changes
70- uses : dorny/paths-filter@v4
70+ uses : dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4
7171 id : filter
7272 with :
7373 filters : |
@@ -116,7 +116,7 @@ jobs:
116116 name : Pixi lock
117117 runs-on : ubuntu-latest
118118 steps :
119- - uses : holoviz-dev/holoviz_tasks/pixi_lock@v0
119+ - uses : holoviz-dev/holoviz_tasks/pixi-lock@ffddda04b2894fea39b407f64d3622d2f19e5a9f # v1
120120 with :
121121 cache : ${{ github.event.inputs.cache == 'true' || github.event.inputs.cache == '' }}
122122
@@ -131,13 +131,13 @@ jobs:
131131 env :
132132 ENV : ${{ matrix.environment }}
133133 steps :
134- - uses : holoviz-dev/holoviz_tasks/pixi_install@v0
134+ - uses : holoviz-dev/holoviz_tasks/pixi-install@ffddda04b2894fea39b407f64d3622d2f19e5a9f # v1
135135 with :
136136 environments : ${{ matrix.environment }}
137137 - name : Test Unit
138138 run : |
139139 pixi run -e "${ENV}" test-unit $COV
140- - uses : codecov/codecov-action@v5
140+ - uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
141141 with :
142142 token : ${{ secrets.CODECOV_TOKEN }}
143143
@@ -154,7 +154,7 @@ jobs:
154154 env :
155155 ENV : ${{ matrix.environment }}
156156 steps :
157- - uses : holoviz-dev/holoviz_tasks/pixi_install@v0
157+ - uses : holoviz-dev/holoviz_tasks/pixi-install@ffddda04b2894fea39b407f64d3622d2f19e5a9f # v1
158158 with :
159159 environments : ${{ matrix.environment }}
160160 - name : Test Unit
0 commit comments