Skip to content

chore(deps): bump io.insert-koin:koin-bom from 4.2.1 to 4.2.2 #3322

chore(deps): bump io.insert-koin:koin-bom from 4.2.1 to 4.2.2

chore(deps): bump io.insert-koin:koin-bom from 4.2.1 to 4.2.2 #3322

---
name: Validate - Workflows
on:
pull_request:
workflow_dispatch:
inputs:
dryRun:
type: boolean
description: Dry run
default: true
debug:
type: boolean
description: Debug mode
default: false
permissions:
contents: read
jobs:
validate-workflows:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Ensure GitHub actions are SHA pinned
env:
DRY_RUN: ${{ !inputs.dryRun && '--no-dry-run' || '' }}
DEBUG: ${{ inputs.debug && '--debug' || '' }}
run: |
bash scripts/ci/validate-github-actions-pinned.sh $DRY_RUN $DEBUG