Skip to content

build(dependencies): bump the github-actions group across 1 directory with 8 updates #11

build(dependencies): bump the github-actions group across 1 directory with 8 updates

build(dependencies): bump the github-actions group across 1 directory with 8 updates #11

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches:
- main
- master
jobs:
actionlinter:
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #4.1.7
- name: Lint GitHub Actions
uses: docker://rhysd/actionlint:latest
with:
options: -v $(pwd):/repo --workdir /repo
args: -color