diff --git a/.github/workflows/pullrequest-push.yml b/.github/workflows/pullrequest-push.yml index a7b7fb1..6045416 100644 --- a/.github/workflows/pullrequest-push.yml +++ b/.github/workflows/pullrequest-push.yml @@ -12,7 +12,7 @@ on: jobs: build: - uses: ZeroGachis/.github/.github/workflows/build-image.yml@v4 + uses: ZeroGachis/.github/.github/workflows/build-image.yml@v5 permissions: contents: read security-events: write @@ -34,7 +34,7 @@ jobs: [ build, ] - uses: ZeroGachis/.github/.github/workflows/run-docker.yml@v4 + uses: ZeroGachis/.github/.github/workflows/run-docker.yml@v5 permissions: contents: read id-token: write @@ -58,7 +58,7 @@ jobs: [ build, ] - uses: ZeroGachis/.github/.github/workflows/run-docker-with-db.yml@v4 + uses: ZeroGachis/.github/.github/workflows/run-docker-with-db.yml@v5 permissions: contents: read id-token: write @@ -87,7 +87,7 @@ jobs: unit-tests, static-metrics, ] - uses: ZeroGachis/.github/.github/workflows/delete-docker-image.yml@v4 + uses: ZeroGachis/.github/.github/workflows/delete-docker-image.yml@v5 permissions: contents: read id-token: write diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f327d1f..c5097a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ on: jobs: github-release: - uses: ZeroGachis/.github/.github/workflows/gh-release-please.yml@v4 + uses: ZeroGachis/.github/.github/workflows/gh-release-please.yml@v5 permissions: contents: write pull-requests: write @@ -21,7 +21,7 @@ jobs: publish: needs: github-release if: ${{ needs.github-release.outputs.release_created == 'true' }} - uses: ZeroGachis/.github/.github/workflows/python-publish.yml@v4 + uses: ZeroGachis/.github/.github/workflows/python-publish.yml@v5 permissions: contents: write packages: read diff --git a/.github/workflows/security_scan_repo.yml b/.github/workflows/security_scan_repo.yml index f547565..c7a73d4 100644 --- a/.github/workflows/security_scan_repo.yml +++ b/.github/workflows/security_scan_repo.yml @@ -20,5 +20,5 @@ permissions: jobs: security_scan: - uses: ZeroGachis/.github/.github/workflows/security_scan_repo.yml@v4 + uses: ZeroGachis/.github/.github/workflows/security_scan_repo.yml@v5 secrets: inherit