Skip to content

chore(deps): update github actions minor and patch updates #117

chore(deps): update github actions minor and patch updates

chore(deps): update github actions minor and patch updates #117

# SPDX-FileCopyrightText: Josef Andersson
#
# SPDX-License-Identifier: CC0-1.0
---
name: Pull Request Workflow
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
commitlint:
uses: ./.github/workflows/commitlint.yml
dependencyreviewlint:
uses: ./.github/workflows/dependencyreview.yml
licenselint:
uses: ./.github/workflows/licenselint.yml
golint:
uses: ./.github/workflows/golint.yml
misclint:
permissions:
contents: read
security-events: write
uses: ./.github/workflows/misclint.yml
test:
permissions:
contents: read
if: ${{ !failure() }}
needs: [licenselint, commitlint, dependencyreviewlint, golint, misclint]
uses: ./.github/workflows/test.yml