File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 44 using : " composite"
55 steps :
66 - name : Install go
7- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
7+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
88 with :
99 go-version-file : " go.mod"
1010 cache : true
@@ -15,14 +15,14 @@ runs:
1515 echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT
1616 echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
1717 - name : Go Mod Cache
18- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
18+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
1919 with :
2020 path : ${{ steps.go-cache-paths.outputs.go-mod }}
2121 key : ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
2222 restore-keys : |
2323 ${{ runner.os }}-go-mod-
2424 - name : Go Build Cache
25- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
25+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2626 with :
2727 path : ${{ steps.go-cache-paths.outputs.go-build }}
2828 key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1515 with :
1616 fetch-depth : 0
1717 - uses : ./.github/actions/setup-go
Original file line number Diff line number Diff line change 2525 password : ${{ secrets.github_token }}
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2929 with :
3030 ref : ${{ github.event.pull_request.head.sha }}
3131
Original file line number Diff line number Diff line change 1616 github_token : ${{ secrets.GITHUB_TOKEN }}
1717
1818 - name : Checkout repository
19- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2020 with :
2121 ref : ${{ github.event.pull_request.head.sha }}
2222
2626 - name : Verify Shellcheck
2727 run : make verify-shellcheck
2828
29- - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
29+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
3030 with :
3131 node-version : " 18"
3232 - name : Install renovate
3939 done
4040
4141 - name : Generate Token
42- uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1
42+ uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
4343 id : generate-token
4444 with :
4545 app-id : ${{ secrets.SCS_APP_ID }}
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
1313 goreleaser :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717 with :
1818 fetch-depth : 0
1919 - run : git fetch --force --tags
20- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
20+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
2121 with :
2222 go-version : stable
2323
24- - uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6
24+ - uses : goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6
2525 with :
2626 distribution : goreleaser
2727 version : latest
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 if : github.repository == 'SovereignCloudStack/csctl-plugin-openstack'
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1515
1616 - name : Generate Token
17- uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1
17+ uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
1818 id : generate-token
1919 with :
2020 app-id : ${{ secrets.SCS_APP_ID }}
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3434
3535 - name : Generate Token
36- uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1
36+ uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
3737 id : generate-token
3838 with :
3939 app-id : ${{ secrets.SCS_APP_ID }}
You can’t perform that action at this time.
0 commit comments