-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2455 from element-hq/renovate/github-actions
Pin dependencies
- Loading branch information
Showing
10 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
environment: Netlify | ||
steps: | ||
- name: 📝 Create Deployment | ||
uses: bobheadxi/deployments@v1 | ||
uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1 | ||
id: deployment | ||
with: | ||
step: start | ||
|
@@ -46,7 +46,7 @@ jobs: | |
Exercise caution. Use test accounts. | ||
- name: 📥 Download artifact | ||
uses: actions/download-artifact@v4 | ||
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4 | ||
with: | ||
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }} | ||
run-id: ${{ inputs.artifact_run_id }} | ||
|
@@ -62,7 +62,7 @@ jobs: | |
|
||
- name: ☁️ Deploy to Netlify | ||
id: netlify | ||
uses: nwtgck/[email protected] | ||
uses: nwtgck/actions-netlify@4cbaf4c08f1a7bfa537d6113472ef4424e4eb654 # v3.0 | ||
with: | ||
publish-dir: webapp | ||
deploy-message: "Deploy from GitHub Actions" | ||
|
@@ -73,7 +73,7 @@ jobs: | |
timeout-minutes: 1 | ||
|
||
- name: 🚦 Update deployment status | ||
uses: bobheadxi/deployments@v1 | ||
uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1 | ||
if: always() | ||
with: | ||
step: finish | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
pr_data_json: ${{ steps.prdetails.outputs.data }} | ||
steps: | ||
- id: prdetails | ||
uses: matrix-org/[email protected] | ||
uses: matrix-org/pr-details-action@15bde5285d7850ba276cc3bd8a03733e3f24622a # v1.3 | ||
continue-on-error: true | ||
with: | ||
owner: ${{ github.event.workflow_run.head_repository.owner.login }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,9 +13,9 @@ jobs: | |
|
||
steps: | ||
- name: Checkout the code | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 | ||
|
||
- uses: actions/setup-node@v4 | ||
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 | ||
with: | ||
cache: "yarn" | ||
|
||
|
@@ -26,7 +26,7 @@ jobs: | |
run: "rm -R public/locales" | ||
|
||
- name: Download translation files | ||
uses: localazy/[email protected] | ||
uses: localazy/download@0a79880fb66150601e3b43606fab69c88123c087 # v1.1.0 | ||
with: | ||
groups: "-p includeSourceLang:true" | ||
|
||
|
@@ -38,7 +38,7 @@ jobs: | |
|
||
- name: Create Pull Request | ||
id: cpr | ||
uses: peter-evans/create-pull-request@v6.0.5 | ||
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 | ||
with: | ||
token: ${{ secrets.ELEMENT_BOT_TOKEN }} | ||
branch: actions/localazy-download | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters