Skip to content

chore(deps): update sous-chefs/.github action to v5.0.8 #594

chore(deps): update sous-chefs/.github action to v5.0.8

chore(deps): update sous-chefs/.github action to v5.0.8 #594

Workflow file for this run

---
name: "Test"
"on":
pull_request:
push:
branches: [main]
jobs:
lint-unit:
uses: sous-chefs/.github/.github/workflows/[email protected]
permissions:
actions: write
checks: write
pull-requests: write
statuses: write
issues: write
integration:
needs: "lint-unit"
runs-on: ubuntu-latest
strategy:
matrix:
os:
- amazonlinux-2023
- debian-12
- debian-11
- rockylinux-9
- rockylinux-8
- ubuntu-2204
- ubuntu-2004
suite:
- corretto-11
- corretto-17
- corretto-18
- temurin-8
- temurin-11
- temurin-17
- temurin-21
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@v5
- name: Install Chef
uses: actionshub/[email protected]
- name: Dokken
uses: actionshub/[email protected]
env:
CHEF_LICENSE: accept-no-persist
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
with:
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}
final:
runs-on: ubuntu-latest
needs: [integration]
steps:
- run: echo ${{needs.integration.outputs}}