Skip to content

Commit d9173d5

Browse files
Pin dependencies (#1720)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cdbfac3 commit d9173d5

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818

1919
steps:
2020
- name: Checkout code
21-
uses: actions/[email protected]
21+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222
with:
2323
show-progress: false
2424

2525
- name: Setup Node.js with npm
26-
uses: actions/[email protected]
26+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2727
with:
2828
check-latest: true
2929
node-version: ${{ env.NODE_JS_VERSION }}
@@ -44,7 +44,7 @@ jobs:
4444
run: npm run-script serve:ci --no-progress
4545

4646
- name: Upload ASF-ui
47-
uses: actions/[email protected]
47+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4848
with:
4949
if-no-files-found: error
5050
name: ${{ matrix.os }}_ASF-ui

.github/workflows/crowdin-ci.yml

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

1515
steps:
1616
- name: Checkout code
17-
uses: actions/[email protected]
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
with:
1919
show-progress: false
2020

2121
- name: Upload latest strings for translation on Crowdin
22-
uses: crowdin/[email protected]
22+
uses: crowdin/github-action@9fd07c1c5b36b15f082d1d860dc399f16f849bd7 # v2.9.0
2323
with:
2424
crowdin_branch_name: main
2525
config: '.github/crowdin.yml'

.github/workflows/lock-threads.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Lock inactive threads
21-
uses: dessant/[email protected]
21+
uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5.0.1
2222
with:
2323
discussion-inactive-days: 90
2424
issue-inactive-days: 30

.github/workflows/translations.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515

1616
steps:
1717
- name: Checkout code
18-
uses: actions/[email protected]
18+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919
with:
2020
show-progress: false
2121
token: ${{ secrets.ARCHIBOT_ASF_UI_GITHUB_TOKEN }}
2222

2323
- name: Download latest translations from Crowdin
24-
uses: crowdin/[email protected]
24+
uses: crowdin/github-action@9fd07c1c5b36b15f082d1d860dc399f16f849bd7 # v2.9.0
2525
with:
2626
upload_sources: false
2727
download_translations: true
@@ -33,7 +33,7 @@ jobs:
3333
token: ${{ secrets.ASF_CROWDIN_API_TOKEN }}
3434

3535
- name: Import GPG key
36-
uses: crazy-max/[email protected]
36+
uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
3737
with:
3838
gpg_private_key: ${{ secrets.ARCHIBOT_ASF_UI_GPG_PRIVATE_KEY }}
3939
git_user_signingkey: true

0 commit comments

Comments
 (0)