Skip to content

Commit 3d88073

Browse files
chore(deps): update github actions
1 parent 47171f9 commit 3d88073

9 files changed

Lines changed: 35 additions & 35 deletions

File tree

.github/workflows/build-and-push.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runner: ubuntu-24.04-arm
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
36+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3737

3838
- name: Prepare
3939
run: |
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Docker tags & labels
5353
id: meta
54-
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6
54+
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6
5555
with:
5656
images: ${{ env.REGISTRY_IMAGE }}
5757
# generate Docker tags:
@@ -65,21 +65,21 @@ jobs:
6565
type=sha,format=long,prefix=
6666
6767
- name: Set up QEMU
68-
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4
68+
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4
6969

7070
- name: Set up Docker Buildx
71-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
71+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
7272

7373
- name: Login to GHCR
74-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
74+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4
7575
with:
7676
registry: ghcr.io
7777
username: ${{ github.repository_owner }}
7878
password: ${{ secrets.GITHUB_TOKEN }}
7979

8080
- name: Build and push by digest
8181
id: build
82-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
82+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7
8383
with:
8484
platforms: ${{ matrix.platform.name }}
8585
build-args: |
@@ -98,7 +98,7 @@ jobs:
9898
touch "/tmp/digests/${digest#sha256:}"
9999
100100
- name: Upload digest
101-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
101+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
102102
with:
103103
name: digests-${{ env.PLATFORM_PAIR }}
104104
path: /tmp/digests/*
@@ -120,7 +120,7 @@ jobs:
120120
merge-multiple: true
121121

122122
- name: Set up Docker Buildx
123-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
123+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
124124

125125
- name: Get branch name
126126
run: |
@@ -132,7 +132,7 @@ jobs:
132132
133133
- name: Docker tags & labels
134134
id: meta
135-
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6
135+
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6
136136
with:
137137
images: ${{ env.REGISTRY_IMAGE }}
138138
# generate Docker tags:
@@ -146,7 +146,7 @@ jobs:
146146
type=sha,format=long,prefix=
147147
148148
- name: Login to GHCR
149-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
149+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4
150150
with:
151151
registry: ghcr.io
152152
username: ${{ github.repository_owner }}

.github/workflows/ci-frontend.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
name: Build UI
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
23-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
22+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
23+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
2424
with:
2525
node-version: "${{ env.NODE_VERSION }}"
2626
- name: Run install
@@ -38,8 +38,8 @@ jobs:
3838
name: Lint TS
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
42-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
41+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
42+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
4343
with:
4444
node-version: "${{ env.NODE_VERSION }}"
4545
- name: Run install

.github/workflows/ci.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,26 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
29+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3030
- name: Cache envtest binaries
31-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
31+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
3232
with:
3333
path: ./bin/
3434
key: binaries
3535
- name: Setup Golang
36-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
36+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
3737
with:
3838
go-version-file: "go.mod"
3939
- name: Install envtest
4040
run: make envtest
4141
- name: Setup envtest
4242
run: ./bin/setup-envtest use
4343
- name: Set up Docker Buildx for docker compose
44-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
44+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
4545
- name: Run tests
4646
run: make test
4747
- name: Upload coverage reports to Codecov
48-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
48+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
4949
with:
5050
use_oidc: true
5151

@@ -54,9 +54,9 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- name: Checkout
57-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
57+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
5858
- name: Setup Golang
59-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
59+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
6060
with:
6161
go-version-file: "go.mod"
6262
- name: Generate manifests
@@ -69,12 +69,12 @@ jobs:
6969
name: Lint Go
7070
runs-on: ubuntu-latest
7171
steps:
72-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
73-
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
72+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
73+
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
7474
with:
7575
go-version-file: "go.mod"
7676
- name: golangci-lint
77-
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
77+
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9
7878
with:
7979
version: latest
8080
args: --issues-exit-code=0

.github/workflows/conventional-commits.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
commitlint:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
12+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1313
with:
1414
fetch-depth: 0
15-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
15+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
1616
- name: commitlint (install)
1717
run: |
1818
npm install -g @commitlint/cli @commitlint/config-conventional

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
deploy:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
26+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2727
with:
2828
fetch-depth: 0 # Fetch all branches to include 'gh-pages' branch
2929
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990
@@ -34,7 +34,7 @@ jobs:
3434
run: uv sync --frozen
3535

3636
- name: Lint Markdown files
37-
uses: DavidAnson/markdownlint-cli2-action@ce4853d43830c74c1753b39f3cf40f71c2031eb9 # v23
37+
uses: DavidAnson/markdownlint-cli2-action@6bf21b07787794f89a243495939cd651942aeabe # v24
3838
with:
3939
config: 'docs/.markdownlint.jsonc'
4040
globs: 'docs/**/*.md'

.github/workflows/helm.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
35+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3636

3737
- name: Helm Render
3838
run: helm template ${{ env.CHART_PATH }}
@@ -43,7 +43,7 @@ jobs:
4343
needs: helm-render
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
46+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
4747

4848
- name: GHCR Login
4949
run: echo ${{ secrets.GITHUB_TOKEN }} | helm registry login ghcr.io -u ${{ github.repository_owner }} --password-stdin
@@ -76,7 +76,7 @@ jobs:
7676
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
7777

7878
- name: Login to GHCR for Cosign
79-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
79+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4
8080
with:
8181
registry: ghcr.io
8282
username: ${{ github.repository_owner }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
CHART_PATH: ./deploy/charts/burrito
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
34+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3535
with:
3636
fetch-depth: 0
3737
ref: main

.github/workflows/tag-on-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
already_exists: ${{ steps.check.outputs.exists }}
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
28+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2929

3030
- name: Read version
3131
id: version

.github/workflows/trivy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
security-events: write # Required to upload SARIF to the GitHub Security tab
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
23+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2424

2525
# On pull requests, fail the job when HIGH/CRITICAL issues are found so
2626
# they surface directly in the PR checks.
@@ -49,6 +49,6 @@ jobs:
4949

5050
- name: Upload Trivy results to GitHub Security tab
5151
if: github.event_name == 'push'
52-
uses: github/codeql-action/upload-sarif@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3
52+
uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4
5353
with:
5454
sarif_file: trivy-results.sarif

0 commit comments

Comments
 (0)