Skip to content

Commit 7af37d8

Browse files
authored
Merge branch 'archlinux:master' into master
2 parents 18e37b8 + 338e3cf commit 7af37d8

53 files changed

Lines changed: 4891 additions & 5474 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/bandit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
container:
77
image: archlinux/archlinux:latest
88
steps:
9-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
9+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1010
- run: pacman --noconfirm -Syu bandit
1111
- name: Security checkup with Bandit
1212
run: bandit -r archinstall || exit 0

.github/workflows/flake8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
container:
77
image: archlinux/archlinux:latest
88
steps:
9-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
9+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1010
- name: Prepare arch
1111
run: |
1212
pacman-key --init

.github/workflows/github-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ jobs:
2121
image: archlinux/archlinux:latest
2222
options: --privileged
2323
steps:
24-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
25-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
24+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
25+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
2626
- name: Install pre-dependencies
2727
run: |
2828
pacman -Sy --noconfirm tree git python-pyparted python-setuptools python-sphinx python-sphinx_rtd_theme python-build python-installer python-wheel
2929
- name: Sphinx build
3030
run: |
3131
sphinx-build docs _build
3232
- name: Deploy to GitHub Pages
33-
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
33+
uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4
3434
if: ${{ github.event_name != 'pull_request' }}
3535
with:
3636
publish_branch: gh-pages

.github/workflows/iso-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
image: archlinux/archlinux:latest
2727
options: --privileged
2828
steps:
29-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
29+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3030
- run: pwd
3131
- run: find .
3232
- run: cat /etc/os-release

.github/workflows/mypy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
container:
77
image: archlinux/archlinux:latest
88
steps:
9-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
9+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1010
- name: Prepare arch
1111
run: |
1212
pacman-key --init

.github/workflows/pylint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
container:
77
image: archlinux/archlinux:latest
88
steps:
9-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
9+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1010
- name: Prepare arch
1111
run: |
1212
pacman-key --init

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
image: archlinux/archlinux:latest
88
options: --privileged
99
steps:
10-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
10+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1111
- name: Prepare arch
1212
run: |
1313
pacman-key --init

.github/workflows/python-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
image: archlinux/archlinux:latest
1212
options: --privileged
1313
steps:
14-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
14+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1515
- name: Prepare arch
1616
run: |
1717
pacman-key --init

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
image: archlinux/archlinux:latest
1919
options: --privileged
2020
steps:
21-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
21+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2222
- name: Prepare arch
2323
run: |
2424
pacman-key --init

.github/workflows/ruff-format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ jobs:
44
ruff_format_check:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
88
- uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b # v4.0.0
99
- run: ruff format --diff

0 commit comments

Comments
 (0)