Skip to content

Commit

Permalink
ci(github-action): update strg-at/github-workflows action to v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
strg-public-bot[bot] authored Jul 31, 2024
1 parent d899ac1 commit 0070a06
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@1f437ffcac108449db2ed508622e8593574b1a1d" # v1.7.0
uses: "strg-at/github-workflows/.github/workflows/docker-build-push-github.yaml@24d79a482f0d30cef0cfc87f97183ec42559d29b" # v1.7.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@1f437ffcac108449db2ed508622e8593574b1a1d # v1.7.0
uses: strg-at/github-workflows/.github/workflows/run-renovate.yaml@24d79a482f0d30cef0cfc87f97183ec42559d29b # v1.7.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@1f437ffcac108449db2ed508622e8593574b1a1d # v1.7.0
uses: strg-at/github-workflows/.github/workflows/get-changed-files.yaml@24d79a482f0d30cef0cfc87f97183ec42559d29b # v1.7.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@1f437ffcac108449db2ed508622e8593574b1a1d # v1.7.0
uses: strg-at/github-workflows/.github/workflows/docker-build.yaml@24d79a482f0d30cef0cfc87f97183ec42559d29b # v1.7.1
with:
runner: '["ubuntu-latest"]'
file: ${{ matrix.paths }}/Dockerfile
Expand Down

0 comments on commit 0070a06

Please sign in to comment.