Skip to content

Commit

Permalink
Merge pull request #305 from redhat-cop/renovate/actions-checkout-digest
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato authored May 27, 2024
2 parents 2f6bb99 + df2bb8f commit e323c18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4

Check warning on line 15 in .github/workflows/spellcheck.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

15:73 [comments] too few spaces before comment
- name: Spellcheck
uses: rojopolis/spellcheck-github-actions@dbd2f1da869c05ad874fffeb6fe1ed50cd1a6e98 # 0.36.0

Check warning on line 17 in .github/workflows/spellcheck.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

17:92 [comments] too few spaces before comment
6 changes: 3 additions & 3 deletions .github/workflows/validate-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# sudo chmod +x ${BIN_PATH}/kustomize
#
- name: Code Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4

Check warning on line 26 in .github/workflows/validate-manifests.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

26:73 [comments] too few spaces before comment

- name: Verify Kustomize CLI Installation
run: |
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4

Check warning on line 42 in .github/workflows/validate-manifests.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

42:73 [comments] too few spaces before comment
- name: Validate YAML
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3
with:
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4

Check warning on line 52 in .github/workflows/validate-manifests.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

52:73 [comments] too few spaces before comment
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
Expand Down

0 comments on commit e323c18

Please sign in to comment.