Skip to content

chore(deps): update dependency aquaproj/aqua-registry to v4.234.0 (#305) #301

chore(deps): update dependency aquaproj/aqua-registry to v4.234.0 (#305)

chore(deps): update dependency aquaproj/aqua-registry to v4.234.0 (#305) #301

Workflow file for this run

name: Check GitHub Actions
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check-actions:
timeout-minutes: 30
name: Check GitHub Actions
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Check Changed Files
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: filter
with:
filters: |
actions:
- ".github/workflows/*.yml"
- ".github/workflows/*.yaml"
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
if: steps.filter.outputs.actions == 'true'
with:
aqua_version: v2.36.1
- name: Linting
if: steps.filter.outputs.actions == 'true'
run: |
shellcheck --version
ghalint run
actionlint -color