Skip to content

Remove the ChromaDB pipeline (resolves critical CVE #455 + #401) #13

Remove the ChromaDB pipeline (resolves critical CVE #455 + #401)

Remove the ChromaDB pipeline (resolves critical CVE #455 + #401) #13

Workflow file for this run

name: actionlint
# Lints the GitHub Actions workflow files themselves. actionlint also runs
# shellcheck on every `run:` block, which catches shell bugs in workflows (for
# example, the `set -o pipefail` that fails under the container's default dash
# shell, and unquoted variables). Pinned to the official image by version.
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Run actionlint
run: docker run --rm -v "${{ github.workspace }}":/repo:ro --workdir /repo rhysd/actionlint:1.7.12