mirror of
https://github.com/ivuorinen/nvim-shellspec.git
synced 2026-03-17 19:02:56 +00:00
Compare commits
75 Commits
v2.0.2
...
bb117fa73c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bb117fa73c | ||
|
|
bb225c286a | ||
|
|
3fef4d2592 | ||
|
|
83f56a8d78 | ||
|
|
4dc3cbdf4d | ||
|
|
c61a840782 | ||
|
|
e6b8a5dd40 | ||
|
|
90ca6cfd85 | ||
|
|
a42f826f3a | ||
|
|
ab2a1155d2 | ||
|
|
b303e259fc | ||
|
|
0b627f3133 | ||
|
|
8c9ed5c20e | ||
|
|
7f9a81c895 | ||
|
|
17e9b3d09d | ||
|
|
4ff52a71fc | ||
|
|
4f11bd51df | ||
|
|
7f0648f249 | ||
|
|
96fbab46fd | ||
|
|
dbdf4067f5 | ||
|
|
1c1d6cd27f | ||
|
|
3d500b86de | ||
|
|
1e9d78fa5c | ||
|
|
bd4f5673b6 | ||
|
|
9147c0cb72 | ||
|
|
6468dbaa06 | ||
|
|
19d1b4d70b | ||
|
|
686781e24f | ||
|
|
7e5a68ac10 | ||
|
|
671daabcee | ||
|
|
5d72206c4c | ||
|
|
5ce51327b5 | ||
| 66f98f00a0 | |||
|
|
313595744d | ||
|
|
609b792964 | ||
|
|
ee596690b4 | ||
| 44b73d4059 | |||
|
|
94a9c8bdc2 | ||
|
|
639aa1ed5a | ||
|
|
f4f0b3741e | ||
|
|
41c386537b | ||
|
|
083552a205 | ||
|
|
56996ceaa3 | ||
|
|
11caca9fe5 | ||
|
|
da8bc66f8a | ||
| 24172113ba | |||
|
|
7d37ef95bc | ||
|
|
056c2b3ec2 | ||
|
|
6625c421f9 | ||
|
|
6c395d54fa | ||
|
|
2174700415 | ||
|
|
e29f84d973 | ||
|
|
8474d133c6 | ||
| 666d124c90 | |||
| fc5271ce5d | |||
|
|
6ae587666f | ||
|
|
8509167c44 | ||
|
|
347c971069 | ||
|
|
f8b2d53eab | ||
| 50659f5050 | |||
|
|
5d96917cce | ||
| 2d4e7bcfcc | |||
|
|
792fcd359e | ||
|
|
d5a592209c | ||
|
|
28f0d1aebe | ||
|
|
72d4c5afc3 | ||
|
|
3c933e0958 | ||
|
|
ffee191242 | ||
|
|
e71380ff87 | ||
|
|
6f8786f0c4 | ||
|
|
2e1f776deb | ||
| 1c50141c32 | |||
|
|
60bd670114 | ||
| dfab7a9c32 | |||
|
|
acc484f8fc |
10
.github/workflows/codeql.yml
vendored
10
.github/workflows/codeql.yml
vendored
@@ -25,22 +25,22 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
language: ['javascript'] # Add languages used in your actions
|
language: ['actions'] # Add languages used in your actions
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
|
uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
|
||||||
with:
|
with:
|
||||||
languages: ${{ matrix.language }}
|
languages: ${{ matrix.language }}
|
||||||
queries: security-and-quality
|
queries: security-and-quality
|
||||||
|
|
||||||
- name: Autobuild
|
- name: Autobuild
|
||||||
uses: github/codeql-action/autobuild@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
|
uses: github/codeql-action/autobuild@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
|
uses: github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
|
||||||
with:
|
with:
|
||||||
category: '/language:${{matrix.language}}'
|
category: '/language:${{matrix.language}}'
|
||||||
|
|||||||
2
.github/workflows/pr-lint.yml
vendored
2
.github/workflows/pr-lint.yml
vendored
@@ -27,4 +27,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Run PR Lint
|
- name: Run PR Lint
|
||||||
# https://github.com/ivuorinen/actions
|
# https://github.com/ivuorinen/actions
|
||||||
uses: ivuorinen/actions/pr-lint@71b97baa7c71a55b48413309b86843b1b125e149 # 25.8.31
|
uses: ivuorinen/actions/pr-lint@f98ae7cd7d0feb1f9d6b01de0addbb11414cfc73 # v2026.01.21
|
||||||
|
|||||||
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -23,4 +23,4 @@ jobs:
|
|||||||
issues: write
|
issues: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- uses: ivuorinen/actions/stale@71b97baa7c71a55b48413309b86843b1b125e149 # 25.8.31
|
- uses: ivuorinen/actions/stale@f98ae7cd7d0feb1f9d6b01de0addbb11414cfc73 # v2026.01.21
|
||||||
|
|||||||
4
.github/workflows/sync-labels.yml
vendored
4
.github/workflows/sync-labels.yml
vendored
@@ -34,8 +34,8 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: ⤵️ Checkout Repository
|
- name: ⤵️ Checkout Repository
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: ⤵️ Sync Latest Labels Definitions
|
- name: ⤵️ Sync Latest Labels Definitions
|
||||||
uses: ivuorinen/actions/sync-labels@71b97baa7c71a55b48413309b86843b1b125e149 # 25.8.31
|
uses: ivuorinen/actions/sync-labels@f98ae7cd7d0feb1f9d6b01de0addbb11414cfc73 # v2026.01.21
|
||||||
|
|||||||
@@ -22,18 +22,18 @@ repos:
|
|||||||
args: [--autofix, --no-sort-keys]
|
args: [--autofix, --no-sort-keys]
|
||||||
|
|
||||||
- repo: https://github.com/JohnnyMorganz/StyLua
|
- repo: https://github.com/JohnnyMorganz/StyLua
|
||||||
rev: v2.1.0
|
rev: v2.3.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: stylua-github # or stylua-system / stylua
|
- id: stylua-github # or stylua-system / stylua
|
||||||
|
|
||||||
- repo: https://github.com/igorshubovych/markdownlint-cli
|
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||||
rev: v0.45.0
|
rev: v0.47.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: markdownlint
|
- id: markdownlint
|
||||||
args: [-c, .markdownlint.json, --fix]
|
args: [-c, .markdownlint.json, --fix]
|
||||||
|
|
||||||
- repo: https://github.com/adrienverge/yamllint
|
- repo: https://github.com/adrienverge/yamllint
|
||||||
rev: v1.37.1
|
rev: v1.38.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: yamllint
|
- id: yamllint
|
||||||
|
|
||||||
@@ -49,18 +49,18 @@ repos:
|
|||||||
args: ["--severity=warning"]
|
args: ["--severity=warning"]
|
||||||
|
|
||||||
- repo: https://github.com/rhysd/actionlint
|
- repo: https://github.com/rhysd/actionlint
|
||||||
rev: v1.7.7
|
rev: v1.7.10
|
||||||
hooks:
|
hooks:
|
||||||
- id: actionlint
|
- id: actionlint
|
||||||
args: ["-shellcheck="]
|
args: ["-shellcheck="]
|
||||||
|
|
||||||
- repo: https://github.com/renovatebot/pre-commit-hooks
|
- repo: https://github.com/renovatebot/pre-commit-hooks
|
||||||
rev: 41.99.1
|
rev: 42.84.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: renovate-config-validator
|
- id: renovate-config-validator
|
||||||
|
|
||||||
- repo: https://github.com/bridgecrewio/checkov.git
|
- repo: https://github.com/bridgecrewio/checkov.git
|
||||||
rev: "3.2.470"
|
rev: "3.2.499"
|
||||||
hooks:
|
hooks:
|
||||||
- id: checkov
|
- id: checkov
|
||||||
args:
|
args:
|
||||||
|
|||||||
Reference in New Issue
Block a user