There was an error while loading. Please reload this page.
1 parent f95f305 commit 9d17c7fCopy full SHA for 9d17c7f
2 files changed
.github/workflows/backport.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- name: GitHub App token
17
id: app-token
18
- uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
+ uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
19
with:
20
app-id: ${{ secrets.APP_ID }}
21
private-key: ${{ secrets.APP_PRIVATE_KEY }}
.github/workflows/dependabot_pr.yml
@@ -18,7 +18,7 @@ jobs:
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
22
23
24
0 commit comments