Skip to content

Commit 14373fe

Browse files
committed
fix: lint-action
1 parent 59493af commit 14373fe

2 files changed

Lines changed: 3 additions & 19 deletions

File tree

.github/workflows/general.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ jobs:
1111
strategy:
1212
matrix:
1313
args:
14+
- testing-type: lint-action
1415
- testing-type: lint-commit
1516
- testing-type: lint-git
1617
- testing-type: security-file-system
1718
- testing-type: yamllint
1819
runs-on: ubuntu-24.04
1920
steps:
20-
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
21+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2122
with:
2223
persist-credentials: false
23-
- uses: schubergphilis/mcvs-general-action@f52c4433add29d8eff9036bf37b5b69a2c4cf28b
24+
- uses: schubergphilis/mcvs-general-action@dd9e92cb0bf9e98226c0c13283e287781a6637a7 # v0.6.0
2425
with:
2526
testing-type: ${{ matrix.args.testing-type }}

.github/workflows/zizmor.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)