bump: EB-0 Prepare php8 sf7 #23
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Security checks - Github Action | |
on: | |
pull_request: | |
paths: [.github/workflows/**] | |
jobs: | |
ci_harden_security: | |
name: Ensure SHA pinned actions | |
runs-on: ubuntu-latest | |
steps: | |
- name: Fetch lastest changes | |
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # renovate: tag=v3.0.0 | |
- name: Ensure SHA pinned actions | |
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@a397475397837fb57396bd18f09d991625e604fe # renovate: tag=v1.2.0 |