Skip to content

Commit 4e5681b

Browse files
Update github-actions
1 parent a64d72a commit 4e5681b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/prepare-release/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Prepare-Release
33
runs:
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

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
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

.github/workflows/publish-to-package-repositories.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)