7878 # Checkout code and set up Go environment
7979 # ————————————————————————————————————————————————————————————————
8080 - name : 📥 Checkout code
81- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
81+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8282
8383 - name : 🔧 Set Go cache paths (cross-platform)
8484 run : |
9292 # ————————————————————————————————————————————————————————————————
9393 - name : 💾 Restore Go module cache
9494 id : restore-gomod
95- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
95+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
9696 with :
9797 path : ~/go/pkg/mod
9898 key : ${{ inputs.primary-runner }}-gomod-${{ hashFiles('**/go.sum', '.github/coverage/go.sum', '.github/pre-commit/go.sum') }}
@@ -104,7 +104,7 @@ jobs:
104104 # ————————————————————————————————————————————————————————————————
105105 - name : 💾 Restore Go build cache
106106 id : restore-gobuild
107- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
107+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
108108 with :
109109 path : |
110110 ~/.cache/go-build
@@ -174,7 +174,7 @@ jobs:
174174 # Checkout code and set up Go environment
175175 # ————————————————————————————————————————————————————————————————
176176 - name : 📥 Checkout code
177- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
177+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
178178
179179 - name : 🔧 Set Go cache paths (cross-platform)
180180 run : |
@@ -202,7 +202,7 @@ jobs:
202202 # ————————————————————————————————————————————————————————————————
203203 - name : 💾 Restore Go module cache
204204 id : restore-gomod
205- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
205+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
206206 with :
207207 path : ~/go/pkg/mod
208208 key : ${{ inputs.primary-runner }}-gomod-${{ hashFiles('**/go.sum', '.github/coverage/go.sum', '.github/pre-commit/go.sum') }}
@@ -214,7 +214,7 @@ jobs:
214214 # ————————————————————————————————————————————————————————————————
215215 - name : 💾 Restore Go build cache
216216 id : restore-gobuild
217- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
217+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
218218 with :
219219 path : |
220220 ~/.cache/go-build
@@ -238,7 +238,7 @@ jobs:
238238 # ————————————————————————————————————————————————————————————————
239239 - name : 💾 Cache golangci-lint analysis
240240 id : cache-golangci-lint
241- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
241+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
242242 with :
243243 path : ${{ env.GOLANGCI_LINT_CACHE }}
244244 key : ${{ inputs.primary-runner }}-golangci-lint-analysis-${{ hashFiles('.golangci.json', '**/go.sum', '.github/coverage/go.sum', '.github/pre-commit/go.sum') }}-${{ steps.golangci-lint-version.outputs.version }}
@@ -315,7 +315,7 @@ jobs:
315315 # Checkout code with full history for proper ignore file handling
316316 # ————————————————————————————————————————————————————————————————
317317 - name : 📥 Checkout repository
318- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
318+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
319319 with :
320320 fetch-depth : 0 # Full history for prettier ignores files
321321
0 commit comments