Skip to content

Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group… #398

Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group…

Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group… #398

Workflow file for this run

name: Validate SDK with Splunk AppInspect
on:
push:
branches: [develop, master]
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
appinspect:
name: Run AppInspect
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
with:
persist-credentials: false
- uses: ./.github/actions/setup-sdk-environment
with:
python-version: 3.13
deps-group: lint
- name: Run AppInspect
uses: ./.github/actions/run-appinspect