Skip to content

[Merged by Bors] - ci: publish the cache for off-master release tags #5554

[Merged by Bors] - ci: publish the cache for off-master release tags

[Merged by Bors] - ci: publish the cache for off-master release tags #5554

Workflow file for this run

name: Check workflows
on:
pull_request:
paths:
- '.github/**'
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: suggester / actionlint
uses: reviewdog/action-actionlint@6fb7acc99f4a1008869fa8a0f09cfca740837d9d # v1.72.0
with:
tool_name: actionlint
fail_level: any
ensure-sha-pinned-actions:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
# Using our fork's PR branch until upstream merges the improved error reporting:
# https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/288
# TODO: Update to upstream release once merged.
- name: Ensure all actions are pinned to SHA
uses: kim-em/github-actions-ensure-sha-pinned-actions@00f51cdb5bbc21f5bc873ef3a2dceef45df213af # improve-error-reporting