Skip to content

build: bump GH actions #1261

build: bump GH actions

build: bump GH actions #1261

name: Link Validator
on:
pull_request:
push:
branches:
- main
tags-ignore:
- v*
workflow_dispatch:
schedule:
- cron: '0 6 1 * *'
permissions:
contents: read
jobs:
validate-links:
runs-on: Akka-Default
steps:
- name: Checkout
# https://github.com/actions/checkout/releases
uses: actions/checkout@v6
with: # https://github.com/olafurpg/setup-scala#faster-checkout-of-big-repos
fetch-depth: 100
fetch-tags: true
- name: Cache Coursier cache
# https://github.com/coursier/cache-action/releases
uses: coursier/cache-action@v8.1.0
- name: Set up JDK 25
# https://github.com/coursier/setup-action/releases
uses: coursier/setup-action@v3.0.0
with:
jvm: temurin:1.25
apps: cs
- name: Run akka/github-actions-scripts
uses: akka/github-actions-scripts/setup_global_resolver@main
- name: sbt site
run: sbt docs/makeSite
- name: Run Link Validator
run: cs launch net.runne::site-link-validator:0.2.5 -- scripts/link-validator.conf