Skip to content

Commit 69e8f8a

Browse files
Update github workflows
Generated by renovateBot
1 parent cbb720f commit 69e8f8a

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
integration:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
27+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2828
with:
2929
lfs: true
3030

.github/workflows/docker.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
docker:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
29+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3030

3131
- name: Docker metadata
3232
id: docker-md
33-
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6
33+
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6
3434
with:
3535
images: livekit/sip
3636
# generate Docker tags based on the following events/attributes
@@ -47,13 +47,13 @@ jobs:
4747
run: go mod download
4848

4949
- name: Set up QEMU
50-
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4
50+
uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4
5151

5252
- name: Set up Docker Buildx
53-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
53+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
5454

5555
- name: Login to DockerHub
56-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
56+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
5757
with:
5858
username: ${{ secrets.DOCKERHUB_USERNAME }}
5959
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -63,7 +63,7 @@ jobs:
6363
run: echo "version=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
6464

6565
- name: Build and push
66-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
66+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7
6767
with:
6868
context: .
6969
file: ./build/sip/Dockerfile

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: namespace-profile-8vcpu-cache
2828

2929
steps:
30-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
30+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3131

3232
- name: Install Opus dependencies
3333
run: sudo apt-get update && sudo apt-get install -y libopus-dev libopusfile-dev libsoxr-dev
@@ -41,9 +41,9 @@ jobs:
4141
run: go install github.com/mfridman/tparse@v0.17.0
4242

4343
- name: Lint
44-
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
44+
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9
4545
with:
46-
version: v2.11.4
46+
version: v2.12.2
4747

4848
- name: Test
4949
run: |
@@ -69,6 +69,6 @@ jobs:
6969
if-no-files-found: error
7070

7171
- name: Upload coverage to Codecov
72-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
72+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6
7373
with:
7474
files: ./coverage.out,./coverage2.out

0 commit comments

Comments
 (0)