Skip to content

Commit 51fe9cc

Browse files
authored
chore(deps): update GitHub Actions
1 parent 5c31ab2 commit 51fe9cc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
- name: Install mise
1515
env:
1616
MISE_VERSION: 2025.12.0 # renovate: datasource=github-releases packageName=jdx/mise
17-
uses: jdx/mise-action@be3be2260bc02bc3fbf94c5e2fed8b7964baf074 # v3.4.0
17+
uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
1818
with:
1919
version: ${{ env.MISE_VERSION }}
2020

.github/workflows/github-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- id: get-workflow-app-token
3939
name: Get Workflow Access Token
40-
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
40+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
4141
with:
4242
app-id: ${{ secrets.APPLICATION_ID }}
4343
private-key: ${{ secrets.APPLICATION_PRIVATE_KEY }}

.github/workflows/manage-issues.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- id: get-workflow-app-token
1919
name: Get Workflow Access Token
20-
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
20+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
2121
with:
2222
app-id: ${{ secrets.APPLICATION_ID }}
2323
private-key: ${{ secrets.APPLICATION_PRIVATE_KEY }}
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- id: get-workflow-app-token
6464
name: Get Workflow Access Token
65-
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
65+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
6666
with:
6767
app-id: ${{ secrets.APPLICATION_ID }}
6868
private-key: ${{ secrets.APPLICATION_PRIVATE_KEY }}

0 commit comments

Comments
 (0)