File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Prepare-Release
33runs :
44 using : composite
55 steps :
6- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
6+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
77 with :
88 go-version : ' 1.26'
99 - name : prepare-release
Original file line number Diff line number Diff line change 5151 with :
5252 commit-objects-artefact : ${{ needs.prepare.outputs.version-commit-artefact }}
5353 after-import : rebase
54- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
54+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
5555 with :
5656 go-version : ' 1.26'
5757 - name : build-diki
@@ -138,7 +138,7 @@ jobs:
138138 permissions :
139139 contents : read
140140 steps :
141- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
141+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
142142 with :
143143 go-version : ' 1.26'
144144 - uses : gardener/cc-utils/.github/actions/trusted-checkout@v1
Original file line number Diff line number Diff line change 3939 - name : Get token for gardener-github-pkg-mngr app
4040 if : ${{ inputs.dry_run == false }}
4141 id : gardener-github-workflows
42- uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
42+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
4343 with :
4444 app-id : ${{ secrets.GARDENER_GITHUB_WORKFLOW_PKG_MNGR_APP_ID }}
4545 private-key : ${{ secrets.GARDENER_GITHUB_WORKFLOW_PKG_MNGR_APP_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments