Skip to content

Commit 4437fef

Browse files
Update GitHub Actions
1 parent 2c16963 commit 4437fef

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/release-charts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
secret/data/github/repo/${{ github.repository }}/github/app-credentials privateKey | PRIVATE_KEY
4242
4343
# Fetch github token just for the charts repository
44-
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2
44+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
4545
id: app-token
4646
with:
4747
app-id: ${{ env.APP_ID }}

.github/workflows/release-rancher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
secret/data/github/repo/${{ github.repository }}/github/app-credentials privateKey | PRIVATE_KEY
4545
4646
# Fetch github token just for the rancher repository
47-
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2
47+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
4848
id: app-token
4949
with:
5050
app-id: ${{ env.APP_ID }}

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145

146146
- name: Log in to the Container registry
147147
# https://github.com/docker/login-action/releases/tag/v3.2.0
148-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
148+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
149149
with:
150150
registry: ${{ env.REGISTRY }}
151151
username: ${{ env.DOCKER_USERNAME }}
@@ -202,7 +202,7 @@ jobs:
202202
secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials password | DOCKER_PASSWORD
203203
204204
- name: Log in to the Container registry
205-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
205+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
206206
# https://github.com/docker/login-action/releases/tag/v3.2.0
207207
with:
208208
registry: ${{ env.REGISTRY }}

.github/workflows/sync-deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
secret/data/github/repo/${{ github.repository }}/github/app-credentials privateKey | PRIVATE_KEY
3434
3535
# Fetch github token just for the webhook repository
36-
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2
36+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
3737
id: app-token
3838
with:
3939
app-id: ${{ env.APP_ID }}

0 commit comments

Comments
 (0)