Skip to content

[Security] Pin GitHub Actions to a full-length commit SHA #73

[Security] Pin GitHub Actions to a full-length commit SHA

[Security] Pin GitHub Actions to a full-length commit SHA #73

Workflow file for this run

name: "Test actions"
permissions:
contents: write
checks: write
statuses: write
on:
pull_request:
branches:
- master
jobs:
test-post-status-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- id: status
uses: ./post-status-check
with:
context: action
pull-request: ${{ github.event.pull_request.number }}
owner: ${{ github.repository_owner }}
repo: github-actions