Skip to content

Commit d44ebc9

Browse files
chore(deps): update koki-develop/github-actions-lint to v1.2.0 (#93)
* chore(deps): update koki-develop/github-actions-lint to v1.2.0 * chore: Build workflows --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: koki-develop <[email protected]>
1 parent 7012538 commit d44ebc9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/actions-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"codecov/[email protected]": "ad3126e916f78f00edff4ed0317cf185271ccc2d",
66
"googleapis/[email protected]": "a02a34c4d625f9be7cb89156071d8567266a2445",
77
"jdx/[email protected]": "7a111ead46986ccad89a74ad013ba2a7c08c9e67",
8-
"koki-develop/github-actions-lint/actionlint@v1.1.0": "cd40a2834e54895146e4a73ae17dcc37944ffb0f",
9-
"koki-develop/github-actions-lint/ghalint@v1.1.0": "cd40a2834e54895146e4a73ae17dcc37944ffb0f",
10-
"koki-develop/github-actions-lint/zizmor@v1.1.0": "cd40a2834e54895146e4a73ae17dcc37944ffb0f"
8+
"koki-develop/github-actions-lint/actionlint@v1.2.0": "79e44f1c8de97bff90f5bf8497a8b2af1f66193c",
9+
"koki-develop/github-actions-lint/ghalint@v1.2.0": "79e44f1c8de97bff90f5bf8497a8b2af1f66193c",
10+
"koki-develop/github-actions-lint/zizmor@v1.2.0": "79e44f1c8de97bff90f5bf8497a8b2af1f66193c"
1111
}
1212
}

.github/workflows/actions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"codecov/codecov-action": "v5.4.2",
55
"googleapis/release-please-action": "v4.2.0",
66
"jdx/mise-action": "v2.2.1",
7-
"koki-develop/github-actions-lint/actionlint": "v1.1.0",
8-
"koki-develop/github-actions-lint/ghalint": "v1.1.0",
9-
"koki-develop/github-actions-lint/zizmor": "v1.1.0"
7+
"koki-develop/github-actions-lint/actionlint": "v1.2.0",
8+
"koki-develop/github-actions-lint/ghalint": "v1.2.0",
9+
"koki-develop/github-actions-lint/zizmor": "v1.2.0"
1010
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# DO NOT EDIT THIS FILE
22
# This file is automatically generated by ghats (https://www.npmjs.com/package/ghats)
33
# Edit the workflow in .github/workflows/github-actions-lint.ts instead, and run `ghats build` to update this file.
4-
{"name":"GitHub Actions Lint","on":{"pull_request":{"paths":[".github/**"]},"push":{"branches":["main"],"paths":[".github/**"]}},"permissions":{},"concurrency":{"group":"${{ github.workflow }}-${{ github.ref }}","cancel-in-progress":true},"jobs":{"actionlint":{"runs-on":"ubuntu-latest","permissions":{"contents":"read"},"timeout-minutes":5,"steps":[{"with":{"persist-credentials":"false"},"uses":"actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"},{"uses":"koki-develop/github-actions-lint/actionlint@cd40a2834e54895146e4a73ae17dcc37944ffb0f"}]},"ghalint":{"runs-on":"ubuntu-latest","permissions":{"contents":"read"},"timeout-minutes":5,"steps":[{"with":{"persist-credentials":"false"},"uses":"actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"},{"uses":"koki-develop/github-actions-lint/ghalint@cd40a2834e54895146e4a73ae17dcc37944ffb0f"}]},"zizmor":{"runs-on":"ubuntu-latest","permissions":{"contents":"read"},"timeout-minutes":5,"steps":[{"with":{"persist-credentials":"false"},"uses":"actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"},{"with":{"github-token":"${{ github.token }}","persona":"auditor"},"uses":"koki-develop/github-actions-lint/zizmor@cd40a2834e54895146e4a73ae17dcc37944ffb0f"}]}}}
4+
{"name":"GitHub Actions Lint","on":{"pull_request":{"paths":[".github/**"]},"push":{"branches":["main"],"paths":[".github/**"]}},"permissions":{},"concurrency":{"group":"${{ github.workflow }}-${{ github.ref }}","cancel-in-progress":true},"jobs":{"actionlint":{"runs-on":"ubuntu-latest","permissions":{"contents":"read"},"timeout-minutes":5,"steps":[{"with":{"persist-credentials":"false"},"uses":"actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"},{"uses":"koki-develop/github-actions-lint/actionlint@79e44f1c8de97bff90f5bf8497a8b2af1f66193c"}]},"ghalint":{"runs-on":"ubuntu-latest","permissions":{"contents":"read"},"timeout-minutes":5,"steps":[{"with":{"persist-credentials":"false"},"uses":"actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"},{"uses":"koki-develop/github-actions-lint/ghalint@79e44f1c8de97bff90f5bf8497a8b2af1f66193c"}]},"zizmor":{"runs-on":"ubuntu-latest","permissions":{"contents":"read"},"timeout-minutes":5,"steps":[{"with":{"persist-credentials":"false"},"uses":"actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"},{"with":{"github-token":"${{ github.token }}","persona":"auditor"},"uses":"koki-develop/github-actions-lint/zizmor@79e44f1c8de97bff90f5bf8497a8b2af1f66193c"}]}}}

0 commit comments

Comments
 (0)