Skip to content

Commit c8a1591

Browse files
committed
Update version matrix for github workflows
Signed-off-by: Sunnatillo <[email protected]>
1 parent c05c45e commit c8a1591

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/weekly-md-link-check.yaml

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.7, release-1.6 ]
17+
branch: [ main, release-1.8, release-1.7 ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7

.github/workflows/weekly-security-scan.yaml

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.7, release-1.6 ]
16+
branch: [ main, release-1.8, release-1.7 ]
1717
name: Trivy
1818
runs-on: ubuntu-latest
1919
steps:

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

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.7, release-1.6 ]
20+
branch: [ main, release-1.8, release-1.7 ]
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7

0 commit comments

Comments
 (0)