File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 26
26
run : |
27
27
./gradlew -b buildSrc/build.gradle.kts -PenablePluginTests=true check
28
28
- name : Publish Test Results
29
- uses : EnricoMi/publish-unit-test-result-action@v1
29
+ uses : EnricoMi/publish-unit-test-result-action@94ba6dbddef5ec4aa827fc275cf7d563bc4d398f
30
30
with :
31
31
files : " **/build/test-results/**/*.xml"
32
32
check_name : " buildSrc Test Results"
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
16
16
steps :
17
17
- name : Create base branch
18
- uses : peterjgrainger/action-create-branch@v2.2.0
18
+ uses : peterjgrainger/action-create-branch@c2800a3a9edbba2218da6861fa46496cf8f3195a
19
19
with :
20
20
branch : ' releases/${{ inputs.name }}'
21
21
- name : Create release branch
22
- uses : peterjgrainger/action-create-branch@v2.2.0
22
+ uses : peterjgrainger/action-create-branch@c2800a3a9edbba2218da6861fa46496cf8f3195a
23
23
with :
24
24
branch : ' releases/${{ inputs.name }}.release'
25
25
Original file line number Diff line number Diff line change 62
62
> diff.md
63
63
64
64
- name : Add comment
65
- uses : mshick/add-pr-comment@v2
65
+ uses : mshick/add-pr-comment@a65df5f64fc741e91c59b8359a4bc56e57aaf5b1
66
66
with :
67
67
message-path : diff.md
Original file line number Diff line number Diff line change 15
15
permissions :
16
16
pull-requests : write
17
17
steps :
18
- - uses : mshick/add-pr-comment@v2
18
+ - uses : mshick/add-pr-comment@a65df5f64fc741e91c59b8359a4bc56e57aaf5b1
19
19
with :
20
20
message : >
21
21
### 📝 PRs merging into main branch
Original file line number Diff line number Diff line change 62
62
ref : main
63
63
64
64
- name : Get firebase-workflow-trigger token
65
- uses : tibdex/github-app-token@v1
65
+ uses : tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c
66
66
id : generate-token
67
67
with :
68
68
app_id : ${{ secrets.CPP_WORKFLOW_TRIGGER_APP_ID }}
You can’t perform that action at this time.
0 commit comments