We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3613135 commit 97fed60Copy full SHA for 97fed60
2 files changed
.github/workflows/submodule_tracker.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- name: Generate a token
15
id: generate_token
16
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
+ uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
17
with:
18
app-id: ${{ secrets.APP_ID }}
19
private-key: ${{ secrets.APP_PRIVATE_KEY }}
.github/workflows/testing-queue.yml
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
0 commit comments