mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2026-04-28 09:12:07 -06:00
89501137c0
Bumps [crazy-max/.github/.github/workflows/zizmor.yml](https://github.com/crazy-max/.github) from 1.2.0 to 1.6.0. - [Release notes](https://github.com/crazy-max/.github/releases) - [Commits](https://github.com/crazy-max/.github/compare/bbd31df64ee0f097a02f12495f541f9236f18c46...d89fe92d808a15e2b2ed5cdb62db7c172c31410d) --- updated-dependencies: - dependency-name: crazy-max/.github/.github/workflows/zizmor.yml dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
516 B
YAML
28 lines
516 B
YAML
name: zizmor
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.ref }}
|
|
cancel-in-progress: true
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
branches:
|
|
- 'master'
|
|
- 'releases/v*'
|
|
pull_request:
|
|
|
|
jobs:
|
|
run:
|
|
uses: crazy-max/.github/.github/workflows/zizmor.yml@d89fe92d808a15e2b2ed5cdb62db7c172c31410d # v1.6.0
|
|
permissions:
|
|
contents: read
|
|
security-events: write
|
|
with:
|
|
min-severity: medium
|
|
min-confidence: medium
|
|
persona: pedantic
|