You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workflow-templates/check-go-dependencies-task.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Install the [`check-go-dependencies-task.yml`](check-go-dependencies-task.yml) G
21
21
- Install to: repository root (or merge into the existing `Taskfile.yml`).
22
22
-[`Taskfile.yml`](assets/check-go-dependencies-task/Taskfile.yml) - tasks to check **Go** dependencies.
23
23
- Install to: repository root (or merge into the existing `Taskfile.yml`).
24
-
-[`.licensed.yml](assets/check-dependencies) - suggested allowed dependency license types list for the project's license type.
24
+
-[`.licensed.yml`](assets/check-dependencies) - suggested allowed dependency license types list for the project's license type.
25
25
- Install to: repository root.
26
26
27
27
### Configuration
@@ -106,7 +106,7 @@ The necessary **Licensed** tool can be installed by following [these instruction
106
106
107
107
Unfortunately, **Licensed** does not have Windows support.
108
108
109
-
An updated cache is also generated whenever the cache is found to be outdated by the by the "**Check Go Dependencies**" CI workflow and made available for download via the `dep-licenses-cache` [workflow artifact](https://docs.github.com/actions/managing-workflow-runs/downloading-workflow-artifacts).
109
+
An updated cache is also generated whenever the cache is found to be outdated by the "**Check Go Dependencies**" CI workflow and made available for download via the `dep-licenses-cache` [workflow artifact](https://docs.github.com/actions/managing-workflow-runs/downloading-workflow-artifacts).
Copy file name to clipboardExpand all lines: workflow-templates/check-npm-dependencies-task.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ The necessary **Licensed** tool can be installed by following [these instruction
129
129
130
130
Unfortunately, **Licensed** does not have Windows support.
131
131
132
-
An updated cache is also generated whenever the cache is found to be outdated by the by the "**Check Go Dependencies**" CI workflow and made available for download via the `dep-licenses-cache` [workflow artifact](https://docs.github.com/actions/managing-workflow-runs/downloading-workflow-artifacts).
132
+
An updated cache is also generated whenever the cache is found to be outdated by the "**Check npm Dependencies**" CI workflow and made available for download via the `dep-licenses-cache` [workflow artifact](https://docs.github.com/actions/managing-workflow-runs/downloading-workflow-artifacts).
0 commit comments