88This GitHub Actions workflow generates a changelog for Dependabot.
99
1010<!-- MERGE:START:dependabot-changelog - Do not remove or modify this section -->
11+ ### Secrets
12+
13+ <!-- AUTO-DOC-SECRETS:START - Do not remove or modify this section -->
14+ No secrets.
15+ <!-- AUTO-DOC-SECRETS:END -->
16+
1117### Inputs
1218
1319<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
1420No inputs.
1521<!-- AUTO-DOC-INPUT:END -->
22+
1623### Outputs
1724
1825<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->
@@ -25,6 +32,12 @@ No outputs.
2532This GitHub Actions workflow publishes a release.
2633
2734<!-- MERGE:START:release - Do not remove or modify this section -->
35+ ### Secrets
36+
37+ <!-- AUTO-DOC-SECRETS:START - Do not remove or modify this section -->
38+ No secrets.
39+ <!-- AUTO-DOC-SECRETS:END -->
40+
2841### Inputs
2942
3043<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
@@ -37,6 +50,7 @@ This GitHub Actions workflow publishes a release.
3750| version | string | false | ` "${{ github.ref_name }}" ` | The version to be released. |
3851
3952<!-- AUTO-DOC-INPUT:END -->
53+
4054### Outputs
4155
4256<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->
@@ -49,6 +63,12 @@ No outputs.
4963This GitHub Actions workflow runs the OSSF Scorecard.
5064
5165<!-- MERGE:START:scorecard - Do not remove or modify this section -->
66+ ### Secrets
67+
68+ <!-- AUTO-DOC-SECRETS:START - Do not remove or modify this section -->
69+ No secrets.
70+ <!-- AUTO-DOC-SECRETS:END -->
71+
5272### Inputs
5373
5474<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
@@ -58,6 +78,7 @@ This GitHub Actions workflow runs the OSSF Scorecard.
5878| retention_days | number | false | ` 7 ` | Number of days to retain the scorecard artifact. |
5979
6080<!-- AUTO-DOC-INPUT:END -->
81+
6182### Outputs
6283
6384<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->
@@ -70,18 +91,26 @@ No outputs.
7091This workflow validates the GitHub Action in the repository.
7192
7293<!-- MERGE:START:validate-gh-action - Do not remove or modify this section -->
94+ ### Secrets
95+
96+ <!-- AUTO-DOC-SECRETS:START - Do not remove or modify this section -->
97+ No secrets.
98+ <!-- AUTO-DOC-SECRETS:END -->
99+
73100### Inputs
74101
75102<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
76103
77- | INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
78- | --------------| ---------| ----------| ---------| --------------------------------|
79- | auto_doc | boolean | false | ` false ` | If auto-doc should be run. |
80- | markdownlint | boolean | false | ` false ` | If markdownlint should be run. |
81- | shellcheck | boolean | false | ` false ` | If shellcheck should be run. |
82- | yamlfmt | boolean | false | ` false ` | If yamlfmt should be run. |
104+ | INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
105+ | --------------| ---------| ----------| ---------| ---------------------------------------------|
106+ | auto_doc | boolean | false | ` false ` | If auto-doc should be run. |
107+ | markdownlint | boolean | false | ` false ` | DEPRECATED - If markdownlint should be run. |
108+ | rumdl | boolean | false | ` false ` | If rumdl should be run. |
109+ | shellcheck | boolean | false | ` false ` | If shellcheck should be run. |
110+ | yamlfmt | boolean | false | ` false ` | If yamlfmt should be run. |
83111
84112<!-- AUTO-DOC-INPUT:END -->
113+
85114### Outputs
86115
87116<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->
@@ -94,19 +123,27 @@ No outputs.
94123This workflow validates the GitHub Workflows in the repository.
95124
96125<!-- MERGE:START:validate-gh-workflows - Do not remove or modify this section -->
126+ ### Secrets
127+
128+ <!-- AUTO-DOC-SECRETS:START - Do not remove or modify this section -->
129+ No secrets.
130+ <!-- AUTO-DOC-SECRETS:END -->
131+
97132### Inputs
98133
99134<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
100135
101- | INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
102- | -----------------| ---------| ----------| ---------| --------------------------------|
103- | auto_doc | boolean | false | ` false ` | If auto-doc should be run. |
104- | auto_doc_script | string | false | | The script to run auto-doc. |
105- | markdownlint | boolean | false | ` false ` | If markdownlint should be run. |
106- | shellcheck | boolean | false | ` false ` | If shellcheck should be run. |
107- | yamlfmt | boolean | false | ` false ` | If yamlfmt should be run. |
136+ | INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
137+ | -----------------| ---------| ----------| ---------| ---------------------------------------------|
138+ | auto_doc | boolean | false | ` false ` | If auto-doc should be run. |
139+ | auto_doc_script | string | false | | The script to run auto-doc. |
140+ | markdownlint | boolean | false | ` false ` | DEPRECATED - If markdownlint should be run. |
141+ | rumdl | boolean | false | ` false ` | If rumdl should be run. |
142+ | shellcheck | boolean | false | ` false ` | If shellcheck should be run. |
143+ | yamlfmt | boolean | false | ` false ` | If yamlfmt should be run. |
108144
109145<!-- AUTO-DOC-INPUT:END -->
146+
110147### Outputs
111148
112149<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->
0 commit comments