Skip to content

build(deps): Bump io.nlopez.compose.rules:detekt from 0.4.19 to 0.4.22 #120

build(deps): Bump io.nlopez.compose.rules:detekt from 0.4.19 to 0.4.22

build(deps): Bump io.nlopez.compose.rules:detekt from 0.4.19 to 0.4.22 #120

Workflow file for this run

name: PR Check
on:
pull_request:
types: [ opened, reopened, synchronize ]
permissions:
contents: read
# We appear to need write permission for both pull-requests and
# issues to post a comment to a pull request.
pull-requests: write
issues: write
jobs:
pr-check:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
github.com:443
- name: Check if fast forwarding is possible
uses: sequoia-pgp/fast-forward@v1
with:
merge: false
# To reduce the workflow's verbosity, use 'on-error'
# to only post a comment when an error occurs, or 'never' to
# never post a comment.
# (Information is always available in the step's summary.)
comment: on-error