Skip to content

chore: bump actions/checkout from 4.2.0 to 4.2.1 #64

chore: bump actions/checkout from 4.2.0 to 4.2.1

chore: bump actions/checkout from 4.2.0 to 4.2.1 #64

name: Security Hardening
on:
push:
branches-ignore:
- 'dependabot/**'
paths-ignore:
- '**/*.md'
- '**/*.cff'
pull_request:
branches:
- '**'
paths-ignore:
- '**/*.md'
- '**/*.cff'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: read-all
jobs:
security-hardening:
name: Harden Security
runs-on: ubuntu-latest
steps:
- name: Checkout the Repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Ensure SHA Pinned Actions
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@40ba2d51b6b6d8695f2b6bd74e785172d4f8d00f # v3.0.14