Skip to content

Bump actions/checkout from 3 to 4 #30

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #30

---
name: Test Processor FileExeVerifySignature
on:
push:
paths:
- "SharedProcessors/FileExeVerifySignature.py"
- "Test-Recipes/FileExeVerifySignature.test.recipe.yaml"
- ".github/workflows/Processor_FileExeVerifySignature.yaml"
pull_request:
paths:
- "SharedProcessors/FileExeVerifySignature.py"
- "Test-Recipes/FileExeVerifySignature.test.recipe.yaml"
- ".github/workflows/Processor_FileExeVerifySignature.yaml"
jobs:
ProcessorFileExeVerifySignature:
strategy:
matrix:
# https://ncorti.com/blog/howto-github-actions-build-matrix
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: setup-autopkg local action
uses: ./.github/actions/setup-autopkg
- name: Install requirements
run: pip install --requirement requirements.txt
- name: run recipe autopkg
run: python autopkg/Code/autopkg run -vv Test-Recipes/FileExeVerifySignature.test.recipe.yaml
# Related:
# - https://github.com/jgstew/bigfix-content/blob/master/.github/workflows/AutoPkgCoreProcessors.yaml