This repository was archived by the owner on May 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- name : MegaLinter
2
+ name : mega-linter
3
3
4
4
on :
5
5
workflow_dispatch :
10
10
permissions : read-all
11
11
12
12
jobs :
13
- build :
14
- name : MegaLinter
13
+ mega-linter :
15
14
runs-on : ubuntu-latest
16
15
steps :
17
16
- name : Checkout Code
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
12
12
pull-requests : write
13
13
14
14
jobs :
15
- release-please-pr :
15
+ release-please :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- uses : google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4.0.2
Original file line number Diff line number Diff line change 1
1
---
2
- name : Renovate
2
+ name : renovate
3
3
4
4
on :
5
5
workflow_dispatch :
20
20
- main
21
21
- " !renovate/*"
22
22
schedule :
23
- - cron : " 0 0,2,4 * * * "
23
+ - cron : " 0 0,2,4 * * 0 "
24
24
25
25
env :
26
26
# https://docs.renovatebot.com/troubleshooting/#log-debug-levels
44
44
renovate :
45
45
runs-on : ubuntu-latest
46
46
concurrency :
47
- group : renovate
47
+ group : ${{ github.workflow }}-${{ github.ref }}
48
48
steps :
49
49
- name : Checkout
50
50
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Original file line number Diff line number Diff line change 1
- name : Semantic Pull Request
1
+ ---
2
+ name : semantic-pull-request
2
3
3
4
on :
4
5
pull_request_target :
@@ -11,8 +12,7 @@ permissions:
11
12
pull-requests : read
12
13
13
14
jobs :
14
- main :
15
- name : Semantic Pull Request
15
+ semantic-pull-request :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- uses : amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f # v5.4.0
Original file line number Diff line number Diff line change 1
- name : Close stale issues and PRs
1
+ ---
2
+ name : stale
2
3
3
4
on :
4
5
schedule :
@@ -9,7 +10,7 @@ permissions:
9
10
pull-requests : write
10
11
11
12
jobs :
12
- mark- stale-issues-and-prs :
13
+ stale :
13
14
runs-on : ubuntu-latest
14
15
steps :
15
16
- uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ REPOSITORY_DEVSKIM_ARGUMENTS: --ignore-globs CHANGELOG.md --ignore-rule-ids DS16
40
40
41
41
REPOSITORY_KICS_ARGUMENTS : --fail-on high
42
42
43
- REPOSITORY_TRIVY_ARGUMENTS : --ignorefile .trivyignore.yml --severity HIGH,CRITICAL
43
+ REPOSITORY_TRIVY_ARGUMENTS : --ignorefile .trivyignore.yaml --severity HIGH,CRITICAL
44
44
45
45
TERRAFORM_TFLINT_UNSECURED_ENV_VARIABLES :
46
46
- GITHUB_TOKEN
You can’t perform that action at this time.
0 commit comments