Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changelog/current/3317-npm-audit-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Maintenance

- Prevent issues in cron-based workflows

3 changes: 0 additions & 3 deletions .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
matrix:
branches:
- ${{ github.event.repository.default_branch }}
- 'stable34'
- 'stable33'
- 'stable32'

name: npm-audit-fix-${{ matrix.branches }}

Expand Down
14 changes: 12 additions & 2 deletions .github/workflows/npm-audit-fix.yml.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml
index 928fc930..9132bbdb 100644
index 928fc930..0ac049ce 100644
--- a/.github/workflows/npm-audit-fix.yml
+++ b/.github/workflows/npm-audit-fix.yml
@@ -82,4 +82,4 @@ jobs:
@@ -26,9 +26,6 @@ jobs:
matrix:
branches:
- ${{ github.event.repository.default_branch }}
- - 'stable34'
- - 'stable33'
- - 'stable32'

name: npm-audit-fix-${{ matrix.branches }}

@@ -82,4 +79,4 @@ jobs:
body: ${{ steps.npm-audit.outputs.markdown }}
labels: |
dependencies
Expand Down
Loading