File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ jobs:
2828 steps :
2929
3030 - name : Checkout
31- uses : actions/checkout@v4
31+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232 with :
3333 persist-credentials : false
3434
3535 - id : setup-go
3636 name : Set up Go
37- uses : actions/setup-go@v5
37+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3838 with :
3939 go-version : ' stable'
4040 check-latest : true
Original file line number Diff line number Diff line change 2828
2929 - id : checkout
3030 name : Checkout
31- uses : actions/checkout@v4
31+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232 with :
3333 # We want to be able to push tag deletions if we reject it
3434 persist-credentials : true
You can’t perform that action at this time.
0 commit comments