Skip to content

README: update example SHA pin to v3.2.0 (0d27e5a) #13

README: update example SHA pin to v3.2.0 (0d27e5a)

README: update example SHA pin to v3.2.0 (0d27e5a) #13

Workflow file for this run

name: actionlint
on:
push:
branches: ['*']
pull_request:
branches: [master]
paths:
- '.github/workflows/**'
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install and run actionlint
env:
# rhysd/actionlint v1.7.12 — pinned to the release commit SHA so
# the download script body is content-addressed, not mutable.
ACTIONLINT_SHA: 914e7df21a07ef503a81201c76d2b11c789d3fca
ACTIONLINT_VERSION: 1.7.12
run: |
set -euo pipefail
curl -sSfL "https://raw.githubusercontent.com/rhysd/actionlint/${ACTIONLINT_SHA}/scripts/download-actionlint.bash" -o /tmp/download-actionlint.bash
bash /tmp/download-actionlint.bash "${ACTIONLINT_VERSION}"
./actionlint -color