Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Merge pull request #105 from step-security-bot/stepsecurity_remediati… #22

Merge pull request #105 from step-security-bot/stepsecurity_remediati…

Merge pull request #105 from step-security-bot/stepsecurity_remediati… #22

Workflow file for this run

name: ActionLint
on:
push:
workflow_dispatch:
permissions:
contents: read
pull-requests: write
jobs:
job-1:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
with:
egress-policy: audit
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: devops-actions/actionlint@48ca80d7da4ffd5ed31b7981702bc6bb4b242c63 #v0.1.2
continue-on-error: true
id: action-lint