mega-linter-runner 9.1.1-beta202510131238.0 → 9.1.1-beta202510131337.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -180,7 +180,7 @@ jobs:
|
|
|
180
180
|
run: sudo chown -Rc $UID .git/
|
|
181
181
|
|
|
182
182
|
- name: Commit and push applied linter fixes
|
|
183
|
-
uses: stefanzweifel/git-auto-commit-action@
|
|
183
|
+
uses: stefanzweifel/git-auto-commit-action@v7
|
|
184
184
|
if: >-
|
|
185
185
|
steps.ml.outputs.has_updated_sources == 1 &&
|
|
186
186
|
(
|
package/lib/upgrade.js
CHANGED
|
@@ -483,10 +483,10 @@ jobs:
|
|
|
483
483
|
},
|
|
484
484
|
// Auto-commit action
|
|
485
485
|
{
|
|
486
|
-
regex: /stefanzweifel\/git-auto-commit-action@v(2|3|4|5)/gm,
|
|
487
|
-
replacement: `stefanzweifel/git-auto-commit-action@
|
|
488
|
-
test: "stefanzweifel/git-auto-commit-action@
|
|
489
|
-
testRes: `stefanzweifel/git-auto-commit-action@
|
|
486
|
+
regex: /stefanzweifel\/git-auto-commit-action@v(2|3|4|5|6)/gm,
|
|
487
|
+
replacement: `stefanzweifel/git-auto-commit-action@v7`,
|
|
488
|
+
test: "stefanzweifel/git-auto-commit-action@v6",
|
|
489
|
+
testRes: `stefanzweifel/git-auto-commit-action@v7`,
|
|
490
490
|
},
|
|
491
491
|
// All remaining cases... cross fingers :)
|
|
492
492
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mega-linter-runner",
|
|
3
|
-
"version": "9.1.1-
|
|
3
|
+
"version": "9.1.1-beta202510131337.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/oxsecurity/megalinter.git"
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"mocha": "^11.0.0"
|
|
104
104
|
},
|
|
105
105
|
"resolutions": {
|
|
106
|
-
"semver": "7.7.
|
|
106
|
+
"semver": "7.7.3",
|
|
107
107
|
"tmp": "0.2.5"
|
|
108
108
|
}
|
|
109
109
|
}
|