Skip to content

Commit 4bdc212

Browse files
authored
chore: synced file(s) with dgibbs64/repo-sync (#85)
* chore: synced local '.github/' with remote 'general/.github/' * chore: synced local './' with remote 'docker/'
1 parent ab2f81e commit 4bdc212

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.github/workflows/action-prettier.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v5
22+
with:
23+
persist-credentials: false
2224

2325
- name: Install Prettier and plugins
2426
run: |

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
# super-linter needs the full git history to get the
3232
# list of files that changed across commits
3333
fetch-depth: 0
34+
persist-credentials: false
3435

3536
- name: Install Prettier plugins (for summary formatting)
3637
run: |
@@ -42,8 +43,9 @@ jobs:
4243
# To report GitHub Actions status checks
4344
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 0
18+
persist-credentials: false
1819
- name: Action Update License Year
1920
uses: FantasticFiasco/action-update-license-year@v3
2021
with:

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22

3-
Copyright (c) 2022-2025 Daniel Gibbs
3+
Copyright (c) 2025 Daniel Gibbs
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)