File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v4.2.2
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/setup-node@v4.4.0
26+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2727 with :
2828 check-latest : true
2929 node-version : ${{ env.NODE_JS_VERSION }}
4141 run : npm run-script build --no-progress
4242
4343 - name : Upload ASF-WebConfigGenerator
44- uses : actions/upload-artifact@v4.6.2
44+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4545 with :
4646 if-no-files-found : error
4747 name : ${{ matrix.os }}_ASF-WebConfigGenerator
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v4.2.2
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/github-action@v2.9.0
22+ uses : crowdin/github-action@9fd07c1c5b36b15f082d1d860dc399f16f849bd7 # v2.9.0
2323 with :
2424 crowdin_branch_name : main
2525 config : ' .github/crowdin.yml'
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Lock inactive threads
21- uses : dessant/lock-threads@v5.0.1
21+ uses : dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5.0.1
2222 with :
2323 discussion-inactive-days : 90
2424 issue-inactive-days : 30
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
1818
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v4.2.2
21+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222 with :
2323 show-progress : false
2424 token : ${{ secrets.ARCHIBOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
2525
2626 - name : Setup Node.js with npm
27- uses : actions/setup-node@v4.4.0
27+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2828 with :
2929 check-latest : true
3030 node-version : ${{ env.NODE_JS_VERSION }}
4242 run : npm run-script build --no-progress
4343
4444 - name : Import GPG key
45- uses : crazy-max/ghaction-import-gpg@v6.3.0
45+ uses : crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
4646 with :
4747 gpg_private_key : ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }}
4848 git_user_signingkey : true
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v4.2.2
18+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919 with :
2020 show-progress : false
2121 token : ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}
2222
2323 - name : Download latest translations from Crowdin
24- uses : crowdin/github-action@v2.9.0
24+ uses : crowdin/github-action@9fd07c1c5b36b15f082d1d860dc399f16f849bd7 # v2.9.0
2525 with :
2626 upload_sources : false
2727 download_translations : true
3333 token : ${{ secrets.ASF_CROWDIN_API_TOKEN }}
3434
3535 - name : Import GPG key
36- uses : crazy-max/ghaction-import-gpg@v6.3.0
36+ uses : crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
3737 with :
3838 gpg_private_key : ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }}
3939 git_user_signingkey : true
You can’t perform that action at this time.
0 commit comments