CI(deps): Pin dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
071a6260a9
commit
827dfb31f4
2 changed files with 3 additions and 3 deletions
2
.github/workflows/jsonlint.yml
vendored
2
.github/workflows/jsonlint.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout'
|
- name: 'Checkout'
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||||
- name: Run JSON Lint
|
- name: Run JSON Lint
|
||||||
env:
|
env:
|
||||||
REPORT_ONLY: true
|
REPORT_ONLY: true
|
||||||
|
|
4
.github/workflows/yamlLint.yml
vendored
4
.github/workflows/yamlLint.yml
vendored
|
@ -18,6 +18,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout'
|
- name: 'Checkout'
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||||
- name: yaml-lint
|
- name: yaml-lint
|
||||||
uses: ibiqlik/action-yamllint@v3
|
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3
|
||||||
|
|
Loading…
Reference in a new issue