Skip to content

Commit 0ea525c

Browse files
authored
Merge pull request #52 from ianlewis/repo-template
Sync w/ upstream ianlewis/repo-template
2 parents d023a76 + 1900a94 commit 0ea525c

28 files changed

+1785
-1444
lines changed

.aqua-checksums.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,36 @@
285285
"checksum": "76E9514CFAC18E5677AA04F3A89873C981F16A2F2353BB97372A86CD09B1F5A8",
286286
"algorithm": "sha256"
287287
},
288+
{
289+
"id": "github_release/github.com/rhysd/actionlint/v1.7.8/actionlint_1.7.8_darwin_amd64.tar.gz",
290+
"checksum": "16B85CAF792B34BCC40F7437736C4347680DA0A1B034353A85012DEBBD71A461",
291+
"algorithm": "sha256"
292+
},
293+
{
294+
"id": "github_release/github.com/rhysd/actionlint/v1.7.8/actionlint_1.7.8_darwin_arm64.tar.gz",
295+
"checksum": "FFB1F6C429A51DC9F37AF9D11F96C16BD52F54B713BF7F8BD92F7FCE9FD4284A",
296+
"algorithm": "sha256"
297+
},
298+
{
299+
"id": "github_release/github.com/rhysd/actionlint/v1.7.8/actionlint_1.7.8_linux_amd64.tar.gz",
300+
"checksum": "BE92C2652AB7B6D08425428797CEABEB16E31A781C07BC388456B4E592F3E36A",
301+
"algorithm": "sha256"
302+
},
303+
{
304+
"id": "github_release/github.com/rhysd/actionlint/v1.7.8/actionlint_1.7.8_linux_arm64.tar.gz",
305+
"checksum": "4C65DBB2D59B409CDD75D47FFA8FA32AF8F0EEE573AC510468DC2275C48BF07C",
306+
"algorithm": "sha256"
307+
},
308+
{
309+
"id": "github_release/github.com/rhysd/actionlint/v1.7.8/actionlint_1.7.8_windows_amd64.zip",
310+
"checksum": "8CAE2385EB69B93084EA2E6A4BCE57233FEB56AB16B3087BEA25CBC0ABADB0CC",
311+
"algorithm": "sha256"
312+
},
313+
{
314+
"id": "github_release/github.com/rhysd/actionlint/v1.7.8/actionlint_1.7.8_windows_arm64.zip",
315+
"checksum": "76CBB407E2DE15DF97969AAE51D6FB46AAAE9E73A48DA06B1C3157CB9F2EE766",
316+
"algorithm": "sha256"
317+
},
288318
{
289319
"id": "registries/github_content/github.com/aquaproj/aqua-registry/v4.333.1/registry.yaml",
290320
"checksum": "9DBB73AF6D587E7696230A00BF9AD1A4D1B62512D5C179D55A5B471F332FF52E",
@@ -330,6 +360,11 @@
330360
"checksum": "015FCF0BC87EB881A1895AA9CD75CFC9F0BF7D23363E4B39041E5728D0F3DF80",
331361
"algorithm": "sha256"
332362
},
363+
{
364+
"id": "registries/github_content/github.com/aquaproj/aqua-registry/v4.432.0/registry.yaml",
365+
"checksum": "96CBA2F96234E92A8BEA7A9F4E8D111F725D0AA0C7EDE342CDFAB9119C4176593BB2AB922B3D3FF3A539386BE19D2FA704323C13A11E098BB2B82C270AF60874",
366+
"algorithm": "sha512"
367+
},
333368
{
334369
"id": "registries/github_content/github.com/aquaproj/aqua-registry/v4.421.0/registry.yaml",
335370
"checksum": "28F12785429274ADCFA97906A10D80FFC44D0FAEF7CF1560119A31EA218C118E0C173C7FAEDDE31449665D25741B12F40EF3FFFCA4540947BE96D5CD370A92DE",

.aqua.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ checksum:
2323
- all
2424
registries:
2525
- type: standard
26-
ref: v4.421.0 # renovate: depName=aquaproj/aqua-registry
26+
ref: v4.432.0 # renovate: depName=aquaproj/aqua-registry
2727
packages:
28-
- name: rhysd/actionlint@v1.7.7
28+
- name: rhysd/actionlint@v1.7.8
2929
- name: koalaman/shellcheck@v0.11.0
3030
- name: jqlang/jq@jq-1.8.1
3131
- name: ianlewis/todos@v0.13.0

.github/workflows/pull_request.tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ on:
2626
permissions:
2727
contents: read # Needed to check out the repo.
2828

29+
concurrency:
30+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
31+
cancel-in-progress: true
32+
2933
# NOTE: We use simple job names because these are used in branch rulesets and
3034
# are matched by name. This makes the job names an identifier rather than
3135
# just a human-readable label.

.github/workflows/schedule.issue-reopener.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ on:
2828

2929
permissions: {}
3030

31+
concurrency:
32+
group: ${{ github.workflow }}-${{ github.ref }}
33+
cancel-in-progress: true
34+
3135
jobs:
3236
issue-reopener:
3337
name: Reopen TODO issues

.github/workflows/schedule.scorecard.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ on:
2525
# Declare default permissions as read only.
2626
permissions: {}
2727

28+
concurrency:
29+
group: ${{ github.workflow }}-${{ github.ref }}
30+
cancel-in-progress: true
31+
2832
jobs:
2933
analysis:
3034
name: Scorecards analysis
@@ -64,15 +68,15 @@ jobs:
6468
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6569
# format to the repository Actions tab.
6670
- name: "Upload artifact"
67-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
71+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6872
with:
6973
name: SARIF file
7074
path: results.sarif
7175
retention-days: 5
7276

7377
# Upload the results to GitHub's code scanning dashboard.
7478
- name: "Upload to code-scanning"
75-
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
79+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
7680
# NOTE: Uploading SARIF requires GitHub Enterprise and GitHub Advanced Security license for private repositories.
7781
# TODO: Remove the next line for private repositories with GitHub Advanced Security.
7882
if: github.event.repository.private == false

.github/workflows/schedule.stale.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ on:
1919

2020
permissions: {}
2121

22+
concurrency:
23+
group: ${{ github.workflow }}-${{ github.ref }}
24+
cancel-in-progress: true
25+
2226
jobs:
2327
stale:
2428
name: Close stale issues and PRs
@@ -27,7 +31,7 @@ jobs:
2731
issues: write # Needed to label and write comments on issues.
2832
pull-requests: write # Needed to label and write comments on PRs.
2933
steps:
30-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
34+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
3135
with:
3236
repo-token: ${{ secrets.GITHUB_TOKEN }}
3337
stale-issue-message: "A friendly reminder that this issue had no activity for 120 days."

.github/workflows/workflow_call.actionlint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ on:
2020
permissions:
2121
contents: read
2222

23+
concurrency:
24+
group: actionlint-${{ github.event.pull_request.number || github.ref }}
25+
cancel-in-progress: true
26+
2327
jobs:
2428
actionlint:
2529
name: actionlint

.github/workflows/workflow_call.checkmake.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ on:
2020
permissions:
2121
contents: read
2222

23+
concurrency:
24+
group: checkmake-${{ github.event.pull_request.number || github.ref }}
25+
cancel-in-progress: true
26+
2327
jobs:
2428
checkmake:
2529
name: checkmake

.github/workflows/workflow_call.commitlint.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ on:
2929
permissions:
3030
contents: read
3131

32+
concurrency:
33+
group: commitlint-${{ github.event.pull_request.number || github.ref }}
34+
cancel-in-progress: true
35+
3236
jobs:
3337
commitlint:
3438
name: commitlint
@@ -39,7 +43,7 @@ jobs:
3943
persist-credentials: false
4044
fetch-depth: 0 # Fetch all history for all branches and tags
4145

42-
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
46+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
4347
with:
4448
node-version-file: ".node-version"
4549

.github/workflows/workflow_call.fixme.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ on:
2020
permissions:
2121
contents: read
2222

23+
concurrency:
24+
group: fixme-${{ github.event.pull_request.number || github.ref }}
25+
cancel-in-progress: true
26+
2327
jobs:
2428
fixme:
2529
name: fixme

0 commit comments

Comments
 (0)