mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-08-10 10:50:52 +00:00
Pin dependencies
This commit is contained in:
committed by
Slavi Pantaleev
parent
19b240095b
commit
92e8b67d8b
@@ -19,7 +19,7 @@ jobs:
|
|||||||
if: github.repository == 'spantaleev/matrix-docker-ansible-deploy'
|
if: github.repository == 'spantaleev/matrix-docker-ansible-deploy'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v11
|
- uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11
|
||||||
with:
|
with:
|
||||||
######################################################################
|
######################################################################
|
||||||
# Issues/PRs
|
# Issues/PRs
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ jobs:
|
|||||||
if: github.repository == 'spantaleev/matrix-docker-ansible-deploy'
|
if: github.repository == 'spantaleev/matrix-docker-ansible-deploy'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: dessant/lock-threads@v6
|
- uses: dessant/lock-threads@89ae32b08ed1a541efecbab17912962a5e38981c # v6
|
||||||
with:
|
with:
|
||||||
add-issue-labels: 'outdated'
|
add-issue-labels: 'outdated'
|
||||||
process-only: 'issues, prs'
|
process-only: 'issues, prs'
|
||||||
|
|||||||
@@ -26,10 +26,10 @@ jobs:
|
|||||||
run: pacman -Sy --noconfirm git
|
run: pacman -Sy --noconfirm git
|
||||||
|
|
||||||
- name: Check out
|
- name: Check out
|
||||||
uses: actions/checkout@v7
|
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
|
||||||
|
|
||||||
- name: Restore prek cache
|
- name: Restore prek cache
|
||||||
uses: actions/cache@v6
|
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
|
||||||
with:
|
with:
|
||||||
path: var/prek
|
path: var/prek
|
||||||
key: arch-prek-v1-${{ hashFiles('.pre-commit-config.yaml') }}
|
key: arch-prek-v1-${{ hashFiles('.pre-commit-config.yaml') }}
|
||||||
|
|||||||
@@ -24,23 +24,23 @@ jobs:
|
|||||||
name: Update translations
|
name: Update translations
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
|
||||||
|
|
||||||
- uses: actions/setup-python@v7
|
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
|
||||||
with:
|
with:
|
||||||
python-version: '3.14'
|
python-version: '3.14'
|
||||||
|
|
||||||
# Setting up recommended prerequisites
|
# Setting up recommended prerequisites
|
||||||
# See: i18n/README.md
|
# See: i18n/README.md
|
||||||
- uses: astral-sh/setup-uv@v9.0.0
|
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
|
||||||
- uses: extractions/setup-just@v4
|
- uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4
|
||||||
|
|
||||||
# TODO: optimize when we start publishing translations and integrate a Weblate instance
|
# TODO: optimize when we start publishing translations and integrate a Weblate instance
|
||||||
- name: Update translation catalog templates (POT) files
|
- name: Update translation catalog templates (POT) files
|
||||||
run: just --justfile i18n/justfile extract-translation-templates
|
run: just --justfile i18n/justfile extract-translation-templates
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v8.1.1
|
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
|
||||||
with:
|
with:
|
||||||
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> # Same as committer
|
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> # Same as committer
|
||||||
body: This is an automatic pull request to update translation files.
|
body: This is an automatic pull request to update translation files.
|
||||||
|
|||||||
Reference in New Issue
Block a user