We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b749ef commit 475434dCopy full SHA for 475434d
.github/workflows/changelog.yml
@@ -28,17 +28,17 @@ jobs:
28
PR_HEAD: ${{ github.event.pull_request.head.sha }}
29
30
steps:
31
- - uses: actions/checkout@v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
with:
33
fetch-depth: 0
34
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
35
36
go-version: "~1.24"
37
cache: false
38
- name: Cache Go
39
id: go-cache
40
timeout-minutes: 5
41
- uses: actions/cache@v4
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
42
43
path: |
44
~/go/bin
0 commit comments