diff --git a/.github/workflows/automerge.yaml b/.github/workflows/automerge.yaml index c5036bd..523de97 100644 --- a/.github/workflows/automerge.yaml +++ b/.github/workflows/automerge.yaml @@ -19,7 +19,7 @@ on: jobs: automerge: - uses: nolte/gh-plumbing/.github/workflows/reusable-automerge.yaml@v1.1.18 + uses: nolte/gh-plumbing/.github/workflows/reusable-automerge.yaml@v1.1.19 secrets: token: ${{ secrets.GITHUB_TOKEN }} permissions: diff --git a/.github/workflows/build-static-tests.yaml b/.github/workflows/build-static-tests.yaml index 7f20d84..136cf4a 100644 --- a/.github/workflows/build-static-tests.yaml +++ b/.github/workflows/build-static-tests.yaml @@ -3,16 +3,16 @@ on: jobs: static: - uses: nolte/gh-plumbing/.github/workflows/reusable-pre-commit.yaml@v1.1.18 + uses: nolte/gh-plumbing/.github/workflows/reusable-pre-commit.yaml@v1.1.19 security: - uses: nolte/gh-plumbing/.github/workflows/reusable-trivy.yaml@v1.1.18 + uses: nolte/gh-plumbing/.github/workflows/reusable-trivy.yaml@v1.1.19 permissions: contents: read # for actions/checkout to fetch code security-events: write # for github/codeql-action/upload-sarif to upload SARIF results actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status chain-bench: - uses: nolte/gh-plumbing/.github/workflows/reusable-chain-bench.yaml@v1.1.18 + uses: nolte/gh-plumbing/.github/workflows/reusable-chain-bench.yaml@v1.1.19 secrets: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release-cd-deliver-docs.yml b/.github/workflows/release-cd-deliver-docs.yml index f4ecd87..5d07950 100644 --- a/.github/workflows/release-cd-deliver-docs.yml +++ b/.github/workflows/release-cd-deliver-docs.yml @@ -8,7 +8,7 @@ on: jobs: publish_docs: - uses: nolte/gh-plumbing/.github/workflows/reusable-mkdocs.yaml@v1.1.18 + uses: nolte/gh-plumbing/.github/workflows/reusable-mkdocs.yaml@v1.1.19 secrets: token: ${{ secrets.GITHUB_TOKEN }} permissions: diff --git a/.github/workflows/release-cd-refresh-master.yml b/.github/workflows/release-cd-refresh-master.yml index 340c8f2..21626d6 100644 --- a/.github/workflows/release-cd-refresh-master.yml +++ b/.github/workflows/release-cd-refresh-master.yml @@ -8,7 +8,7 @@ on: jobs: refresh_presentation_branch: - uses: nolte/gh-plumbing/.github/workflows/reusable-release-cd-refresh-master.yml@v1.1.18 + uses: nolte/gh-plumbing/.github/workflows/reusable-release-cd-refresh-master.yml@v1.1.19 secrets: token: ${{ secrets.GITHUB_TOKEN }} permissions: diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index d64a1f1..3ade142 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -13,7 +13,7 @@ on: jobs: update_release_draft: - uses: nolte/gh-plumbing/.github/workflows/reusable-release-drafter.yml@v1.1.18 + uses: nolte/gh-plumbing/.github/workflows/reusable-release-drafter.yml@v1.1.19 permissions: # write permission is required to create a github release contents: write diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 0e75394..aba1ab2 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -21,7 +21,7 @@ on: jobs: publish_release: - uses: nolte/gh-plumbing/.github/workflows/reusable-release-publish.yml@v1.1.18 + uses: nolte/gh-plumbing/.github/workflows/reusable-release-publish.yml@v1.1.19 with: tag: ${{ inputs.tag }} dry_run: ${{ inputs.dry_run }} diff --git a/.github/workflows/spelling.yaml b/.github/workflows/spelling.yaml index 5d5f22f..fefad3a 100644 --- a/.github/workflows/spelling.yaml +++ b/.github/workflows/spelling.yaml @@ -8,4 +8,4 @@ permissions: jobs: spelling: - uses: nolte/gh-plumbing/.github/workflows/reusable-spelling-vale.yaml@v1.1.18 + uses: nolte/gh-plumbing/.github/workflows/reusable-spelling-vale.yaml@v1.1.19