Skip to content

deps: bump rand from 0.8.5 to 0.9.2 #101

deps: bump rand from 0.8.5 to 0.9.2

deps: bump rand from 0.8.5 to 0.9.2 #101

Workflow file for this run

# Copyright 2025 harpertoken
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: CLA
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
cla:
runs-on: ubuntu-latest
if: github.repository_owner == 'harpertoken'
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
signed.json
- name: Checkout private cla-bot
uses: actions/checkout@v4
with:
repository: bniladridas/cla-bot
token: ${{ secrets.CLA_BOT_TOKEN }}
path: cla-bot
- name: Copy signed.json to cla-signers.json
run: |
cp signed.json cla-signers.json
cp signed.json cla-bot/cla-signers.json
- name: Run CLA bot
uses: ./cla-bot/
with:
github-token: ${{ secrets.GITHUB_TOKEN }}