Skip to content

chore(deps): bump github/codeql-action from 3.30.3 to 4.30.9 #9

chore(deps): bump github/codeql-action from 3.30.3 to 4.30.9

chore(deps): bump github/codeql-action from 3.30.3 to 4.30.9 #9

Workflow file for this run

name: Check semver
on:
workflow_dispatch:
pull_request:
branches: ["main"]
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
permissions:
contents: read
jobs:
semver:
name: Check semver
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
fetch-depth: 0 # We need the full history to compare against `main` for semver changes.
- uses: ./.github/actions/rust
with:
tools: cargo-semver-checks
token: ${{ secrets.GITHUB_TOKEN }}
- id: nss-version
run: echo "minimum=$(cat min_version.txt)" >> "$GITHUB_OUTPUT"
- uses: ./.github/actions/nss
with:
minimum-version: ${{ steps.nss-version.outputs.minimum }}
- run: cargo semver-checks --default-features --baseline-rev origin/main --workspace