Skip to content

Commit 89e60be

Browse files
🌱 Update Github Actions group to 3378cda (#44)
Co-authored-by: cluster-stack-bot[bot] <143188378+cluster-stack-bot[bot]@users.noreply.github.com>
1 parent 1d07d40 commit 89e60be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pr-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
done
4040
4141
- name: Generate Token
42-
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1
42+
uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1
4343
id: generate-token
4444
with:
4545
app-id: ${{ secrets.SCS_APP_ID }}

.github/workflows/schedule-link-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1515

1616
- name: Generate Token
17-
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1
17+
uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1
1818
id: generate-token
1919
with:
2020
app-id: ${{ secrets.SCS_APP_ID }}

.github/workflows/schedule-update-bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3434

3535
- name: Generate Token
36-
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1
36+
uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1
3737
id: generate-token
3838
with:
3939
app-id: ${{ secrets.SCS_APP_ID }}

0 commit comments

Comments
 (0)