Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update actions/checkout digest to 0ad4b8f #295

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 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 @@
# sudo chmod +x ${BIN_PATH}/kustomize
#
- name: Code Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 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 @@
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 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 @@
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 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