Skip to content

Bump node from 18-alpine3.20 to 23-alpine3.20 in /cmd/hub (#1) #3

Bump node from 18-alpine3.20 to 23-alpine3.20 in /cmd/hub (#1)

Bump node from 18-alpine3.20 to 23-alpine3.20 in /cmd/hub (#1) #3

Workflow file for this run

name: FOSSA
on:
push:
branches:
- master
permissions: read-all
jobs:
fossa-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: fossas/fossa-action@main
with:
api-key: ${{secrets.FOSSA_API_KEY}}