|
29 | 29 | steps:
|
30 | 30 | - uses: actions/checkout@v2.3.4
|
31 | 31 |
|
32 |
| - - uses: ActionsDesk/report-action-usage@v2.1.0 |
| 32 | + - uses: ActionsDesk/report-action-usage@v2.1.1 |
33 | 33 | id: action-uses
|
34 | 34 | with:
|
35 | 35 | token: ${{ secrets.ENTERPRISE_ADMIN_TOKEN }}
|
|
83 | 83 | steps:
|
84 | 84 | - uses: actions/checkout@v2.3.4
|
85 | 85 |
|
86 |
| - - uses: ActionsDesk/report-action-usage@v2.1.0 |
| 86 | + - uses: ActionsDesk/report-action-usage@v2.1.1 |
87 | 87 | with:
|
88 | 88 | token: ${{ secrets.ENTERPRISE_ADMIN_TOKEN }}
|
89 | 89 | enterprise: ${{ github.event.inputs.enterprise }}
|
@@ -149,15 +149,15 @@ org2 ,repo1 ,.github/workflows/python-test.yml ,actions/setup-python@v2
|
149 | 149 | <details>
|
150 | 150 | <summary><strong>Rendered</strong></summary>
|
151 | 151 |
|
152 |
| -owner | repo | workflow | action |
153 |
| ------ | ----- | ----- | ----- |
154 |
| -org1 | repo1 | [.github/workflows/test.yml](https://github.com/org1/repo1/blob/HEAD/.github/workflows/test.yml) | [actions/checkout@v2.3.4](https://github.com/actions/checkout) |
155 |
| -org1 | repo1 | [.github/workflows/test.yml](https://github.com/org1/repo1/blob/HEAD/.github/workflows/test.yml) | [actions/setup-node@v2.2.0](https://github.com/actions/setup-node) |
156 |
| -org1 | repo2 | [.github/workflows/codeql-analysis.yml](https://github.com/org1/repo2/blob/HEAD/.github/workflows/codeql-analysis.yml) | [github/codeql-action/analyze@v1](https://github.com/github/codeql-action) |
157 |
| -org1 | repo2 | [.github/workflows/codeql-analysis.yml](https://github.com/org1/repo2/blob/HEAD/.github/workflows/codeql-analysis.yml) | [github/codeql-action/autobuild@v1](https://github.com/github/codeql-action) |
158 |
| -org1 | repo2 | [.github/workflows/codeql-analysis.yml](https://github.com/org1/repo2/blob/HEAD/.github/workflows/codeql-analysis.yml) | [github/codeql-action/init@v1](https://github.com/github/codeql-action) |
159 |
| -org2 | repo1 | [.github/workflows/python-test.yml](https://github.com/org2/repo1/blob/HEAD/.github/workflows/python-test.yml) | [actions/checkout@v2](https://github.com/actions/checkout) |
160 |
| -org2 | repo1 | [.github/workflows/python-test.yml](https://github.com/org2/repo1/blob/HEAD/.github/workflows/python-test.yml) | [actions/setup-python@v2](https://github.com/actions/setup-python) |
| 152 | +| owner | repo | workflow | action | |
| 153 | +| ----- | ----- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | |
| 154 | +| org1 | repo1 | [.github/workflows/test.yml](https://github.com/org1/repo1/blob/HEAD/.github/workflows/test.yml) | [actions/checkout@v2.3.4](https://github.com/actions/checkout) | |
| 155 | +| org1 | repo1 | [.github/workflows/test.yml](https://github.com/org1/repo1/blob/HEAD/.github/workflows/test.yml) | [actions/setup-node@v2.2.0](https://github.com/actions/setup-node) | |
| 156 | +| org1 | repo2 | [.github/workflows/codeql-analysis.yml](https://github.com/org1/repo2/blob/HEAD/.github/workflows/codeql-analysis.yml) | [github/codeql-action/analyze@v1](https://github.com/github/codeql-action) | |
| 157 | +| org1 | repo2 | [.github/workflows/codeql-analysis.yml](https://github.com/org1/repo2/blob/HEAD/.github/workflows/codeql-analysis.yml) | [github/codeql-action/autobuild@v1](https://github.com/github/codeql-action) | |
| 158 | +| org1 | repo2 | [.github/workflows/codeql-analysis.yml](https://github.com/org1/repo2/blob/HEAD/.github/workflows/codeql-analysis.yml) | [github/codeql-action/init@v1](https://github.com/github/codeql-action) | |
| 159 | +| org2 | repo1 | [.github/workflows/python-test.yml](https://github.com/org2/repo1/blob/HEAD/.github/workflows/python-test.yml) | [actions/checkout@v2](https://github.com/actions/checkout) | |
| 160 | +| org2 | repo1 | [.github/workflows/python-test.yml](https://github.com/org2/repo1/blob/HEAD/.github/workflows/python-test.yml) | [actions/setup-python@v2](https://github.com/actions/setup-python) | |
161 | 161 |
|
162 | 162 | </details>
|
163 | 163 |
|
|
0 commit comments