There was an error while loading. Please reload this page.
1 parent 59493af commit 14373feCopy full SHA for 14373fe
2 files changed
.github/workflows/general.yml
@@ -11,15 +11,16 @@ jobs:
11
strategy:
12
matrix:
13
args:
14
+ - testing-type: lint-action
15
- testing-type: lint-commit
16
- testing-type: lint-git
17
- testing-type: security-file-system
18
- testing-type: yamllint
19
runs-on: ubuntu-24.04
20
steps:
- - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
21
+ - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
22
with:
23
persist-credentials: false
- - uses: schubergphilis/mcvs-general-action@f52c4433add29d8eff9036bf37b5b69a2c4cf28b
24
+ - uses: schubergphilis/mcvs-general-action@dd9e92cb0bf9e98226c0c13283e287781a6637a7 # v0.6.0
25
26
testing-type: ${{ matrix.args.testing-type }}
.github/workflows/zizmor.yml
0 commit comments