|
@@ -20,7 +20,7 @@ jobs:
|
|
|
|
|
|
|
|
steps:
|
|
steps:
|
|
|
- name: Create app token
|
|
- name: Create app token
|
|
|
- uses: actions/create-github-app-token@v1
|
|
|
|
|
|
|
+ uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
|
|
|
id: app-token
|
|
id: app-token
|
|
|
with:
|
|
with:
|
|
|
app-id: 1076524
|
|
app-id: 1076524
|
|
@@ -48,7 +48,7 @@ jobs:
|
|
|
run: python netbox/manage.py makemessages -l ${{ env.LOCALE }}
|
|
run: python netbox/manage.py makemessages -l ${{ env.LOCALE }}
|
|
|
|
|
|
|
|
- name: Commit changes
|
|
- name: Commit changes
|
|
|
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
|
|
|
|
|
|
|
+ uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10.0.0
|
|
|
with:
|
|
with:
|
|
|
add: 'netbox/translations/'
|
|
add: 'netbox/translations/'
|
|
|
default_author: github_actions
|
|
default_author: github_actions
|