diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ad08e67..2540d59 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,9 @@ "name": "Docker Dev Container", "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { - "ghcr.io/devcontainers-community/npm-features/prettier:1": {}, + "ghcr.io/devcontainers-community/npm-features/prettier:1": { + "plugins": "prettier-plugin-sh prettier-plugin-jinja-template" + }, "ghcr.io/devcontainers-extra/features/actionlint:1": {}, "ghcr.io/devcontainers-extra/features/checkov:1": {}, "ghcr.io/devcontainers-extra/features/markdownlint-cli:1": {}, diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a0f1805..84c7ea0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,3 @@ ---- version: 2 updates: - package-ecosystem: "github-actions" diff --git a/.github/workflows/action-dockerhub-description.yml b/.github/workflows/action-dockerhub-description.yml index 23fd6a3..a1bcae6 100644 --- a/.github/workflows/action-dockerhub-description.yml +++ b/.github/workflows/action-dockerhub-description.yml @@ -1,4 +1,5 @@ name: Update Docker Hub Description + on: workflow_dispatch: push: @@ -18,6 +19,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v5 + with: + persist-credentials: false - name: Docker Hub Description uses: peter-evans/dockerhub-description@v4 diff --git a/.github/workflows/action-prettier.yml b/.github/workflows/action-prettier.yml index 30f1a41..a7e0a71 100644 --- a/.github/workflows/action-prettier.yml +++ b/.github/workflows/action-prettier.yml @@ -1,4 +1,5 @@ name: Prettier + on: workflow_dispatch: push: diff --git a/.github/workflows/action-super-linter.yml b/.github/workflows/action-super-linter.yml index 5175ce9..a2b12fc 100644 --- a/.github/workflows/action-super-linter.yml +++ b/.github/workflows/action-super-linter.yml @@ -1,4 +1,3 @@ ---- name: Super Linter on: @@ -42,6 +41,7 @@ jobs: env: # To report GitHub Actions status checks GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + VALIDATE_GITHUB_ACTIONS_ZIZMOR: false VALIDATE_JSCPD: false VALIDATE_JSON_PRETTIER: false VALIDATE_MARKDOWN_PRETTIER: false diff --git a/.github/workflows/action-update-copyright-years-in-license-file.yml b/.github/workflows/action-update-copyright-years-in-license-file.yml index b1c7ecd..7ee528c 100644 --- a/.github/workflows/action-update-copyright-years-in-license-file.yml +++ b/.github/workflows/action-update-copyright-years-in-license-file.yml @@ -1,4 +1,5 @@ name: Update copyright year(s) in license file + on: workflow_dispatch: schedule: