Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 8e3c70d

Browse files
authored
feat(gh): add default GitHub repo files (#517)
1 parent 5cdd07f commit 8e3c70d

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/mega-linter.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: MegaLinter
2+
name: mega-linter
33

44
on:
55
workflow_dispatch:
@@ -10,8 +10,7 @@ on:
1010
permissions: read-all
1111

1212
jobs:
13-
build:
14-
name: MegaLinter
13+
mega-linter:
1514
runs-on: ubuntu-latest
1615
steps:
1716
- name: Checkout Code

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
pull-requests: write
1313

1414
jobs:
15-
release-please-pr:
15+
release-please:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4.0.2

.github/workflows/renovate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Renovate
2+
name: renovate
33

44
on:
55
workflow_dispatch:
@@ -20,7 +20,7 @@ on:
2020
- main
2121
- "!renovate/*"
2222
schedule:
23-
- cron: "0 0,2,4 * * *"
23+
- cron: "0 0,2,4 * * 0"
2424

2525
env:
2626
# https://docs.renovatebot.com/troubleshooting/#log-debug-levels
@@ -44,7 +44,7 @@ jobs:
4444
renovate:
4545
runs-on: ubuntu-latest
4646
concurrency:
47-
group: renovate
47+
group: ${{ github.workflow }}-${{ github.ref }}
4848
steps:
4949
- name: Checkout
5050
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

.github/workflows/semantic-pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: Semantic Pull Request
1+
---
2+
name: semantic-pull-request
23

34
on:
45
pull_request_target:
@@ -11,8 +12,7 @@ permissions:
1112
pull-requests: read
1213

1314
jobs:
14-
main:
15-
name: Semantic Pull Request
15+
semantic-pull-request:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f # v5.4.0

.github/workflows/stale.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: Close stale issues and PRs
1+
---
2+
name: stale
23

34
on:
45
schedule:
@@ -9,7 +10,7 @@ permissions:
910
pull-requests: write
1011

1112
jobs:
12-
mark-stale-issues-and-prs:
13+
stale:
1314
runs-on: ubuntu-latest
1415
steps:
1516
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0

.mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ REPOSITORY_DEVSKIM_ARGUMENTS: --ignore-globs CHANGELOG.md --ignore-rule-ids DS16
4040

4141
REPOSITORY_KICS_ARGUMENTS: --fail-on high
4242

43-
REPOSITORY_TRIVY_ARGUMENTS: --ignorefile .trivyignore.yml --severity HIGH,CRITICAL
43+
REPOSITORY_TRIVY_ARGUMENTS: --ignorefile .trivyignore.yaml --severity HIGH,CRITICAL
4444

4545
TERRAFORM_TFLINT_UNSECURED_ENV_VARIABLES:
4646
- GITHUB_TOKEN

0 commit comments

Comments
 (0)