mirror of
https://github.com/ivuorinen/.github.git
synced 2026-02-08 21:45:15 +00:00
Compare commits
8 Commits
2025.9.0
...
renovate/r
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3801bf83dd | ||
|
|
b88a4da4d1 | ||
|
|
ffd8555621 | ||
|
|
1384925199 | ||
|
|
bd0c300092 | ||
|
|
1142b91357 | ||
|
|
f2ff1b2793 | ||
|
|
7d3c543682 |
2
.github/workflows/pr-lint.yml
vendored
2
.github/workflows/pr-lint.yml
vendored
@@ -72,7 +72,7 @@ jobs:
|
||||
|
||||
# You can override MegaLinter flavor used to have faster performances
|
||||
# More info at https://megalinter.io/latest/flavors/
|
||||
uses: oxsecurity/megalinter/flavors/cupcake@e08c2b05e3dbc40af4c23f41172ef1e068a7d651 # v8.8.0
|
||||
uses: oxsecurity/megalinter/flavors/cupcake@0dcbedd66ea456ba2d54fd350affaa15df8a0da3 # v9.0.1
|
||||
|
||||
id: ml
|
||||
|
||||
|
||||
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: 🚀 Run stale
|
||||
uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
|
||||
uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
days-before-stale: 30
|
||||
|
||||
@@ -48,12 +48,12 @@ repos:
|
||||
- id: actionlint
|
||||
|
||||
- repo: https://github.com/renovatebot/pre-commit-hooks
|
||||
rev: 41.82.10
|
||||
rev: 41.132.4
|
||||
hooks:
|
||||
- id: renovate-config-validator
|
||||
|
||||
- repo: https://github.com/bridgecrewio/checkov.git
|
||||
rev: 3.2.467
|
||||
rev: 3.2.471
|
||||
hooks:
|
||||
- id: checkov
|
||||
args: [--quiet]
|
||||
|
||||
Reference in New Issue
Block a user