chore: update GitHub Actions to use specific versions for checkout, setup-go, cache, and download actions

This commit is contained in:
ProtoTess
2025-12-01 01:03:13 +00:00
parent a700ddcba6
commit 6436e8b40b
4 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -15,10 +15,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Download artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@fb7b1ae3fa6edf41bfe27490ab69d8657bea0656 # v4.1.7
with:
name: coverage-report