Skip to content

chore(deps-dev): bump eslint-config-next from 15.1.0 to 15.1.3 #777

chore(deps-dev): bump eslint-config-next from 15.1.0 to 15.1.3

chore(deps-dev): bump eslint-config-next from 15.1.0 to 15.1.3 #777

# Copyright (c) Helio Chissini de Castro, 2023. Part of the SW360 Frontend Project.
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
# License-Filename: LICENSE
name: Commit Checks
on:
workflow_dispatch:
pull_request:
branches: [main]
paths-ignore:
- '**.md'
jobs:
build:
name: Validade Pull Request Commits
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: webiny/action-conventional-commits@8bc41ff4e7d423d56fa4905f6ff79209a78776c7 # v1.3.0
- uses: apache/skywalking-eyes/header@3ea9df11bb3a5a85665377d1fd10c02edecf2c40 # main
- name: Check deny listed files
run: bash .github/deny_list.sh