Skip to content

Commit 80d2f6a

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 3cce621 + 9af27dc commit 80d2f6a

6 files changed

Lines changed: 17 additions & 6 deletions

File tree

.github/linters/.yaml-lint.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
extends: default
3+
4+
rules:
5+
line-length: disable
6+
comments: disable
7+
8+
ignore: |
9+
.github

.github/workflows/action-dockerhub-description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
persist-credentials: false
2424

.github/workflows/action-prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
persist-credentials: false
2525

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
with:
3030
# super-linter needs the full git history to get the
3131
# list of files that changed across commits
@@ -41,11 +41,13 @@ jobs:
4141
env:
4242
# To report GitHub Actions status checks
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44+
VALIDATE_BIOME_FORMAT: false
45+
VALIDATE_BIOME_LINT: false
4446
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
4547
VALIDATE_JSCPD: false
4648
VALIDATE_JSON_PRETTIER: false
4749
VALIDATE_MARKDOWN_PRETTIER: false
4850
VALIDATE_NATURAL_LANGUAGE: false
4951
VALIDATE_SHELL_SHFMT: false
50-
VALIDATE_TERRAFORM_TERRASCAN: false
52+
VALIDATE_TRIVY: false
5153
VALIDATE_YAML_PRETTIER: false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919
persist-credentials: false

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) 2025 Daniel Gibbs
3+
Copyright (c) 2026 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)