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 GH action dependencies and add dependabot auto-update #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
6 changes: 3 additions & 3 deletions .github/actions/presubmit-variant/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
using: composite
steps:
- name: Setup QEMU
uses: docker/setup-qemu-action@v1.2.0
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0

- name: Populate workspace with variant source only
shell: bash
Expand All @@ -20,8 +20,8 @@ runs:
echo ".github/" >> .melangeignore && tree -a . && \
sudo rm -rf /work && sudo mkdir /work

# Confirmed up-to-date on 2024-07-30
- uses: chainguard-images/actions/apko-build@70ef33423618955be903186c527e677a8bc4689b
# Confirmed up-to-date on: 2025-01-08
- uses: chainguard-images/actions/apko-build@df628db44fb3cf4ee72636f4443df37af6d1e3e5
with:
config: apko.yaml
tag: quay.io/jetstack/${{ inputs.variant }}
Expand Down
6 changes: 3 additions & 3 deletions .github/actions/release-variant/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
runs:
using: composite
steps:
- uses: imjasonh/setup-crane@v0.3
- uses: imjasonh/setup-crane@31b88efe9de28ae0ffa220711af4b60be9435f6e # v0.4

- name: Populate workspace with variant source only
shell: bash
Expand All @@ -21,8 +21,8 @@ runs:
echo ".github/" >> .melangeignore && tree -a . && \
sudo rm -rf /work && sudo mkdir /work

# Confirmed up-to-date on: 2024-07-30
- uses: chainguard-images/actions/apko-snapshot@70ef33423618955be903186c527e677a8bc4689b
# Confirmed up-to-date on: 2025-01-08
- uses: chainguard-images/actions/apko-snapshot@df628db44fb3cf4ee72636f4443df37af6d1e3e5
with:
config: apko.yaml
archs: aarch64,armv7,ppc64le,x86_64,s390x
Expand Down
10 changes: 10 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Update GitHub Actions dependencies daily.
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
groups:
all:
patterns: ["*"]
Loading