Skip to content

chore(workflows): add actionlint and zizmor action linters [SECINT-75] #143

chore(workflows): add actionlint and zizmor action linters [SECINT-75]

chore(workflows): add actionlint and zizmor action linters [SECINT-75] #143

Workflow file for this run

# Copyright 2024 Chainguard, Inc.
# SPDX-License-Identifier: Apache-2.0
name: Do Not Submit
on:
pull_request:
branches:
- 'main'
permissions: {}
jobs:
donotsubmit:
name: Do Not Submit
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
with:
egress-policy: audit
- name: Check out code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Do Not Submit
uses: chainguard-dev/actions/donotsubmit@8bb24c24be6871bee44f19be55ea11e3b2aea3dd # v1.6.11