Skip to content

chore: update pkgdeps/automerge-gate action to v5 #19

chore: update pkgdeps/automerge-gate action to v5

chore: update pkgdeps/automerge-gate action to v5 #19

Workflow file for this run

name: Audit GitHub Actions
on:
pull_request:
types:
- synchronize
- opened
- reopened
paths:
- '.github/**'
- 'action.yaml'
push:
branches:
- main
- 'releases/*'
paths:
- '.github/**'
- 'action.yaml'
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: ./.github/actions/setup
with:
install: 'false'
- name: Run actionlint
run: actionlint -color
zizmor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: ./.github/actions/setup
with:
install: 'false'
- name: Run zizmor
run: zizmor .