Skip to content

Commit

Permalink
ci(github-action): pin strg-at/github-workflows action to 1f437ff
Browse files Browse the repository at this point in the history
  • Loading branch information
strg-public-bot[bot] authored Jul 2, 2024
1 parent d7ac95d commit 2b888e2
Showing 1 changed file with 2 additions and 2 deletions.
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/[email protected]
uses: strg-at/github-workflows/.github/workflows/get-changed-files.yaml@1f437ffcac108449db2ed508622e8593574b1a1d # v1.7.0
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/[email protected]
uses: strg-at/github-workflows/.github/workflows/docker-build.yaml@1f437ffcac108449db2ed508622e8593574b1a1d # v1.7.0
with:
runner: '["ubuntu-latest"]'
file: ${{ matrix.paths }}/Dockerfile
Expand Down

0 comments on commit 2b888e2

Please sign in to comment.