Skip to content

Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group across 1 directory #365

Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group across 1 directory

Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group across 1 directory #365

Workflow file for this run

name: Validate SDK with Splunk AppInspect
on:
push:
branches: [develop, master]
pull_request:
workflow_dispatch:
env:
PYTHON_VERSION: 3.13
jobs:
appinspect:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
with:
persist-credentials: false
- uses: ./.github/actions/setup-sdk-environment
with:
python-version: ${{ env.PYTHON_VERSION }}
deps-group: lint
- name: Run AppInspect
uses: ./.github/actions/run-appinspect