Skip to content
Open
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/ggshield-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
with:
# ggshield diffs the commit range; it needs full history, not a shallow
# clone, to resolve the base of a push or PR.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# render with "unknown shorthand flag: 'c' in -c".
HELM_VERSION: v3.21.1
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7

- uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 # `kustomize build --enable-helm` needs helm on PATH
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/selftest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
LEFTHOOK_VERSION: 2.1.9
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7

- name: YAML-parse lefthook/base.yml (independent of lefthook)
# Catches the unquoted-scalar class that broke every fresh `lefthook
Expand All @@ -41,7 +41,7 @@ jobs:
env:
ACTIONLINT_VERSION: 1.7.12
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- name: install + run actionlint
# Validates Actions workflow + expression syntax across this repo's
# reusable workflows. shellcheck-of-run-blocks is off (the shared shell
Expand All @@ -53,7 +53,7 @@ jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- name: shellcheck shared scripts
# The scripts here run in every consumer (CI + Lefthook pre-push), so a
# bug propagates everywhere — lint them at the root. shellcheck ships on
Expand Down