Skip to content

Commit

Permalink
chore(deps): update dependency github.com/lintnet-modules/ghalint/wor…
Browse files Browse the repository at this point in the history
…kflow/**/main.jsonnet to v0.3.1 (#24314)

* chore(deps): update dependency github.com/lintnet-modules/ghalint/workflow/**/main.jsonnet to v0.3.1

* ci: set timeout-minutes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Shunsuke Suzuki <[email protected]>
  • Loading branch information
renovate[bot] and suzuki-shunsuke authored Jun 26, 2024
1 parent 48e0e70 commit 0321229
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permissions: {}
jobs:
default:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/count-pkgs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
issues: write
timeout-minutes: 15
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: asdf-vm/actions/setup@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3.0.2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/debug-with-action-tmate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ permissions: {}
jobs:
action-tmate:
runs-on: ${{inputs.runs-on}}
timeout-minutes: 360
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
test-docker: ${{steps.changes.outputs.test-docker}}
runs-on: ubuntu-latest
permissions: {}
timeout-minutes: 15
steps:
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: changes
Expand Down Expand Up @@ -47,6 +48,7 @@ jobs:
# This job is used for main branch's branch protection rule's status check.
# If all dependent jobs succeed or are skipped this job succeeds.
runs-on: ubuntu-latest
timeout-minutes: 10
needs:
- enable-automerge-renovate
- renovate-config-validator
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
jobs:
update-pkgs:
runs-on: ubuntu-latest
timeout-minutes: 30
permissions:
packages: write
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wc-check-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
check-files:
runs-on: ubuntu-latest
permissions: {}
timeout-minutes: 15
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: aquaproj/registry-action/check-files@7b6e2c92250ab08b58f5c665f6e2ca4712bee2c3 # v0.2.1
1 change: 1 addition & 0 deletions .github/workflows/wc-ci-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
env:
AQUA_CONFIG: aqua/ci-info.yaml
permissions: {}
timeout-minutes: 15
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wc-enable-auto-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-latest
environment: renovate
permissions: {}
timeout-minutes: 15
if: |
github.event.pull_request.user.login == 'renovate[bot]' && contains(github.event.pull_request.body, ' **Automerge**: Enabled.')
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wc-generate-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
generate-registry:
runs-on: ubuntu-latest
permissions: {}
timeout-minutes: 15
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wc-json-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
json-schema:
runs-on: ubuntu-latest
permissions: {}
timeout-minutes: 15
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: aquaproj/registry-action/validate-json-schema@7b6e2c92250ab08b58f5c665f6e2ca4712bee2c3 # v0.2.1
1 change: 1 addition & 0 deletions .github/workflows/wc-lintnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
env:
AQUA_CONFIG: aqua-all.yaml
permissions: {}
timeout-minutes: 15
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wc-prettier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
prettier:
runs-on: ubuntu-latest
permissions: {}
timeout-minutes: 20
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: npm i -g prettier
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wc-test-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
test-docker:
runs-on: ubuntu-latest
permissions: {}
timeout-minutes: 20
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wc-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
env:
AQUA_CONFIG: aqua/test.yaml
permissions: {}
timeout-minutes: 30
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: suzuki-shunsuke/ci-info-action/restore@ceeb10dd50cd632db31e7eccf92cbbb6856f3191 # v0.1.3
Expand Down
2 changes: 1 addition & 1 deletion lintnet.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function(param) {
'.github/workflows/*.yaml',
],
modules: [
'github_archive/github.com/lintnet-modules/ghalint/workflow/**/main.jsonnet@00571db321e413d45be457f39e48cd4237399bb7:v0.3.0',
'github_archive/github.com/lintnet-modules/ghalint/workflow/**/main.jsonnet@0d6f9c5dbc856a70fca35511136d4f1c3195c872:v0.3.1',
],
},
],
Expand Down

0 comments on commit 0321229

Please sign in to comment.