Skip to content

Commit e58005c

Browse files
chore(deps): update github actions
1 parent fc9419d commit e58005c

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ jobs:
5656
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
5757

5858
- name: Login to GHCR
59-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
59+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # 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@bcafcacb16a39f128d818304e6c9c0c18556b85f # 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/*
@@ -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@4907a6ddec9925e35a0a9e82d7399ccc52663121 # 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ 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
@@ -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,7 +70,7 @@ 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

.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: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)