Skip to content

Commit da7ed0e

Browse files
chore(deps): update github actions
1 parent 90001ba commit da7ed0e

8 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
@@ -23,7 +23,7 @@ jobs:
2323
runner: ubuntu-24.04-arm
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
26+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2727

2828
- name: Prepare
2929
run: |
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Docker tags & labels
3939
id: meta
40-
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6
40+
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6
4141
with:
4242
images: ${{ env.REGISTRY_IMAGE }}
4343
# generate Docker tags:
@@ -50,21 +50,21 @@ jobs:
5050
type=sha,format=long,prefix=
5151
5252
- name: Set up QEMU
53-
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4
53+
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4
5454

5555
- name: Set up Docker Buildx
56-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
56+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
5757

5858
- name: Login to GHCR
59-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
59+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
6060
with:
6161
registry: ghcr.io
6262
username: ${{ github.repository_owner }}
6363
password: ${{ secrets.GITHUB_TOKEN }}
6464

6565
- name: Build and push by digest
6666
id: build
67-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
67+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7
6868
with:
6969
platforms: ${{ matrix.platform.name }}
7070
build-args: |
@@ -83,7 +83,7 @@ jobs:
8383
touch "/tmp/digests/${digest#sha256:}"
8484
8585
- name: Upload digest
86-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
86+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
8787
with:
8888
name: digests-${{ env.PLATFORM_PAIR }}
8989
path: /tmp/digests/*
@@ -103,15 +103,15 @@ jobs:
103103
merge-multiple: true
104104

105105
- name: Set up Docker Buildx
106-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
106+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
107107

108108
- name: Get branch name
109109
run: |
110110
echo "VERSION=$( echo ${{ github.head_ref || github.ref_name }} | tr '/' '-' )" >> $GITHUB_ENV
111111
112112
- name: Docker tags & labels
113113
id: meta
114-
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6
114+
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6
115115
with:
116116
images: ${{ env.REGISTRY_IMAGE }}
117117
# generate Docker tags:
@@ -124,7 +124,7 @@ jobs:
124124
type=sha,format=long,prefix=
125125
126126
- name: Login to GHCR
127-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
127+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
128128
with:
129129
registry: ghcr.io
130130
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
23+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
42+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 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@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
5858
- name: Setup Golang
59-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
59+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
73+
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1313
with:
1414
fetch-depth: 0
15-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
15+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
1616
- name: commitlint (install)
1717
run: |
1818
npm install -g @commitlint/cli @commitlint/config-conventional

.github/workflows/docs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
deploy:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
22+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2323
with:
2424
fetch-depth: 0 # Fetch all branches to include 'gh-pages' branch
25-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
25+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
2626
with:
2727
python-version: 3.x
28-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
28+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
2929
with:
3030
key: mkdocs-material-${{ github.ref }}
3131
path: .cache
@@ -36,7 +36,7 @@ jobs:
3636
run: pip install mkdocs-material mike
3737

3838
- name: Lint Markdown files
39-
uses: DavidAnson/markdownlint-cli2-action@ce4853d43830c74c1753b39f3cf40f71c2031eb9 # v23
39+
uses: DavidAnson/markdownlint-cli2-action@8de2aa07cae85fd17c0b35642db70cf5495f1d25 # v24
4040
with:
4141
config: 'docs/.markdownlint.jsonc'
4242
globs: 'docs/**/*.md'

.github/workflows/helm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
27+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2828

2929
- name: Helm Render
3030
run: helm template ${{ env.CHART_PATH }}
@@ -35,7 +35,7 @@ jobs:
3535
needs: helm-render
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
38+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3939

4040
- name: GHCR Login
4141
run: echo ${{ secrets.GITHUB_TOKEN }} | helm registry login ghcr.io -u ${{ github.repository_owner }} --password-stdin

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
CHART_PATH: ./deploy/charts/burrito
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
21+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2222
with:
2323
fetch-depth: 0
2424
ref: main

.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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 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@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4
5353
with:
5454
sarif_file: trivy-results.sarif

0 commit comments

Comments
 (0)