Skip to content

fix(deps): update dependency com.ongres.scram:scram-client to v3.4 #8363

fix(deps): update dependency com.ongres.scram:scram-client to v3.4

fix(deps): update dependency com.ongres.scram:scram-client to v3.4 #8363

Workflow file for this run

name: CLA Assistant
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize, ready_for_review]
permissions:
contents: write
pull-requests: write
statuses: write
jobs:
cla-assistant:
runs-on: ubuntu-latest
if: |
(github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') ||
(
github.event_name == 'pull_request_target' &&
github.event.pull_request.draft != true &&
github.event.action != 'closed' &&
github.event.pull_request.user.type != 'Bot'
)
steps:
- name: Generate GitHub App Token
id: app-token
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
with:
client-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: CLA Assistant
uses: contributor-assistant/github-action@ca4a40a7d1004f18d9960b404b97e5f30a505a08 # v2.6.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ steps.app-token.outputs.token }}
with:
path-to-signatures: signatures/cla.json
path-to-document: https://github.com/dallay/profiletailors.com/blob/main/CLA.md
branch: main
allowlist: bot*,*[bot],dallay/*,dependabot[bot],coderabbitai[bot],google-labs-jules[bot]
remote-organization-name: dallay
remote-repository-name: profiletailors.com