Skip to content

Commit

Permalink
ci(github-action): update strg-at/github-workflows action to v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
strg-public-bot[bot] authored Aug 6, 2024
1 parent 0f27fb7 commit bdb30b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
docker-build-push:
uses: "strg-at/github-workflows/.github/workflows/docker-build-push-github.yaml@aa1f8619cbbad509699c0488d1e1a0a0a24eca09" # v1.8.0
uses: "strg-at/github-workflows/.github/workflows/docker-build-push-github.yaml@8ec249ae473c8b59ed2ca8a3836468ac3b446c5f" # v1.8.1
with:
runner: '["ubuntu-latest"]'
subpath: ${{ inputs.path }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ concurrency:

jobs:
renovate:
uses: strg-at/github-workflows/.github/workflows/run-renovate.yaml@aa1f8619cbbad509699c0488d1e1a0a0a24eca09 # v1.8.0
uses: strg-at/github-workflows/.github/workflows/run-renovate.yaml@8ec249ae473c8b59ed2ca8a3836468ac3b446c5f # v1.8.1
with:
runner: '["ubuntu-latest"]'
configuration-file: .github/renovate-bot.json5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
get-changed-files:
permissions:
contents: read
uses: strg-at/github-workflows/.github/workflows/get-changed-files.yaml@aa1f8619cbbad509699c0488d1e1a0a0a24eca09 # v1.8.0
uses: strg-at/github-workflows/.github/workflows/get-changed-files.yaml@8ec249ae473c8b59ed2ca8a3836468ac3b446c5f # v1.8.1
with:
runner: '["ubuntu-latest"]'
files: |
Expand All @@ -34,7 +34,7 @@ jobs:
matrix:
paths: ${{fromJSON(needs.get-changed-files.outputs.files)}}
fail-fast: false
uses: strg-at/github-workflows/.github/workflows/docker-build.yaml@aa1f8619cbbad509699c0488d1e1a0a0a24eca09 # v1.8.0
uses: strg-at/github-workflows/.github/workflows/docker-build.yaml@8ec249ae473c8b59ed2ca8a3836468ac3b446c5f # v1.8.1
with:
runner: '["ubuntu-latest"]'
file: ${{ matrix.paths }}/Dockerfile
Expand Down

0 comments on commit bdb30b6

Please sign in to comment.