mirror of
https://github.com/docker/setup-docker-action.git
synced 2026-04-06 16:39:46 +00:00
Bumps the crazy-max-dot-github group with 2 updates: [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.3.0 to 1.5.0 - [Release notes](https://github.com/crazy-max/.github/releases) - [Commits](bb328ea508...8df2a341be) Updates `crazy-max/.github/.github/workflows/zizmor.yml` from 1.3.0 to 1.5.0 - [Release notes](https://github.com/crazy-max/.github/releases) - [Commits](bb328ea508...8df2a341be) --- updated-dependencies: - dependency-name: crazy-max/.github/.github/workflows/pr-assign-author.yml dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crazy-max-dot-github - dependency-name: crazy-max/.github/.github/workflows/zizmor.yml dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crazy-max-dot-github ... Signed-off-by: dependabot[bot] <support@github.com>
30 lines
542 B
YAML
30 lines
542 B
YAML
name: zizmor
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.ref }}
|
|
cancel-in-progress: true
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
branches:
|
|
- 'master'
|
|
- 'releases/v*'
|
|
tags:
|
|
- 'v*'
|
|
pull_request:
|
|
|
|
jobs:
|
|
zizmor:
|
|
uses: crazy-max/.github/.github/workflows/zizmor.yml@8df2a341be4d0540858ba7abbdffb5edafb2a1a7 # v1.5.0
|
|
permissions:
|
|
contents: read
|
|
security-events: write
|
|
with:
|
|
min-severity: medium
|
|
min-confidence: medium
|
|
persona: pedantic
|