Skip to content

Bump follow-redirects from 1.15.11 to 1.16.0 in /documentation in the npm-security-updates group across 1 directory #3437

Bump follow-redirects from 1.15.11 to 1.16.0 in /documentation in the npm-security-updates group across 1 directory

Bump follow-redirects from 1.15.11 to 1.16.0 in /documentation in the npm-security-updates group across 1 directory #3437

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Label Commenter
uses: peaceiris/actions-label-commenter@f0dbbef043eb1b150b566db36b0bdc8b7f505579 # v1.10.0
with:
github_token: ${{ secrets.SCB_BOT_USER_TOKEN }}