Skip to content

Commit 022c70b

Browse files
authored
Merge pull request #8398 from killianmuldoon/pr-update-version-matrix-gh-actions
🌱 Update version matrix for github workflows
2 parents 33f882f + f0d26ec commit 022c70b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint-docs-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
branch: [ main, release-1.3, release-1.2 ]
17+
branch: [ main, release-1.4, release-1.3 ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # tag=v3.5.0

.github/workflows/scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
branch: [ main, release-1.3, release-1.2 ]
16+
branch: [ main, release-1.4, release-1.3 ]
1717
name: Trivy
1818
runs-on: ubuntu-latest
1919
steps:

.github/workflows/test-release-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
branch: [ main, release-1.3, release-1.2 ]
20+
branch: [ main, release-1.4, release-1.3 ]
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # tag=v3.5.0

0 commit comments

Comments
 (0)