Skip to content

Commit

Permalink
chore(deps): pin actions/checkout action to 692973e
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent cdb8a17 commit 30186df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
curl "${DOWNLOAD_URL}" -sL | sudo tar zx -C "${BIN_PATH}/" kustomize
sudo chmod +x "${BIN_PATH}"/kustomize
- name: Code Checkout
uses: actions/checkout@v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Validate Manifests
run: |
# [ -d ./bootstrap/base ] && touch bootstrap/base/sealed-secrets-secret.yaml
Expand Down

0 comments on commit 30186df

Please sign in to comment.