diff --git a/.github/workflows/build-static-tests.yaml b/.github/workflows/build-static-tests.yaml index ac7c921..c5b0995 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.10 + uses: nolte/gh-plumbing/.github/workflows/reusable-pre-commit.yaml@v1.1.11 security: - uses: nolte/gh-plumbing/.github/workflows/reusable-trivy.yaml@v1.1.10 + uses: nolte/gh-plumbing/.github/workflows/reusable-trivy.yaml@v1.1.11 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.10 + uses: nolte/gh-plumbing/.github/workflows/reusable-chain-bench.yaml@v1.1.11 secrets: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release-cd-deliver-docs.yml b/.github/workflows/release-cd-deliver-docs.yml index 0d2c031..e66d640 100644 --- a/.github/workflows/release-cd-deliver-docs.yml +++ b/.github/workflows/release-cd-deliver-docs.yml @@ -4,7 +4,7 @@ on: jobs: publish_docs: - uses: nolte/gh-plumbing/.github/workflows/reusable-mkdocs.yaml@v1.1.10 + uses: nolte/gh-plumbing/.github/workflows/reusable-mkdocs.yaml@v1.1.11 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 6761c22..2c7421b 100644 --- a/.github/workflows/release-cd-refresh-master.yml +++ b/.github/workflows/release-cd-refresh-master.yml @@ -4,7 +4,7 @@ on: jobs: refresh_presentation_branch: - uses: nolte/gh-plumbing/.github/workflows/reusable-release-cd-refresh-master.yml@v1.1.10 + uses: nolte/gh-plumbing/.github/workflows/reusable-release-cd-refresh-master.yml@v1.1.11 secrets: token: ${{ secrets.GITHUB_TOKEN }} permissions: diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 5b734e1..1379e0f 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ on: jobs: update_release_draft: - uses: nolte/gh-plumbing/.github/workflows/reusable-release-drafter.yml@v1.1.10 + uses: nolte/gh-plumbing/.github/workflows/reusable-release-drafter.yml@v1.1.11 permissions: # write permission is required to create a github release contents: write diff --git a/requirements-dev.txt b/requirements-dev.txt index 4267f5e..46e4272 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ mkdocs-include-markdown-plugin==7.1.2 mkdocs-material==9.5.49 mkdocs==1.6.1 -pymdown-extensions==10.12 +pymdown-extensions==10.14