Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

chore: bump actions/checkout from 4.2.2 to 6.0.0 #333

chore: bump actions/checkout from 4.2.2 to 6.0.0

chore: bump actions/checkout from 4.2.2 to 6.0.0 #333

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Ensure SHA Pinned Actions
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@fc87bb5b5a97953d987372e74478de634726b3e5 # v3.0.25