File tree Expand file tree Collapse file tree 3 files changed +0
-175
lines changed
actions/create-lines-of-code-report Expand file tree Collapse file tree 3 files changed +0
-175
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7373 fetch-depth : 0 # Full history is needed to compare branches
7474 - name : " Check English usage"
7575 uses : ./.github/actions/check-english-usage
76- count-lines-of-code :
77- name : " Count lines of code"
78- runs-on : ubuntu-latest
79- permissions :
80- id-token : write
81- contents : read
82- timeout-minutes : 2
83- steps :
84- - name : " Checkout code"
85- uses : actions/checkout@v4
86- - name : " Count lines of code"
87- uses : ./.github/actions/create-lines-of-code-report
88- with :
89- build_datetime : " ${{ inputs.build_datetime }}"
90- build_timestamp : " ${{ inputs.build_timestamp }}"
91- idp_aws_report_upload_account_id : " ${{ secrets.IDP_AWS_REPORT_UPLOAD_ACCOUNT_ID }}"
92- idp_aws_report_upload_region : " ${{ secrets.IDP_AWS_REPORT_UPLOAD_REGION }}"
93- idp_aws_report_upload_role_name : " ${{ secrets.IDP_AWS_REPORT_UPLOAD_ROLE_NAME }}"
94- idp_aws_report_upload_bucket_endpoint : " ${{ secrets.IDP_AWS_REPORT_UPLOAD_BUCKET_ENDPOINT }}"
9576 scan-dependencies :
9677 name : " Scan dependencies"
9778 runs-on : ubuntu-latest
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments