Skip to content

Commit 29cc240

Browse files
chore(deps): update actions/create-github-app-token digest to 1b10c78
1 parent c74f34e commit 29cc240

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/job-chart-ocm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
packages: write
3636
steps:
3737
- name: Create Github App Token
38-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
38+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
3939
id: app-token
4040
with:
4141
app-id: "1415820"

.github/workflows/job-chart-version-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: Generate a token
2626
id: generate-token
27-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
27+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
2828
with:
2929
app-id: "1415820"
3030
private-key: ${{ secrets.PM_PUBLISHER_PRIVATE_KEY }}

.github/workflows/job-node-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
git config --global user.name 'Platform Mesh Technical User'
4848
git config --global user.email 'platform.mesh.tech@gmail.com'
49-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
49+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
5050
id: app-token
5151
with:
5252
app-id: "1415820"

.github/workflows/job-ocm-version-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- name: Generate a token
1010
id: generate-token
11-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
11+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
1212
with:
1313
app-id: "1415820"
1414
private-key: ${{ secrets.PM_PUBLISHER_PRIVATE_KEY }}

.github/workflows/job-ocm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
packages: write
4040
steps:
4141
- name: Create Github App Token
42-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
42+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
4343
id: app-token
4444
with:
4545
app-id: "1415820"

0 commit comments

Comments
 (0)