We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff6afd commit c3d1ad9Copy full SHA for c3d1ad9
1 file changed
.github/workflows/push-transifex.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
14
15
- name: l10n-format
16
shell: bash
@@ -23,7 +23,7 @@ jobs:
23
beautifyJSON "ownCloudUI/Resources/Localizable.xcstrings"
24
25
- name: l10n-push-source
26
- uses: transifex/cli-action@v2
+ uses: transifex/cli-action@584fd205cbe598773b5a81ce711fa44842678189 # v2
27
with:
28
token: ${{ secrets.TX_TOKEN }}
29
args: push -s --skip
0 commit comments