Skip to content

Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 #197

Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0

Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 #197

Workflow file for this run

name: actionlint
permissions: read-all
on: [ push, pull_request ]
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
github.com:443
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: actionlint
uses: reviewdog/action-actionlint@9d8b58041eed1373f173e91b9a3db5a844197236 # v1.44.0
env:
SHELLCHECK_OPTS: -e SC2001 -e SC2035 -e SC2046 -e SC2061 -e SC2086 -e SC2156
with:
reporter: github-check
github_token: ${{ secrets.GITHUB_TOKEN }}