Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/notificationworkerla…
Browse files Browse the repository at this point in the history
…mbda/cdk/aws-cdk-2.162.1
  • Loading branch information
lindseydew committed Oct 16, 2024
2 parents 993fe95 + 8f1516b commit 1d5214c
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 50 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/event-consumer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: corretto
cache: sbt
java-version: 11
- name: Setup JDK and sbt
uses: guardian/setup-scala@v1

- uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/fake-breaking-news.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: corretto
cache: sbt
java-version: 11
- name: Setup JDK and sbt
uses: guardian/setup-scala@v1

- uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/football.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: corretto
cache: sbt
java-version: 11
- name: Setup JDK and sbt
uses: guardian/setup-scala@v1

- uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/notification-worker-lambdas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: corretto
cache: sbt
java-version: 11
- name: Setup JDK and sbt
uses: guardian/setup-scala@v1

- uses: actions/setup-node@v3
with:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: corretto
cache: sbt
java-version: 11
- name: Setup JDK and sbt
uses: guardian/setup-scala@v1

- uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/registration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: corretto
cache: sbt
java-version: 11
- name: Setup JDK and sbt
uses: guardian/setup-scala@v1

- uses: actions/setup-node@v3
with:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/report-extractor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: corretto
cache: sbt
java-version: 11
- name: Setup JDK and sbt
uses: guardian/setup-scala@v1

- uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: corretto
cache: sbt
java-version: 11
- name: Setup JDK and sbt
uses: guardian/setup-scala@v1

- uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/schedule-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: corretto
cache: sbt
java-version: 11
- name: Setup JDK and sbt
uses: guardian/setup-scala@v1

- uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/slo-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: corretto
cache: sbt
java-version: 11
- name: Setup JDK and sbt
uses: guardian/setup-scala@v1

- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 1d5214c

Please sign in to comment.