File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
22
22
- name : Download all metrics artifacts from triggering workflow
23
23
id : download-artifacts
24
- uses : actions/github-script@v7
24
+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
25
25
with :
26
26
script : |
27
27
const { owner, repo } = context.repo;
@@ -109,7 +109,7 @@ jobs:
109
109
110
110
- name : Post PR comment with combined metrics summary
111
111
if : steps.compare-metrics.outputs.DIFF_FOUND == 'true' && steps.download-artifacts.outputs.pr_number
112
- uses : thollander/actions-comment-pull-request@v3
112
+ uses : thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3
113
113
with :
114
114
file-path : ./.metrics/combined_summary.md
115
115
github-token : ' ${{ secrets.GITHUB_TOKEN }}'
Original file line number Diff line number Diff line change 49
49
run : echo "${{ github.event.number }}" > pr_number.txt
50
50
- name : Upload PR number artifact
51
51
if : github.event_name == 'pull_request'
52
- uses : actions/upload-artifact@v4
52
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
53
53
with :
54
54
name : pr_number
55
55
path : pr_number.txt
Original file line number Diff line number Diff line change 39
39
echo "$GOPATH/bin" >>"$GITHUB_PATH"
40
40
41
41
- name : Run FOSSA scan and upload report
42
- uses :
fossa-contrib/[email protected]
42
+ uses : fossa-contrib/fossa-action@3d2ef181b1820d6dcd1972f86a767d18167fa19b # v3.0.1
43
43
with :
44
44
# FOSSA Push-Only API Token
45
45
fossa-api-key : 304657e2357ba57b416b94e6b119131b
You can’t perform that action at this time.
0 commit comments