Skip to content

Commit c3d1ad9

Browse files
ci: pin all GitHub Actions to SHA for org security policy (#160)
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
1 parent 7ff6afd commit c3d1ad9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push-transifex.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1414

1515
- name: l10n-format
1616
shell: bash
@@ -23,7 +23,7 @@ jobs:
2323
beautifyJSON "ownCloudUI/Resources/Localizable.xcstrings"
2424
2525
- name: l10n-push-source
26-
uses: transifex/cli-action@v2
26+
uses: transifex/cli-action@584fd205cbe598773b5a81ce711fa44842678189 # v2
2727
with:
2828
token: ${{ secrets.TX_TOKEN }}
2929
args: push -s --skip

0 commit comments

Comments
 (0)