File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
1212 permissions :
1313 contents : read
1414 steps :
15- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616 with :
1717 fetch-depth : 0
18- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
18+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
1919 with :
2020 go-version : stable
2121 - name : golangci-lint
22- uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
22+ uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
2323 with :
2424 version : latest
2525 install-mode : binary
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2222 - name : Load Secrets from Vault
2323 uses : rancher-eio/read-vault-secrets@main
2424 with :
7979 id-token : write
8080 steps :
8181 - name : Checkout code
82- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
82+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
8383 - name : Load Secrets from Vault
8484 uses : rancher-eio/read-vault-secrets@main
8585 with :
Original file line number Diff line number Diff line change 88 unitest :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
12- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
11+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
12+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
1313 with :
1414 go-version : ' 1.24.5'
1515 - run : |
You can’t perform that action at this time.
0 commit comments