@@ -158,7 +158,7 @@ jobs:
158158 git config --global url."https://${{ secrets.SYS_EMF_GH_TOKEN }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
159159
160160 - name : Setup asdf and install dependencies
161- uses : open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
161+ uses : open-edge-platform/orch-ci/.github/actions/setup-asdf@b6610539eb98ed7bd5903e6629e48c1da39d883b
162162
163163 - name : Run lint
164164 run : mage -v lint:markdown
@@ -179,7 +179,7 @@ jobs:
179179 persist-credentials : false
180180
181181 - name : Setup asdf and install dependencies
182- uses : open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
182+ uses : open-edge-platform/orch-ci/.github/actions/setup-asdf@b6610539eb98ed7bd5903e6629e48c1da39d883b
183183
184184 - name : Run lint
185185 working-directory : on-prem-installers
@@ -201,7 +201,7 @@ jobs:
201201 persist-credentials : false
202202
203203 - name : Setup asdf and install dependencies
204- uses : open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
204+ uses : open-edge-platform/orch-ci/.github/actions/setup-asdf@b6610539eb98ed7bd5903e6629e48c1da39d883b
205205
206206 - name : Run lint
207207 run : mage lint:terraform
@@ -225,7 +225,7 @@ jobs:
225225 run : echo "ASDF_YAMLLINT_PIP_PACKAGES=pyyaml" >> $GITHUB_ENV
226226
227227 - name : Setup asdf and install dependencies
228- uses : open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
228+ uses : open-edge-platform/orch-ci/.github/actions/setup-asdf@b6610539eb98ed7bd5903e6629e48c1da39d883b
229229 - name : Run lint
230230 run : mage lint:yaml
231231
@@ -245,7 +245,7 @@ jobs:
245245 persist-credentials : false
246246
247247 - name : Setup asdf and install dependencies
248- uses : open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
248+ uses : open-edge-platform/orch-ci/.github/actions/setup-asdf@b6610539eb98ed7bd5903e6629e48c1da39d883b
249249
250250 - name : Run lint
251251 run : mage lint:helm
@@ -272,7 +272,7 @@ jobs:
272272 git config --global url."https://${{ secrets.SYS_EMF_GH_TOKEN }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
273273
274274 - name : Setup asdf and install dependencies
275- uses : open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
275+ uses : open-edge-platform/orch-ci/.github/actions/setup-asdf@b6610539eb98ed7bd5903e6629e48c1da39d883b
276276
277277 - name : Run lint
278278 run : mage lint:golang
@@ -305,7 +305,7 @@ jobs:
305305 git config --global url."https://${{ secrets.SYS_EMF_GH_TOKEN }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
306306
307307 - name : Setup asdf and install dependencies
308- uses : open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
308+ uses : open-edge-platform/orch-ci/.github/actions/setup-asdf@b6610539eb98ed7bd5903e6629e48c1da39d883b
309309
310310 - name : Run lint
311311 run : |
@@ -364,7 +364,7 @@ jobs:
364364 git config --global url."https://${{ secrets.SYS_EMF_GH_TOKEN }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
365365
366366 - name : Setup asdf and install dependencies
367- uses : open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
367+ uses : open-edge-platform/orch-ci/.github/actions/setup-asdf@b6610539eb98ed7bd5903e6629e48c1da39d883b
368368
369369 - name : Get version tag
370370 id : get_version_tag
0 commit comments