Skip to content

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

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 #10

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@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
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