We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fa6d31 + 40cca7d commit 6896a82Copy full SHA for 6896a82
1 file changed
.github/workflows/claude-pr-review.yml
@@ -18,19 +18,19 @@ jobs:
18
pull-requests: write
19
id-token: write
20
steps:
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6.0.2
22
with:
23
fetch-depth: 1
24
25
- name: Generate GitHub App token
26
id: app-token
27
- uses: actions/create-github-app-token@v2
+ uses: actions/create-github-app-token@v3.2.0
28
29
app-id: 3060111
30
private-key: ${{ secrets.HOTDATA_AUTOMATION_PRIVATE_KEY }}
31
owner: hotdata-dev
32
33
34
35
repository: hotdata-dev/github-workflows
36
ref: main
0 commit comments