Skip to content

Commit fc2d460

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

File tree

6 files changed

+10
-4
lines changed

6 files changed

+10
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "Docker Dev Container",
33
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
44
"features": {
5-
"ghcr.io/devcontainers-community/npm-features/prettier:1": {},
5+
"ghcr.io/devcontainers-community/npm-features/prettier:1": {
6+
"plugins": "prettier-plugin-sh prettier-plugin-jinja-template"
7+
},
68
"ghcr.io/devcontainers-extra/features/actionlint:1": {},
79
"ghcr.io/devcontainers-extra/features/checkov:1": {},
810
"ghcr.io/devcontainers-extra/features/markdownlint-cli:1": {},

.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-dockerhub-description.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Update Docker Hub Description
2+
23
on:
34
workflow_dispatch:
45
push:
@@ -18,9 +19,11 @@ jobs:
1819
steps:
1920
- name: Checkout
2021
uses: actions/checkout@v5
22+
with:
23+
persist-credentials: false
2124

2225
- name: Docker Hub Description
23-
uses: peter-evans/dockerhub-description@v4
26+
uses: peter-evans/dockerhub-description@v5
2427
with:
2528
username: ${{ secrets.DOCKER_HUB_USERNAME }}
2629
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

.github/workflows/action-prettier.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Prettier
2+
23
on:
34
workflow_dispatch:
45
push:

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

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

43
on:
@@ -42,6 +41,7 @@ jobs:
4241
env:
4342
# To report GitHub Actions status checks
4443
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44+
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
4545
VALIDATE_JSCPD: false
4646
VALIDATE_JSON_PRETTIER: false
4747
VALIDATE_MARKDOWN_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
@@ -1,4 +1,5 @@
11
name: Update copyright year(s) in license file
2+
23
on:
34
workflow_dispatch:
45
schedule:

0 commit comments

Comments
 (0)