There was an error while loading. Please reload this page.
1 parent caf4556 commit a055bd8Copy full SHA for a055bd8
2 files changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Git checkout
23
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
24
25
- name: Set Node version
26
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
private-key: ${{ secrets.GH_TOKENS_APP_PRIVATE_KEY }}
28
29
30
31
with:
32
ref: refs/heads/main
33
token: ${{ steps.app-token.outputs.token }}
0 commit comments