Skip to content

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

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

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@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.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