Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/action-prettier.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Prettier

on:
workflow_dispatch:
push:
branches:
- "*"
Expand All @@ -18,6 +20,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v5
with:
persist-credentials: false

- name: Install Prettier and plugins
run: |
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/action-super-linter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Super Linter

on:
Expand Down Expand Up @@ -31,6 +30,7 @@ jobs:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0
persist-credentials: false

- name: Install Prettier plugins (for summary formatting)
run: |
Expand All @@ -41,9 +41,11 @@ jobs:
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
VALIDATE_JSCPD: false
VALIDATE_SHELL_SHFMT: false
VALIDATE_YAML_PRETTIER: false
VALIDATE_JSON_PRETTIER: false
VALIDATE_MARKDOWN_PRETTIER: false
VALIDATE_NATURAL_LANGUAGE: false
VALIDATE_SHELL_SHFMT: false
VALIDATE_TERRAFORM_TERRASCAN: false
VALIDATE_YAML_PRETTIER: false
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Update copyright year(s) in license file

on:
workflow_dispatch:
schedule:
Expand All @@ -15,6 +16,7 @@ jobs:
uses: actions/checkout@v5
with:
fetch-depth: 0
persist-credentials: false
- name: Action Update License Year
uses: FantasticFiasco/action-update-license-year@v3
with:
Expand Down