4747 steps :
4848
4949 - name : Checkout
50- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
50+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5151
5252 - uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
5353 id : filter
8181 (needs.changes.outputs.lua == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }}
8282 steps :
8383 - name : Checkout
84- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
84+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
8585
8686 - name : Lint Lua
8787 uses : lunarmodules/luacheck@v1
9595 (needs.changes.outputs.go == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }}
9696 steps :
9797 - name : Checkout
98- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
98+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
9999
100100 - name : Get go version
101101 run : echo "GOLANG_VERSION=$(cat GOLANG_VERSION)" >> $GITHUB_ENV
@@ -119,7 +119,7 @@ jobs:
119119 (needs.changes.outputs.go == 'true') || (needs.changes.outputs.docs == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }}
120120 steps :
121121 - name : Checkout
122- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
122+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
123123 - name : Get go version
124124 run : echo "GOLANG_VERSION=$(cat GOLANG_VERSION)" >> $GITHUB_ENV
125125 - name : Set up Go
@@ -144,7 +144,7 @@ jobs:
144144 PLATFORMS : linux/amd64
145145 steps :
146146 - name : Checkout
147- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
147+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
148148
149149 - name : Get go version
150150 id : golangversion
@@ -241,7 +241,7 @@ jobs:
241241 run : helm plugin install https://github.com/helm-unittest/helm-unittest
242242
243243 - name : Checkout code
244- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
244+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
245245 with :
246246 fetch-depth : 0
247247
@@ -274,7 +274,7 @@ jobs:
274274
275275 steps :
276276 - name : Checkout code
277- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
277+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
278278
279279 - name : Download cache
280280 uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
0 commit comments