Skip to content

Commit b9261f2

Browse files
Update github workflows (major) (#419)
Update github workflows Generated by renovateBot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fd56546 commit b9261f2

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
integration:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
34+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3535
with:
3636
lfs: true
3737

.github/workflows/docker.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
docker:
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
36+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3737

38-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
38+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
3939
with:
4040
path: |
4141
~/go/pkg/mod
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Docker metadata
4949
id: docker-md
50-
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
50+
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6
5151
with:
5252
images: livekit/ingress
5353
# generate Docker tags based on the following events/attributes
@@ -56,27 +56,27 @@ jobs:
5656
type=semver,pattern=v{{major}}.{{minor}}
5757
5858
- name: Set up Go
59-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
59+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
6060
with:
6161
go-version: "1.25"
6262

6363
- name: Download Go modules
6464
run: go mod download
6565

6666
- name: Set up QEMU
67-
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
67+
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4
6868

6969
- name: Set up Docker Buildx
70-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
70+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
7171

7272
- name: Login to DockerHub
73-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
73+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
7474
with:
7575
username: ${{ secrets.DOCKERHUB_USERNAME }}
7676
password: ${{ secrets.DOCKERHUB_TOKEN }}
7777

7878
- name: Build and push
79-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
79+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7
8080
with:
8181
context: .
8282
file: ./build/ingress/Dockerfile

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: namespace-profile-8vcpu-cache
2727

2828
steps:
29-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
29+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3030

3131
- name: Build docker image
3232
run: |

0 commit comments

Comments
 (0)