Skip to content

Bump lodash-es from 4.17.21 to 4.17.23 in /hooks/cascading-scans/hook #3127

Bump lodash-es from 4.17.21 to 4.17.23 in /hooks/cascading-scans/hook

Bump lodash-es from 4.17.21 to 4.17.23 in /hooks/cascading-scans/hook #3127

Workflow file for this run

# SPDX-FileCopyrightText: the secureCodeBox authors
#
# SPDX-License-Identifier: Apache-2.0
name: Label Commenter
on:
issues:
types: [labeled, unlabeled]
pull_request_target:
types: [labeled, unlabeled]
permissions:
contents: read
issues: write
pull-requests: write
jobs:
comment:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Label Commenter
uses: peaceiris/actions-label-commenter@f0dbbef043eb1b150b566db36b0bdc8b7f505579 # v1.10.0
with:
github_token: ${{ secrets.SCB_BOT_USER_TOKEN }}