Skip to content

Commit d33f830

Browse files
authored
chore: synced file(s) with dgibbs64/repo-sync (#4811)
* chore: synced local '.github/' with remote 'general/.github/' * chore: synced local './' with remote 'bash/'
1 parent f131495 commit d33f830

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
version: 2
32
updates:
43
- package-ecosystem: "github-actions"

.github/workflows/action-prettier.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Prettier
2+
23
on:
4+
workflow_dispatch:
35
push:
46
branches:
57
- "*"
@@ -18,6 +20,8 @@ jobs:
1820
steps:
1921
- name: Checkout
2022
uses: actions/checkout@v5
23+
with:
24+
persist-credentials: false
2125

2226
- name: Install Prettier and plugins
2327
run: |

.github/workflows/action-super-linter.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
name: Super Linter
32

43
on:
@@ -31,6 +30,7 @@ jobs:
3130
# super-linter needs the full git history to get the
3231
# list of files that changed across commits
3332
fetch-depth: 0
33+
persist-credentials: false
3434

3535
- name: Install Prettier plugins (for summary formatting)
3636
run: |
@@ -41,9 +41,11 @@ jobs:
4141
env:
4242
# To report GitHub Actions status checks
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44+
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
4445
VALIDATE_JSCPD: false
45-
VALIDATE_SHELL_SHFMT: false
46-
VALIDATE_YAML_PRETTIER: false
4746
VALIDATE_JSON_PRETTIER: false
4847
VALIDATE_MARKDOWN_PRETTIER: false
4948
VALIDATE_NATURAL_LANGUAGE: false
49+
VALIDATE_SHELL_SHFMT: false
50+
VALIDATE_TERRAFORM_TERRASCAN: false
51+
VALIDATE_YAML_PRETTIER: false

.github/workflows/action-update-copyright-years-in-license-file.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Update copyright year(s) in license file
2+
23
on:
34
workflow_dispatch:
45
schedule:
@@ -15,6 +16,7 @@ jobs:
1516
uses: actions/checkout@v5
1617
with:
1718
fetch-depth: 0
19+
persist-credentials: false
1820
- name: Action Update License Year
1921
uses: FantasticFiasco/action-update-license-year@v3
2022
with:

0 commit comments

Comments
 (0)