mirror of
https://github.com/moby/buildkit.git
synced 2026-08-07 08:10:44 +00:00
Bumps the crazy-max-dot-github group with 2 updates in the / directory: [crazy-max/.github/.github/workflows/pr-assign-author.yml](https://github.com/crazy-max/.github) and [crazy-max/.github/.github/workflows/zizmor.yml](https://github.com/crazy-max/.github). Updates `crazy-max/.github/.github/workflows/pr-assign-author.yml` from 1.10.0 to 1.10.1 - [Release notes](https://github.com/crazy-max/.github/releases) - [Commits](716fd1c51a...46267a6e61) Updates `crazy-max/.github/.github/workflows/zizmor.yml` from 1.10.0 to 1.10.1 - [Release notes](https://github.com/crazy-max/.github/releases) - [Commits](716fd1c51a...46267a6e61) --- updated-dependencies: - dependency-name: crazy-max/.github/.github/workflows/pr-assign-author.yml dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crazy-max-dot-github - dependency-name: crazy-max/.github/.github/workflows/zizmor.yml dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crazy-max-dot-github ... Signed-off-by: dependabot[bot] <support@github.com>
31 lines
566 B
YAML
31 lines
566 B
YAML
name: zizmor
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.ref }}
|
|
cancel-in-progress: true
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
branches:
|
|
- 'master'
|
|
- 'v[0-9]+.[0-9]+'
|
|
tags:
|
|
- 'v*'
|
|
- 'dockerfile/*'
|
|
pull_request:
|
|
|
|
jobs:
|
|
run:
|
|
uses: crazy-max/.github/.github/workflows/zizmor.yml@46267a6e61cd56aac2fc79943df180152f4c89d6 # v1.10.1
|
|
permissions:
|
|
contents: read
|
|
security-events: write
|
|
with:
|
|
min-severity: medium
|
|
min-confidence: medium
|
|
persona: pedantic
|