mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v6.0.0</h2> <h2>What's Changed</h2> <ul> <li>Update README to include Node.js 24 support details and requirements by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2248">actions/checkout#2248</a></li> <li>Persist creds to a separate file by <a href="https://github.com/ericsciple"><code>@ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2286">actions/checkout#2286</a></li> <li>v6-beta by <a href="https://github.com/ericsciple"><code>@ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2298">actions/checkout#2298</a></li> <li>update readme/changelog for v6 by <a href="https://github.com/ericsciple"><code>@ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2311">actions/checkout#2311</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v5.0.0...v6.0.0">https://github.com/actions/checkout/compare/v5.0.0...v6.0.0</a></p> <h2>v6-beta</h2> <h2>What's Changed</h2> <p>Updated persist-credentials to store the credentials under <code>$RUNNER_TEMP</code> instead of directly in the local git config.</p> <p>This requires a minimum Actions Runner version of <a href="https://github.com/actions/runner/releases/tag/v2.329.0">v2.329.0</a> to access the persisted credentials for <a href="https://docs.github.com/en/actions/tutorials/use-containerized-services/create-a-docker-container-action">Docker container action</a> scenarios.</p> <h2>v5.0.1</h2> <h2>What's Changed</h2> <ul> <li>Port v6 cleanup to v5 by <a href="https://github.com/ericsciple"><code>@ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout#2301</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v5...v5.0.1">https://github.com/actions/checkout/compare/v5...v5.0.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>V6.0.0</h2> <ul> <li>Persist creds to a separate file by <a href="https://github.com/ericsciple"><code>@ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2286">actions/checkout#2286</a></li> <li>Update README to include Node.js 24 support details and requirements by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2248">actions/checkout#2248</a></li> </ul> <h2>V5.0.1</h2> <ul> <li>Port v6 cleanup to v5 by <a href="https://github.com/ericsciple"><code>@ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout#2301</a></li> </ul> <h2>V5.0.0</h2> <ul> <li>Update actions checkout to use node 24 by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li> </ul> <h2>V4.3.1</h2> <ul> <li>Port v6 cleanup to v4 by <a href="https://github.com/ericsciple"><code>@ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2305">actions/checkout#2305</a></li> </ul> <h2>V4.3.0</h2> <ul> <li>docs: update README.md by <a href="https://github.com/motss"><code>@motss</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li> <li>Add internal repos for checking out multiple repositories by <a href="https://github.com/mouismail"><code>@mouismail</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li> <li>Documentation update - add recommended permissions to Readme by <a href="https://github.com/benwells"><code>@benwells</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li> <li>Adjust positioning of user email note and permissions heading by <a href="https://github.com/joshmgross"><code>@joshmgross</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2044">actions/checkout#2044</a></li> <li>Update README.md by <a href="https://github.com/nebuk89"><code>@nebuk89</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li> <li>Update CODEOWNERS for actions by <a href="https://github.com/TingluoHuang"><code>@TingluoHuang</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li> <li>Update package dependencies by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li> </ul> <h2>v4.2.2</h2> <ul> <li><code>url-helper.ts</code> now leverages well-known environment variables by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li> <li>Expand unit test coverage for <code>isGhes</code> by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li> </ul> <h2>v4.2.1</h2> <ul> <li>Check out other refs/* by commit if provided, fall back to ref by <a href="https://github.com/orhantoy"><code>@orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li> </ul> <h2>v4.2.0</h2> <ul> <li>Add Ref and Commit outputs by <a href="https://github.com/lucacome"><code>@lucacome</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li> <li>Dependency updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>- <a href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a>, <a href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li> </ul> <h2>v4.1.7</h2> <ul> <li>Bump the minor-npm-dependencies group across 1 directory with 4 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li> <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li> <li>Check out other refs/* by commit by <a href="https://github.com/orhantoy"><code>@orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li> <li>Pin actions/checkout's own workflows to a known, good, stable version. by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li> </ul> <h2>v4.1.6</h2> <ul> <li>Check platform to set archive extension appropriately by <a href="https://github.com/cory-miller"><code>@cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li> </ul> <h2>v4.1.5</h2> <ul> <li>Update NPM dependencies by <a href="https://github.com/cory-miller"><code>@cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li> <li>Bump github/codeql-action from 2 to 3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li> <li>Bump actions/setup-node from 1 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li> <li>Bump actions/upload-artifact from 2 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="1af3b93b68"><code>1af3b93</code></a> update readme/changelog for v6 (<a href="https://redirect.github.com/actions/checkout/issues/2311">#2311</a>)</li> <li><a href="71cf2267d8"><code>71cf226</code></a> v6-beta (<a href="https://redirect.github.com/actions/checkout/issues/2298">#2298</a>)</li> <li><a href="069c695914"><code>069c695</code></a> Persist creds to a separate file (<a href="https://redirect.github.com/actions/checkout/issues/2286">#2286</a>)</li> <li><a href="ff7abcd0c3"><code>ff7abcd</code></a> Update README to include Node.js 24 support details and requirements (<a href="https://redirect.github.com/actions/checkout/issues/2248">#2248</a>)</li> <li>See full diff in <a href="https://github.com/actions/checkout/compare/v5...v6">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
529 lines
16 KiB
YAML
529 lines
16 KiB
YAML
# SPDX-FileCopyrightText: © Sebastian Thomschke and contributors
|
||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||
# SPDX-ArtifactOfProjectHomePage: https://github.com/Second-Hand-Friends/kleinanzeigen-bot
|
||
#
|
||
# https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax
|
||
name: Build
|
||
|
||
on: # https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows
|
||
schedule:
|
||
# https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#schedule
|
||
- cron: '0 15 1 * *'
|
||
push:
|
||
branches:
|
||
- main
|
||
tags-ignore: # don't build tags
|
||
- '**'
|
||
paths-ignore:
|
||
- '**/*.md'
|
||
- '.act*'
|
||
- '.editorconfig'
|
||
- '.git*'
|
||
- '.github/*.yml'
|
||
- '.github/ISSUE_TEMPLATE/*'
|
||
- '.github/workflows/codeql-analysis.yml'
|
||
- '.github/workflows/stale.yml'
|
||
- '.github/workflows/update-python-deps.yml'
|
||
- '.github/workflows/validate-pr.yml'
|
||
- 'codecov.yml'
|
||
pull_request:
|
||
paths-ignore:
|
||
- '**/*.md'
|
||
- '.act*'
|
||
- '.editorconfig'
|
||
- '.git*'
|
||
- '.github/*.yml'
|
||
- '.github/ISSUE_TEMPLATE/*'
|
||
- '.github/workflows/codeql-analysis.yml'
|
||
- '.github/workflows/stale.yml'
|
||
- '.github/workflows/update-python-deps.yml'
|
||
- '.github/workflows/validate-pr.yml'
|
||
- 'codecov.yml'
|
||
workflow_dispatch:
|
||
# https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#workflow_dispatch
|
||
|
||
|
||
defaults:
|
||
run:
|
||
shell: bash
|
||
|
||
|
||
jobs:
|
||
|
||
###########################################################
|
||
build:
|
||
###########################################################
|
||
|
||
if: github.event_name != 'push' || github.ref == 'refs/heads/main'
|
||
|
||
permissions:
|
||
packages: write
|
||
|
||
strategy:
|
||
fail-fast: false
|
||
matrix:
|
||
include:
|
||
- os: macos-15-intel # X86
|
||
PYTHON_VERSION: "3.10"
|
||
PUBLISH_RELEASE: false
|
||
- os: macos-latest # ARM
|
||
PYTHON_VERSION: "3.10"
|
||
PUBLISH_RELEASE: false
|
||
- os: ubuntu-latest
|
||
PYTHON_VERSION: "3.10"
|
||
PUBLISH_RELEASE: false
|
||
- os: windows-latest
|
||
PYTHON_VERSION: "3.10"
|
||
PUBLISH_RELEASE: false
|
||
- os: macos-15-intel # X86
|
||
PYTHON_VERSION: "3.14"
|
||
PUBLISH_RELEASE: true
|
||
- os: macos-latest # ARM
|
||
PYTHON_VERSION: "3.14"
|
||
PUBLISH_RELEASE: true
|
||
- os: ubuntu-latest
|
||
PYTHON_VERSION: "3.14"
|
||
PUBLISH_RELEASE: true
|
||
- os: windows-latest
|
||
PYTHON_VERSION: "3.14"
|
||
PUBLISH_RELEASE: true
|
||
|
||
runs-on: ${{ matrix.os }} # https://github.com/actions/runner-images#available-images
|
||
timeout-minutes: 20
|
||
|
||
steps:
|
||
- name: "Show: GitHub context"
|
||
env:
|
||
GITHUB_CONTEXT: ${{ toJSON(github) }}
|
||
run: printf '%s' "$GITHUB_CONTEXT" | python -m json.tool
|
||
|
||
|
||
- name: "Show: environment variables"
|
||
run: env | sort
|
||
|
||
|
||
- name: Configure Fast APT Mirror
|
||
uses: vegardit/fast-apt-mirror.sh@v1
|
||
|
||
|
||
- name: Git Checkout
|
||
uses: actions/checkout@v6 # https://github.com/actions/checkout
|
||
|
||
|
||
- name: "Install: Chromium Browser"
|
||
if: env.ACT == 'true' && startsWith(matrix.os, 'ubuntu')
|
||
run: |
|
||
if ! hash google-chrome &>/dev/null; then
|
||
curl -sSfL https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -o /tmp/chrome.deb
|
||
sudo dpkg -i /tmp/chrome.deb || true
|
||
sudo apt-get --no-install-recommends -y --fix-broken install
|
||
fi
|
||
|
||
|
||
- name: "Install: Python and PDM" # https://github.com/pdm-project/setup-pdm
|
||
uses: pdm-project/setup-pdm@v4
|
||
with:
|
||
python-version: "${{ matrix.PYTHON_VERSION }}"
|
||
cache: ${{ !startsWith(matrix.os, 'macos') }} # https://github.com/pdm-project/setup-pdm/issues/55
|
||
|
||
|
||
- name: "Install: Python dependencies"
|
||
run: |
|
||
set -eux
|
||
|
||
python --version
|
||
python -m pip install --upgrade pip
|
||
pip install --upgrade pdm
|
||
if [[ ! -e .venv ]]; then
|
||
pdm venv create || true
|
||
fi
|
||
pdm sync --clean -v
|
||
|
||
|
||
- name: Display project metadata
|
||
run: pdm show
|
||
|
||
|
||
- name: Check with pip-audit
|
||
# until https://github.com/astral-sh/ruff/issues/8277
|
||
run:
|
||
pdm run pip-audit --progress-spinner off --skip-editable --verbose
|
||
|
||
|
||
- name: Check with ruff
|
||
run: pdm run ruff check
|
||
|
||
|
||
- name: Check with mypy
|
||
run: pdm run mypy
|
||
|
||
|
||
- name: Check with basedpyright
|
||
run: pdm run basedpyright
|
||
|
||
|
||
- name: Run unit tests
|
||
run: pdm run utest:cov -vv
|
||
|
||
|
||
- name: Run integration tests
|
||
run: |
|
||
set -eux
|
||
|
||
case "${{ matrix.os }}" in
|
||
ubuntu-*)
|
||
sudo apt-get install --no-install-recommends -y xvfb
|
||
xvfb-run pdm run itest:cov -vv
|
||
;;
|
||
*) pdm run itest:cov -vv
|
||
;;
|
||
esac
|
||
|
||
|
||
- name: Run smoke tests
|
||
run: pdm run smoke:cov -vv
|
||
|
||
|
||
- name: Run app from source
|
||
run: |
|
||
echo "
|
||
login:
|
||
username: 'john.doe@example.com'
|
||
password: 'such_a_secret'
|
||
" > config.yaml
|
||
|
||
set -eux
|
||
|
||
pdm run app help
|
||
pdm run app version
|
||
pdm run app verify
|
||
|
||
|
||
- name: "Install: binutils (strip)"
|
||
if: startsWith(matrix.os, 'ubuntu')
|
||
run: sudo apt-get install --no-install-recommends -y binutils
|
||
|
||
|
||
- name: "Install: UPX"
|
||
if: startsWith(matrix.os, 'windows')
|
||
run: |
|
||
set -eu
|
||
|
||
upx_download_url=$(curl -fsSL -H "Authorization: token ${{ github.token }}" https://api.github.com/repos/upx/upx/releases/latest | grep browser_download_url | grep win64.zip | cut "-d\"" -f4)
|
||
echo "Downloading [$upx_download_url]..."
|
||
curl -fL -o /tmp/upx.zip $upx_download_url
|
||
|
||
echo "Extracting upx zip..."
|
||
mkdir /tmp/upx
|
||
7z e /tmp/upx.zip -o/tmp/upx *.exe -r
|
||
echo "$(cygpath -wa /tmp/upx)" >> $GITHUB_PATH
|
||
|
||
/tmp/upx/upx.exe --version
|
||
|
||
|
||
- name: Build self-contained executable
|
||
run: |
|
||
set -eux
|
||
|
||
if [[ "${{ runner.os }}" == "Windows" ]]; then
|
||
NO_UPX=1 pdm run compile
|
||
mv dist/kleinanzeigen-bot.exe dist/kleinanzeigen-bot-uncompressed.exe
|
||
fi
|
||
|
||
pdm run compile
|
||
|
||
ls -l dist
|
||
|
||
|
||
- name: Run self-contained executable
|
||
run: |
|
||
set -eux
|
||
|
||
dist/kleinanzeigen-bot help
|
||
dist/kleinanzeigen-bot version
|
||
dist/kleinanzeigen-bot verify
|
||
|
||
|
||
- name: Upload self-contained executable
|
||
uses: actions/upload-artifact@v5
|
||
if: (github.ref_name == 'main' || github.ref_name == 'release') && matrix.PUBLISH_RELEASE && !env.ACT
|
||
with:
|
||
name: artifacts-${{ matrix.os }}
|
||
path: dist/kleinanzeigen-bot*
|
||
|
||
|
||
- name: Build Docker image
|
||
if: startsWith(matrix.os, 'ubuntu')
|
||
run: |
|
||
set -eux
|
||
|
||
bash docker/build-image.sh
|
||
|
||
docker run --rm second-hand-friends/kleinanzeigen-bot help
|
||
|
||
|
||
- name: Publish Docker image
|
||
if: github.repository_owner == 'Second-Hand-Friends' && github.ref_name == 'main' && matrix.PUBLISH_RELEASE && startsWith(matrix.os, 'ubuntu') && !env.ACT
|
||
run: |
|
||
set -eux
|
||
|
||
echo "${{ github.token }}" | docker login https://ghcr.io -u ${{ github.actor }} --password-stdin
|
||
|
||
image_name="second-hand-friends/kleinanzeigen-bot"
|
||
docker image tag $image_name ghcr.io/$image_name
|
||
docker push ghcr.io/$image_name
|
||
|
||
|
||
- name: Collect coverage reports
|
||
uses: actions/upload-artifact@v5
|
||
if: (github.ref_name == 'main' || github.event_name == 'pull_request') && !env.ACT
|
||
with:
|
||
name: coverage-${{ matrix.os }}-py${{ matrix.PYTHON_VERSION }}
|
||
include-hidden-files: true
|
||
path: .temp/coverage-*.xml
|
||
if-no-files-found: error
|
||
|
||
|
||
###########################################################
|
||
publish-coverage:
|
||
###########################################################
|
||
needs: [build]
|
||
runs-on: ubuntu-latest
|
||
timeout-minutes: 5
|
||
if: (github.ref_name == 'main' || github.event_name == 'pull_request') && !github.event.act
|
||
|
||
steps:
|
||
- name: Git Checkout # required to avoid https://docs.codecov.com/docs/error-reference#unusable-reports
|
||
uses: actions/checkout@v6 # https://github.com/actions/checkout
|
||
|
||
|
||
- name: Download coverage reports
|
||
uses: actions/download-artifact@v6
|
||
with:
|
||
pattern: coverage-*
|
||
path: coverage
|
||
|
||
|
||
- name: List coverage reports
|
||
run: find . -name coverage-*.xml
|
||
|
||
|
||
- name: Publish unit-test coverage
|
||
uses: codecov/codecov-action@v5 # https://github.com/codecov/codecov-action
|
||
with:
|
||
slug: ${{ github.repository }}
|
||
name: unit-coverage
|
||
flags: unit-tests
|
||
disable_search: true
|
||
files: coverage/**/coverage-unit.xml
|
||
env:
|
||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||
|
||
|
||
- name: Publish integration-test coverage
|
||
uses: codecov/codecov-action@v5 # https://github.com/codecov/codecov-action
|
||
with:
|
||
slug: ${{ github.repository }}
|
||
name: integration-coverage
|
||
flags: integration-tests
|
||
disable_search: true
|
||
files: coverage/**/coverage-integration.xml
|
||
env:
|
||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||
|
||
|
||
- name: Publish smoke-test coverage
|
||
uses: codecov/codecov-action@v5 # https://github.com/codecov/codecov-action
|
||
with:
|
||
slug: ${{ github.repository }}
|
||
name: smoke-coverage
|
||
flags: smoke-tests
|
||
disable_search: true
|
||
files: coverage/**/coverage-smoke.xml
|
||
env:
|
||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||
|
||
|
||
###########################################################
|
||
publish-release:
|
||
###########################################################
|
||
needs: [build, publish-coverage]
|
||
runs-on: ubuntu-latest
|
||
timeout-minutes: 5
|
||
|
||
permissions:
|
||
contents: write # to delete/create GitHub releases
|
||
packages: write # to delete untagged docker images
|
||
|
||
# run on 'main' and 'release' branch when:
|
||
# – build succeeded, AND
|
||
# – publish-coverage succeeded OR was skipped
|
||
if: >
|
||
always()
|
||
&& needs.build.result == 'success'
|
||
&& (needs.publish-coverage.result == 'success' || needs.publish-coverage.result == 'skipped')
|
||
&& (github.ref_name == 'main' || github.ref_name == 'release') && !github.event.act
|
||
|
||
concurrency: publish-${{ github.ref_name }}-release # https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idconcurrency
|
||
|
||
steps:
|
||
- name: "Show: GitHub context"
|
||
env:
|
||
GITHUB_CONTEXT: ${{ toJSON(github) }}
|
||
run: echo $GITHUB_CONTEXT
|
||
|
||
|
||
- name: "Show: environment variables"
|
||
run: env | sort
|
||
|
||
|
||
- name: Configure Fast APT Mirror
|
||
uses: vegardit/fast-apt-mirror.sh@v1
|
||
|
||
|
||
- name: Git Checkout
|
||
# only required by "gh release create" to prevent "fatal: Not a git repository"
|
||
uses: actions/checkout@v6 # https://github.com/actions/checkout
|
||
|
||
|
||
- name: Delete untagged docker image
|
||
continue-on-error: true
|
||
uses: actions/delete-package-versions@v5
|
||
with:
|
||
token: ${{ github.token }}
|
||
delete-only-untagged-versions: true
|
||
package-name: kleinanzeigen-bot
|
||
package-type: container
|
||
|
||
|
||
- name: Download build artifacts
|
||
uses: actions/download-artifact@v6
|
||
|
||
|
||
- name: Rename build artifacts
|
||
run: |
|
||
mv artifacts-macos-15-intel/kleinanzeigen-bot kleinanzeigen-bot-darwin-amd64
|
||
mv artifacts-macos-latest/kleinanzeigen-bot kleinanzeigen-bot-darwin-arm64
|
||
mv artifacts-ubuntu-latest/kleinanzeigen-bot kleinanzeigen-bot-linux-amd64
|
||
mv artifacts-windows-latest/kleinanzeigen-bot-uncompressed.exe kleinanzeigen-bot-windows-amd64-uncompressed.exe
|
||
mv artifacts-windows-latest/kleinanzeigen-bot.exe kleinanzeigen-bot-windows-amd64.exe
|
||
|
||
|
||
- name: Install ClamAV
|
||
run: |
|
||
sudo apt-get update
|
||
sudo apt-get install -y clamav
|
||
sudo systemctl stop clamav-freshclam.service
|
||
sudo freshclam
|
||
|
||
|
||
- name: Scan build artifacts
|
||
run: clamscan kleinanzeigen-*
|
||
|
||
|
||
- name: "Determine release name"
|
||
id: release
|
||
if: github.event_name != 'schedule'
|
||
run: |
|
||
case "$GITHUB_REF_NAME" in
|
||
main)
|
||
echo "name=preview" >>"$GITHUB_OUTPUT"
|
||
;;
|
||
release)
|
||
echo "name=latest" >>"$GITHUB_OUTPUT"
|
||
;;
|
||
esac
|
||
|
||
|
||
- name: "Delete previous '${{ steps.release.outputs.name }}' release"
|
||
if: steps.release.outputs.name && steps.release.outputs.name != ''
|
||
env:
|
||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||
RELEASE_NAME: ${{ steps.release.outputs.name }}
|
||
# https://cli.github.com/manual/gh_release_delete
|
||
run: |
|
||
GH_DEBUG=1 gh release delete "$RELEASE_NAME" --yes --cleanup-tag || true
|
||
|
||
|
||
- name: "Create '${{ steps.release.outputs.name }}' Release"
|
||
if: steps.release.outputs.name && steps.release.outputs.name != ''
|
||
env:
|
||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||
RELEASE_NAME: ${{ steps.release.outputs.name }}
|
||
COMMIT_MSG: | # https://stackoverflow.com/a/78420438/5116073
|
||
${{ github.event.head_commit.message }}
|
||
|
||
---
|
||
#### ⚠️ Rechtlicher Hinweis
|
||
<p>Die Verwendung dieses Programms kann unter Umständen gegen die zum jeweiligen Zeitpunkt bei kleinanzeigen.de geltenden Nutzungsbedingungen verstoßen.
|
||
Es liegt in Ihrer Verantwortung, die rechtliche Zulässigkeit der Nutzung dieses Programms zu prüfen.
|
||
Die Entwickler übernehmen keinerlei Haftung für mögliche Schäden oder rechtliche Konsequenzen.
|
||
Die Nutzung erfolgt auf eigenes Risiko. Jede rechtswidrige Verwendung ist untersagt.</p>
|
||
|
||
#### ⚠️ Legal notice
|
||
<p>The use of this program could violate the terms of service of kleinanzeigen.de valid at the time of use.
|
||
It is your responsibility to ensure the legal compliance of its use.
|
||
The developers assume no liability for any damages or legal consequences.
|
||
Use is at your own risk. Any unlawful use is strictly prohibited.</p>
|
||
|
||
# https://cli.github.com/manual/gh_release_create
|
||
run: |
|
||
GH_DEBUG=1 gh release create "$RELEASE_NAME" \
|
||
--title "$RELEASE_NAME" \
|
||
${{ steps.release.outputs.name == 'latest' && '--latest' || '' }} \
|
||
${{ steps.release.outputs.name == 'preview' && '--prerelease' || '' }} \
|
||
--notes "$COMMIT_MSG" \
|
||
--target "${{ github.sha }}" \
|
||
kleinanzeigen-bot-darwin-amd64 \
|
||
kleinanzeigen-bot-darwin-arm64 \
|
||
kleinanzeigen-bot-linux-amd64 \
|
||
kleinanzeigen-bot-windows-amd64.exe \
|
||
kleinanzeigen-bot-windows-amd64-uncompressed.exe
|
||
|
||
|
||
- name: "Delete intermediate build artifacts"
|
||
uses: geekyeggo/delete-artifact@v5 # https://github.com/GeekyEggo/delete-artifact/
|
||
with:
|
||
name: "*"
|
||
failOnError: false
|
||
|
||
|
||
###########################################################
|
||
dependabot-pr-auto-merge:
|
||
###########################################################
|
||
needs: build
|
||
if: github.event_name == 'pull_request' && github.actor == 'dependabot[bot]'
|
||
runs-on: ubuntu-latest
|
||
timeout-minutes: 5
|
||
|
||
permissions:
|
||
contents: write
|
||
pull-requests: write
|
||
|
||
steps:
|
||
- name: Merge Dependabot PR
|
||
env:
|
||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||
PR_URL: ${{github.event.pull_request.html_url}}
|
||
run: gh pr merge --auto --rebase "$PR_URL"
|
||
|
||
|
||
###########################################################
|
||
pdm-pr-auto-merge:
|
||
###########################################################
|
||
needs: build
|
||
if: github.event_name == 'pull_request' && github.actor == 'kleinanzeigen-bot-tu[bot]' && github.head_ref == 'dependencies/pdm'
|
||
runs-on: ubuntu-latest
|
||
timeout-minutes: 5
|
||
|
||
permissions:
|
||
contents: write
|
||
pull-requests: write
|
||
|
||
steps:
|
||
- name: Merge Dependabot PR
|
||
env:
|
||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||
PR_URL: ${{github.event.pull_request.html_url}}
|
||
run: gh pr merge --auto --rebase "$PR_URL"
|