Skip to content

chore(deps): update docker/login-action action to v4.5.2 (.github/workflows) #1196

chore(deps): update docker/login-action action to v4.5.2 (.github/workflows)

chore(deps): update docker/login-action action to v4.5.2 (.github/workflows) #1196

Workflow file for this run

---
name: actionlint
on:
pull_request:
branches: [main]
paths:
- .github/workflows/**
- aqua/actionlint.yaml
- .github/actionlint.yaml
jobs:
actionlint:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
pull-requests: write
contents: read
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: aquaproj/aqua-installer@96a9bc20066c5bf5e275b41019cfc165b25f4e2e # v4.0.5
with:
aqua_version: v2.62.2
- uses: suzuki-shunsuke/github-action-actionlint@4f0298e8f8b13fffbdc13207463d65e92205ad0c # v0.1.5
with:
actionlint_options: -config-file ${{ github.workspace }}/.github/actionlint.yaml