Skip to content

Commit ab482a8

Browse files
Merge branch 'main' into dependabot/github_actions/oxsecurity/megalinter-10
2 parents 4f2dd37 + c6eb35a commit ab482a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
# Upload MegaLinter artifacts
103103
- name: Archive production artifacts
104-
uses: actions/upload-artifact@v4
104+
uses: actions/upload-artifact@v7
105105
if: success() || failure()
106106
with:
107107
name: MegaLinter reports

.github/workflows/todo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: TODO to Issue
27-
uses: alstr/todo-to-issue-action@v5.1.10
27+
uses: alstr/todo-to-issue-action@v5.1.15
2828
id: todo
2929
with:
3030
INSERT_ISSUE_URLS: 'true'

0 commit comments

Comments
 (0)