Skip to content

dependabot: bump org.owasp.encoder:encoder from 1.2.3 to 1.3.1 #277

dependabot: bump org.owasp.encoder:encoder from 1.2.3 to 1.3.1

dependabot: bump org.owasp.encoder:encoder from 1.2.3 to 1.3.1 #277

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
branches:
- main
types:
- opened
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: GitHub App token
id: github_app_token
uses: tibdex/github-app-token@v2.1.0
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
installation_id: 22958780
- name: Label
uses: actions/labeler@v4
with:
repo-token: ${{ steps.github_app_token.outputs.token }}