v2.7.2 into main #12
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
src/components/agents/AgentFileBrowser.vue#L33
Variable 'open' is already declared in the upper scope
|
lint:
src/components/agents/AgentTasksTable.vue#L23
Variable 'headers' is already declared in the upper scope
|
lint:
src/components/agents/AgentTasksTable.vue#L109
'v-html' directive can lead to XSS attack
|
lint:
src/components/agents/AgentTerminal.vue#L9
'v-html' directive can lead to XSS attack
|
lint:
src/components/agents/AgentTerminal.vue#L13
'v-html' directive can lead to XSS attack
|
lint:
src/components/modules/ModulesTable.vue#L42
Variable 'headers' is already declared in the upper scope
|
lint:
src/components/plugins/PluginTasksTable.vue#L23
Variable 'headers' is already declared in the upper scope
|
lint:
src/components/plugins/PluginTasksTable.vue#L109
'v-html' directive can lead to XSS attack
|
lint:
src/utils/pause.js#L1
Unexpected unnamed async function
|