Skip to content

Commit 7f4af18

Browse files
authored
Merge pull request #446 from fluxcd/dependabot/github_actions/lycheeverse/lychee-action-2.4.1
Bump lycheeverse/lychee-action from 2.4.0 to 2.4.1
2 parents 179c614 + 94ee26b commit 7f4af18

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

.github/workflows/lychee-cron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
restore-keys: cache-lychee-
2424

2525
- name: Link Checker
26-
uses: lycheeverse/[email protected].0
26+
uses: lycheeverse/[email protected].1
2727
with:
2828
# args: --cache --max-cache-age 1d --verbose --no-progress .
2929
args: --accept '100..=103,200..=299,429' --cache --max-cache-age 1d --verbose --no-progress .

.github/workflows/lychee-pr.yaml

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

1717
- name: lychee Link Checker
1818
id: lychee
19-
uses: lycheeverse/[email protected].0
19+
uses: lycheeverse/[email protected].1
2020
with:
2121
# args: --cache --max-cache-age 1d --verbose --no-progress .
2222
args: --accept '100..=103,200..=299,429' --cache --max-cache-age 1d --verbose --no-progress .

.github/workflows/update-project-data.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
updateProjectData:
1111
permissions:
12+
contents: write
1213
pull-requests: write
1314
runs-on: ubuntu-24.04
1415
steps:

PROJECT-MEMBERS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ who are not maintainers (yet).
1515
| Daniel Holbach | @dholbach | Daniel Holbach | Independent | PR #302 |
1616
| Luke Mallon | @nalum | nalum | Independent | Issue #339 |
1717
| Steve Wade | @swade1987 | Steve Wade | Independent | Issue #390 |
18-
| Dipti Pai | @dipti-pai | Dipti Pai | Microsoft | Issue #409 |

project/flux-project-maintainers.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
community:
22
- kingdonb
3-
- stealthybox
43
- scottrigby
54
- stefanprodan
65
- mewzherder
@@ -11,6 +10,7 @@ flagger:
1110
flux2:
1211
- relu
1312
- hiddeco
13+
- stealthybox
1414
- matheuscscp
1515
- makkes
1616
- pjbgf
@@ -23,10 +23,14 @@ go-git-providers:
2323
- stefanprodan
2424
image-automation-controller:
2525
# Plus flux2 maintainers
26+
- dipti-pai
2627
- pjbgf
2728
notification-controller:
2829
# Plus flux2 maintainers
2930
- somtochiama
31+
source-controller:
32+
# Plus flux2 maintainers
33+
- dipti-pai
3034
terraform-provider-flux:
3135
- stefanprodan
3236
website:

project/rolodex.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ maintainers:
2222
2323
affiliation: Independent
2424
slack: aryan9600
25+
- dipti-pai:
26+
name: Dipti Pai
27+
28+
affiliation: Microsoft
29+
slack: Dipti Pai
2530
- hiddeco:
2631
name: Hidde Beydals
2732
@@ -75,12 +80,12 @@ maintainers:
7580
- souleb:
7681
name: Soule BA
7782
78-
affiliation: ControlPlane
83+
affiliation: Independent
7984
slack: souleb
8085
- stealthybox:
8186
name: Leigh Capili
8287
83-
affiliation: Flox
88+
affiliation: ControlPlane
8489
slack: Leigh Capili
8590
- stefanprodan:
8691
name: Stefan Prodan

0 commit comments

Comments
 (0)