Skip to content

Commit 11d15b7

Browse files
ci(github-action): pin erhardtconsulting/relational-databases action to 4386f3f
1 parent 4386f3f commit 11d15b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-pg-verein-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
call-build-workflow:
3131
name: Build & Push
3232
needs: get-version
33-
uses: erhardtconsulting/relational-databases/.github/workflows/build-container.yml@main
33+
uses: erhardtconsulting/relational-databases/.github/workflows/build-container.yml@4386f3f9c15e60e7caf2ac639814a220d2d5e03f # main
3434
with:
3535
context: "postgres"
3636
dockerfile: "postgres/verein.Dockerfile"

.github/workflows/build-pg-verein.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
call-build-workflow:
3131
name: Build & Push
3232
needs: get-version
33-
uses: erhardtconsulting/relational-databases/.github/workflows/build-container.yml@main
33+
uses: erhardtconsulting/relational-databases/.github/workflows/build-container.yml@4386f3f9c15e60e7caf2ac639814a220d2d5e03f # main
3434
with:
3535
context: "postgres"
3636
dockerfile: "postgres/verein.Dockerfile"

0 commit comments

Comments
 (0)