Skip to content

Commit 6d8f41b

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/dependency-review-action-4.7.2
2 parents 25d8dbb + 9567d9e commit 6d8f41b

3 files changed

Lines changed: 1 addition & 73 deletions

File tree

.github/workflows/pipx-check-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
run: |
1818
set -euo pipefail
1919
IFS=$'\n\t'
20-
docker run --pull always -t --user root --entrypoint /bin/sh "leplusorg/${GITHUB_REPOSITORY#*/docker-}:main" -c 'if sudo pipx upgrade-all --global | tee -a /dev/stderr | grep -q -e .; then exit 1; fi'
20+
docker run --pull always -t --user root --entrypoint /bin/sh "leplusorg/${GITHUB_REPOSITORY#*/docker-}:main" -c 'if sudo pipx upgrade-all --global | tee -a /dev/stderr | grep -q -e "^upgraded "; then exit 1; fi'

csv/bump-apk-versions.sh

Lines changed: 0 additions & 38 deletions
This file was deleted.

csv/create-bump-prs.sh

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)