Skip to content

test security versions #13

test security versions

test security versions #13

name: test security versions
on:
workflow_dispatch:
jobs:
setup:
uses: ./.github/workflows/security-versions.yml
test:
name: test - ${{ matrix.looker }}
needs: setup
runs-on: ubuntu-latest
strategy:
matrix:
looker: ${{ fromJson(needs.setup.outputs.matrix_json) }}
steps:
- name: Run a one-line script
run: echo Hello, ${{ matrix.looker }}