7777 # Checkout code and set up Go environment
7878 # ————————————————————————————————————————————————————————————————
7979 - name : 📥 Checkout code
80- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
80+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8181
8282 - name : 🔧 Set Go cache paths (cross-platform)
8383 run : |
9191 # ————————————————————————————————————————————————————————————————
9292 - name : 💾 Restore Go module cache
9393 id : restore-gomod
94- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
94+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
9595 with :
9696 path : ~/go/pkg/mod
9797 key : ${{ inputs.primary-runner }}-gomod-${{ hashFiles('**/go.sum') }}
@@ -103,7 +103,7 @@ jobs:
103103 # ————————————————————————————————————————————————————————————————
104104 - name : 💾 Restore Go build cache
105105 id : restore-gobuild
106- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
106+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
107107 with :
108108 path : |
109109 ~/.cache/go-build
@@ -173,7 +173,7 @@ jobs:
173173 # Checkout code and set up Go environment
174174 # ————————————————————————————————————————————————————————————————
175175 - name : 📥 Checkout code
176- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
176+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
177177
178178 - name : 🔧 Set Go cache paths (cross-platform)
179179 run : |
@@ -201,7 +201,7 @@ jobs:
201201 # ————————————————————————————————————————————————————————————————
202202 - name : 💾 Restore Go module cache
203203 id : restore-gomod
204- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
204+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
205205 with :
206206 path : ~/go/pkg/mod
207207 key : ${{ inputs.primary-runner }}-gomod-${{ hashFiles('**/go.sum') }}
@@ -213,7 +213,7 @@ jobs:
213213 # ————————————————————————————————————————————————————————————————
214214 - name : 💾 Restore Go build cache
215215 id : restore-gobuild
216- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
216+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
217217 with :
218218 path : |
219219 ~/.cache/go-build
@@ -237,7 +237,7 @@ jobs:
237237 # ————————————————————————————————————————————————————————————————
238238 - name : 💾 Cache golangci-lint analysis
239239 id : cache-golangci-lint
240- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
240+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
241241 with :
242242 path : ${{ env.GOLANGCI_LINT_CACHE }}
243243 key : ${{ inputs.primary-runner }}-golangci-lint-analysis-${{ hashFiles('.golangci.json', '**/go.sum') }}-${{ steps.golangci-lint-version.outputs.version }}
@@ -314,7 +314,7 @@ jobs:
314314 # Checkout code with full history for proper ignore file handling
315315 # ————————————————————————————————————————————————————————————————
316316 - name : 📥 Checkout repository
317- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
317+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
318318 with :
319319 fetch-depth : 0 # Full history for prettier ignores files
320320
0 commit comments