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
8 changes: 4 additions & 4 deletions .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Set up npm for linting
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
digest: ${{ steps.build-push.outputs.digest }}
steps:
- name: Checkout Repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up QEMU
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
digest: ${{ needs.sign_image.outputs.digest }}
steps:
- name: Checkout Repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
sparse-checkout: |
scripts
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
KUBE_CONFIG_FILENAME: 'config'
steps:
- name: Checkout Repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
sparse-checkout: |
helm-chart
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
KUBE_CONFIG_FILENAME: 'config'
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
sparse-checkout: |
scripts
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
needs: cleanup_helm
steps:
- name: Checkout Repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
sparse-checkout: |
scripts
Expand All @@ -71,7 +71,7 @@ jobs:
needs: cleanup_registry
steps:
- name: Checkout Repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
sparse-checkout: |
scripts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/secret-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
submodules: false
- name: Trufflehog Actions Scan
Expand Down