Skip to content

Commit 6b769f9

Browse files
renovate-rancher[bot]holyspectral
authored andcommitted
chore(deps): pin dependencies
1 parent 65a8c2f commit 6b769f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
go-version: stable
2121
- name: golangci-lint
22-
uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
22+
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
2323
with:
2424
version: latest
2525
install-mode: binary

.github/workflows/unitest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
unitest:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
12-
- uses: actions/setup-go@v5
11+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
12+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
1313
with:
1414
go-version: '1.22.3'
1515
- run: |

0 commit comments

Comments
 (0)