File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 directory : " /"
77 schedule :
88 interval : " weekly"
9-
9+ cooldown :
10+ default-days : 7
Original file line number Diff line number Diff line change 1010
1111 steps :
1212 # Important: This sets up your GITHUB_WORKSPACE environment variable
13- - uses : actions/checkout@v6
13+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1414 with :
1515 persist-credentials : false
1616
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515
1616 steps :
1717 - name : Checkout Code
18- uses : actions/checkout@v6
18+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919 with :
2020 persist-credentials : false
2121
2222 - name : Set up Python ${{ matrix.python-version }}
23- uses : actions/setup-python@v6
23+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout Code
18- uses : actions/checkout@v6
18+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919 with :
2020 # Full git history is needed to get a proper list of changed files within `super-linter`
2121 fetch-depth : 0
2525 # Run Linter against code base #
2626 # ###############################
2727 - name : Lint Code Base
28- uses : super-linter/super-linter/slim@ffde3b2b33b745cb612d787f669ef9442b1339a6 # v8.1 .0
28+ uses : super-linter/super-linter/slim@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # v8.5 .0
2929 env :
3030 VALIDATE_ALL_CODEBASE : true
3131 DEFAULT_BRANCH : main
4040 VALIDATE_PYTHON_PYLINT : false
4141 VALIDATE_SHELL_SHFMT : false
4242 VALIDATE_YAML : false
43+ VALIDATE_KUBERNETES_KUBECONFORM : false
44+ VALIDATE_PYTHON_RUFF_FORMAT : false
45+ VALIDATE_SPELL_CODESPELL : false
4346 VALIDATE_YAML_PRETTIER : false
4447 # VALIDATE_DOCKERFILE_HADOLINT: false
4548 # VALIDATE_MARKDOWN: false
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
1818 pull-requests : write
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v6
21+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222 with :
2323 persist-credentials : false
2424 - name : Set up Node
25- uses : actions/setup-node@v6
25+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2626 with :
2727 node-version : 20
2828 - name : Opening pull request
Original file line number Diff line number Diff line change 1313
1414jobs :
1515 update-metadata :
16- uses : validatedpatterns/docs/.github/workflows/metadata-docs.yml@main
16+ uses : validatedpatterns/docs/.github/workflows/metadata-docs.yml@main # zizmor: ignore[unpinned-uses]
1717 permissions : # Workflow-level permissions
1818 contents : read # Required for "read-all"
1919 packages : write # Allows writing to packages
You can’t perform that action at this time.
0 commit comments