chore(deps): update cgr.dev/chainguard/glibc-dynamic:latest-dev docker digest to a5abc38 #553
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SPDX-FileCopyrightText: 2025 itiquette/git-provider-sync | |
| # | |
| # SPDX-License-Identifier: CC0-1.0 | |
| --- | |
| name: Pull Request Workflow | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| permissions: | |
| contents: read | |
| jobs: | |
| commitlint: | |
| uses: itiquette/.github/.github/workflows/commit-lint.yml@main | |
| dependencyreviewlint: | |
| uses: itiquette/.github/.github/workflows/dependency-review.yml@main | |
| licenselint: | |
| uses: itiquette/.github/.github/workflows/license-lint.yml@main | |
| misclint: | |
| permissions: | |
| contents: read | |
| security-events: write | |
| uses: itiquette/.github/.github/workflows/mega-lint.yml@main | |
| golint: | |
| uses: ./.github/workflows/golint.yml | |
| test: | |
| permissions: | |
| contents: read | |
| if: ${{ !failure() }} | |
| needs: [licenselint, commitlint, dependencyreviewlint, golint, misclint] | |
| uses: ./.github/workflows/test.yml |