Skip to content

Commit 61c808d

Browse files
authored
Merge pull request #2455 from element-hq/renovate/github-actions
Pin dependencies
2 parents 982181c + 13ef318 commit 61c808d

File tree

10 files changed

+28
-28
lines changed

10 files changed

+28
-28
lines changed

.github/workflows/docker.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,35 +23,35 @@ jobs:
2323
packages: write
2424
steps:
2525
- name: Check it out
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2727

2828
- name: 📥 Download artifact
29-
uses: actions/download-artifact@v4
29+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
3030
with:
3131
github-token: ${{ secrets.GITHUB_TOKEN }}
3232
run-id: ${{ inputs.artifact_run_id }}
3333
name: build-output
3434
path: dist
3535

3636
- name: Log in to container registry
37-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
37+
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
3838
with:
3939
registry: ${{ env.REGISTRY }}
4040
username: ${{ github.actor }}
4141
password: ${{ secrets.GITHUB_TOKEN }}
4242

4343
- name: Extract metadata (tags, labels) for Docker
4444
id: meta
45-
uses: docker/metadata-action@f7b4ed12385588c3f9bc252f0a2b520d83b52d48
45+
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
4646
with:
4747
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4848
tags: ${{ inputs.docker_tags}}
4949

5050
- name: Set up Docker Buildx
51-
uses: docker/setup-buildx-action@abe89fb761023d1d963c81f6b5e0df54236dc097
51+
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
5252

5353
- name: Build and push Docker image
54-
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003
54+
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
5555
with:
5656
context: .
5757
platforms: linux/amd64,linux/arm64

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out test private repo
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1616
with:
1717
repository: element-hq/static-call-participant
1818
ref: refs/heads/main

.github/workflows/element-call.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2525
- name: Yarn cache
26-
uses: actions/setup-node@v4
26+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
2727
with:
2828
cache: "yarn"
2929
- name: Install dependencies
@@ -38,7 +38,7 @@ jobs:
3838
VITE_APP_VERSION: ${{ inputs.vite_app_version }}
3939
NODE_OPTIONS: "--max-old-space-size=4096"
4040
- name: Upload Artifact
41-
uses: actions/upload-artifact@v4
41+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
4242
with:
4343
name: build-output
4444
path: dist

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout code
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1111
- name: Yarn cache
12-
uses: actions/setup-node@v4
12+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
1313
with:
1414
cache: "yarn"
1515
- name: Install dependencies

.github/workflows/netlify.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
environment: Netlify
3535
steps:
3636
- name: 📝 Create Deployment
37-
uses: bobheadxi/deployments@v1
37+
uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1
3838
id: deployment
3939
with:
4040
step: start
@@ -46,7 +46,7 @@ jobs:
4646
Exercise caution. Use test accounts.
4747
4848
- name: 📥 Download artifact
49-
uses: actions/download-artifact@v4
49+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
5050
with:
5151
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
5252
run-id: ${{ inputs.artifact_run_id }}
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: ☁️ Deploy to Netlify
6464
id: netlify
65-
uses: nwtgck/actions-netlify@v3.0
65+
uses: nwtgck/actions-netlify@4cbaf4c08f1a7bfa537d6113472ef4424e4eb654 # v3.0
6666
with:
6767
publish-dir: webapp
6868
deploy-message: "Deploy from GitHub Actions"
@@ -73,7 +73,7 @@ jobs:
7373
timeout-minutes: 1
7474

7575
- name: 🚦 Update deployment status
76-
uses: bobheadxi/deployments@v1
76+
uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1
7777
if: always()
7878
with:
7979
step: finish

.github/workflows/pr-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pr_data_json: ${{ steps.prdetails.outputs.data }}
1515
steps:
1616
- id: prdetails
17-
uses: matrix-org/pr-details-action@v1.3
17+
uses: matrix-org/pr-details-action@15bde5285d7850ba276cc3bd8a03733e3f24622a # v1.3
1818
continue-on-error: true
1919
with:
2020
owner: ${{ github.event.workflow_run.head_repository.owner.login }}

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: current-time
4040
run: echo "unix_time=$(date +'%s')" >> $GITHUB_OUTPUT
4141
- name: 📥 Download artifact
42-
uses: actions/download-artifact@v4
42+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
4343
with:
4444
github-token: ${{ secrets.GITHUB_TOKEN }}
4545
run-id: ${{ github.event.workflow_run.id || github.run_id }}
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
tar --numeric-owner --transform "s/dist/element-call-${TARBALL_VERSION}/" -cvzf element-call-${TARBALL_VERSION}.tar.gz dist
5353
- name: Upload
54-
uses: actions/upload-artifact@552bf3722c16e81001aea7db72d8cedf64eb5f68
54+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
5555
env:
5656
GITHUB_TOKEN: ${{ github.token }}
5757
with:

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1313
- name: Yarn cache
14-
uses: actions/setup-node@v4
14+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
1515
with:
1616
cache: "yarn"
1717
- name: Install dependencies
1818
run: "yarn install"
1919
- name: Vitest
2020
run: "yarn run test"
2121
- name: Upload to codecov
22-
uses: codecov/codecov-action@v4
22+
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4
2323
with:
2424
flags: unittests

.github/workflows/translations-download.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313

1414
steps:
1515
- name: Checkout the code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1717

18-
- uses: actions/setup-node@v4
18+
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
1919
with:
2020
cache: "yarn"
2121

@@ -26,7 +26,7 @@ jobs:
2626
run: "rm -R public/locales"
2727

2828
- name: Download translation files
29-
uses: localazy/download@v1.1.0
29+
uses: localazy/download@0a79880fb66150601e3b43606fab69c88123c087 # v1.1.0
3030
with:
3131
groups: "-p includeSourceLang:true"
3232

@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Create Pull Request
4040
id: cpr
41-
uses: peter-evans/create-pull-request@v6.0.5
41+
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
4242
with:
4343
token: ${{ secrets.ELEMENT_BOT_TOKEN }}
4444
branch: actions/localazy-download

.github/workflows/translations-upload.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414

1515
steps:
1616
- name: Checkout the code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1818

1919
- name: Upload
20-
uses: localazy/upload@v1
20+
uses: localazy/upload@27e6b5c0fddf4551596b42226b1c24124335d24a # v1
2121
with:
2222
write_key: ${{ secrets.LOCALAZY_WRITE_KEY }}

0 commit comments

Comments
 (0)