Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

chore(deps): bump reqwest from 0.12.28 to 0.13.3 #662

chore(deps): bump reqwest from 0.12.28 to 0.13.3

chore(deps): bump reqwest from 0.12.28 to 0.13.3 #662

Workflow file for this run

# SPDX-FileCopyrightText: 2025 Knitli Inc. <knitli@knit.li>
# SPDX-FileContributor: Adam Poulemanos <adam@knit.li>
#
# SPDX-License-Identifier: MIT OR Apache-2.0
# ! GitHub Action to check CLA signatures for Knitli repositories
# ! This action is triggered on issue comments and pull request events.
name: CLA Assistant
on:
issue_comment:
types:
- created
pull_request_target:
types:
- opened
- closed
- synchronize
env:
CLA_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
actions: write
contents: read
pull-requests: write
statuses: write
jobs:
cla-check:
uses: knitli/.github/.github/workflows/cla-check.yml@main

Check failure on line 26 in .github/workflows/cla.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cla.yml

Invalid workflow file

error parsing called workflow ".github/workflows/cla.yml" -> "knitli/.github/.github/workflows/cla-check.yml@main" (source branch with sha:c630eb0f9c9d2c84570b63bc1eefc992696f2b23) : (Line: 467, Col: 39): Unrecognized function: 'replace'. Located at position 1 within expression: replace(needs.check-cla.outputs.needs_cla_csv, ',', ', @')
with:
repo_name: thread
cla_document_url: https://github.com/knitli/thread/blob/main/CONTRIBUTORS_LICENSE_AGREEMENT.md
secrets:
CLA_ACCESS_TOKEN: ${{ secrets.CLA_ACCESS_TOKEN }}