Skip to content

Commit

Permalink
Tweak pinned shas & dependabot config
Browse files Browse the repository at this point in the history
Don't pin knative/actions
Bump chainguard actions to a newer sha
  • Loading branch information
dprotaso committed Dec 30, 2024
1 parent 4480b02 commit 616fd00
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
# Check for updates to GitHub Actions every month
interval: "monthly"
groups:
github-actions:
patterns:
- "*"
8 changes: 4 additions & 4 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: setup-go
uses: knative/actions/setup-go@8d6af971ff477fdd929367f4c33c865ba0082b13 # main
uses: knative/actions/setup-go@main

- name: Setup Cache Directories
run: |
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:

steps:
- name: setup-go
uses: knative/actions/setup-go@8d6af971ff477fdd929367f4c33c865ba0082b13 # main
uses: knative/actions/setup-go@main

- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
Expand All @@ -170,7 +170,7 @@ jobs:
path: ~/artifacts

- name: setup kind
uses: chainguard-dev/actions/setup-kind@2faf313e789d339d91d3c4a73445ccdf90e5272d # main
uses: chainguard-dev/actions/setup-kind@141bf225e9c19c34304ee9d06e9be9c44a6d8765 # main
with:
k8s-version: ${{ matrix.k8s-version }}
kind-worker-count: 4
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
--ingress-class=${{ matrix.ingress-class || matrix.ingress }}.ingress.networking.knative.dev \
${{ matrix.test-flags }}
- uses: chainguard-dev/actions/kind-diag@2faf313e789d339d91d3c4a73445ccdf90e5272d # main
- uses: chainguard-dev/actions/kind-diag@141bf225e9c19c34304ee9d06e9be9c44a6d8765 # main
# Only upload logs on failure.
if: ${{ failure() }}
with:
Expand Down

0 comments on commit 616fd00

Please sign in to comment.