Skip to content

Commit 5090643

Browse files
chore(deps): update github actions
1 parent 6e97137 commit 5090643

5 files changed

Lines changed: 20 additions & 20 deletions

File tree

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6
4141
with:
4242
images: ${{ env.REGISTRY_IMAGE }}
4343
# generate Docker tags:
@@ -53,18 +53,18 @@ jobs:
5353
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4
5454

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

5858
- name: Login to GHCR
59-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
59+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # 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@f9f3042f7e2789586610d6e8b85c8f03e5195baf # 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@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # 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@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # 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@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
128128
with:
129129
registry: ghcr.io
130130
username: ${{ github.repository_owner }}

.github/workflows/ci-frontend.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
23-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
23+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2424
with:
2525
node-version: "${{ env.NODE_VERSION }}"
2626
- name: Run install
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
42-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,24 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3030
- name: Cache envtest binaries
31-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
31+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
3232
with:
3333
path: ./bin/
3434
key: binaries
3535
- name: Setup Golang
36-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
36+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # 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@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # 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@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
4949
with:
5050
use_oidc: true
5151

@@ -56,7 +56,7 @@ jobs:
5656
- name: Checkout
5757
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5858
- name: Setup Golang
59-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
59+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
6060
with:
6161
go-version-file: "go.mod"
6262
- name: Generate manifests
@@ -70,11 +70,11 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
73-
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
73+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # 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@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9
7878
with:
7979
version: latest
8080
args: --issues-exit-code=0

.github/workflows/conventional-commits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2626
with:
2727
python-version: 3.x
28-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
28+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
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@ded1f9488f68a970bc66ea5619e13e9b52e601cd # v23
4040
with:
4141
config: 'docs/.markdownlint.jsonc'
4242
globs: 'docs/**/*.md'

0 commit comments

Comments
 (0)