Skip to content

chore(helios-cli): pin CI action SHAs and update deny.toml #23

chore(helios-cli): pin CI action SHAs and update deny.toml

chore(helios-cli): pin CI action SHAs and update deny.toml #23

name: cargo-semver-checks

Check failure on line 1 in .github/workflows/cargo-semver-checks.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cargo-semver-checks.yml

Invalid workflow file

(Line: 13, Col: 15): Expected format {org}/{repo}[/path]@ref. Actual 'actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11@11bd71901bbe5b1630ceea73d27597364c9af683'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request: { paths: ['**/Cargo.toml'] }
workflow_dispatch:
jobs:
semver-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.1.1
- uses: obi1kenobi/cargo-semver-checks-action@6b69fcf40e9b5fb17adeb57e4b6ecd020649a239