We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d53d66 + 77d03a3 commit 1aef040Copy full SHA for 1aef040
.github/dependabot.yml
@@ -0,0 +1,9 @@
1
+---
2
+# Use `allow` to specify which dependencies to maintain
3
+
4
+version: 2
5
+updates:
6
+ - package-ecosystem: "github-actions"
7
+ directory: "/"
8
+ schedule:
9
+ interval: "weekly"
.github/workflows/megalinter.yml
@@ -59,7 +59,7 @@ jobs:
59
# Upload Mega-Linter artifacts. They will be available on Github action page "Artifacts" section
60
- name: Archive production artifacts
61
if: ${{ success() }} || ${{ failure() }}
62
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
63
with:
64
name: Mega-Linter reports
65
path: |
0 commit comments