forked from schubergphilis/claude-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
30 lines (30 loc) · 1.04 KB
/
Copy pathgeneral.yml
File metadata and controls
30 lines (30 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
name: General
"on":
pull_request:
permissions:
contents: read
packages: read
jobs:
MCVS-general-action:
strategy:
matrix:
args:
- testing-type: lint-action
- testing-type: lint-commit
- testing-type: lint-git
- testing-type: yamllint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
# The previous ref was the zizmor-advanced-security feature branch, which
# has since been merged and deleted, so every run failed to resolve the
# action. Pinned to v0.6.1 by commit SHA rather than by tag name: this
# job's own zizmor audit reports a tag ref as unpinned-uses, and a tag is
# mutable. Same style as the actions/checkout pin above.
# yamllint disable rule:line-length
- uses: schubergphilis/mcvs-general-action@03b7d82ed321d30353707237ce1d95a65899548c # v0.6.2
with:
testing-type: ${{ matrix.args.testing-type }}