Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
b086fe17c0
chore(deps): bump super-linter/super-linter
Bumps the docker-dependencies group with 1 update in the / directory: [super-linter/super-linter](https://github.com/super-linter/super-linter).


Updates `super-linter/super-linter` from slim-v8.0.0 to slim-v8.6.0
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/super-linter/super-linter/compare/v8...v8.6.0)

---
updated-dependencies:
- dependency-name: super-linter/super-linter
  dependency-version: slim-v8.6.0
  dependency-type: direct:production
  dependency-group: docker-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-01 08:59:08 +00:00
5 changed files with 651 additions and 641 deletions

View File

@ -18,7 +18,7 @@ lint-fix: ## Execute linting and fix
ci: ## Execute all formats and checks
@npm install
@npm audit fix || true
@npm audit fix
@npm run all
$(MAKE) lint-fix

3
dist/index.js generated vendored
View File

@ -996,9 +996,6 @@ const composeOptionsToArgs = (composeOptions) => {
* Executes docker compose command with common options
*/
const execCompose = (command, args, options = {}) => new Promise((resolve, reject) => {
if (options.compose) {
options.configAsString = yaml_1.default.stringify(options.compose);
}
const composeOptions = options.composeOptions || [];
const commandOptions = options.commandOptions || [];
let composeArgs = composeOptionsToArgs(composeOptions);

3
dist/post.js generated vendored
View File

@ -153,9 +153,6 @@ const composeOptionsToArgs = (composeOptions) => {
* Executes docker compose command with common options
*/
const execCompose = (command, args, options = {}) => new Promise((resolve, reject) => {
if (options.compose) {
options.configAsString = yaml_1.default.stringify(options.compose);
}
const composeOptions = options.composeOptions || [];
const commandOptions = options.commandOptions || [];
let composeArgs = composeOptionsToArgs(composeOptions);

1280
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -29,10 +29,10 @@
"@actions/github": "^9.0.0",
"@actions/tool-cache": "^4.0.0",
"@octokit/action": "^8.0.4",
"docker-compose": "^1.4.2"
"docker-compose": "^1.3.2"
},
"devDependencies": {
"@ts-dev-tools/core": "^1.12.0",
"@ts-dev-tools/core": "^1.11.1",
"@vercel/ncc": "^0.38.4",
"eslint-plugin-github": "^6.0.0",
"eslint-plugin-jsonc": "^3.1.2"