[dev] Pin Github actions to full-commit SHA (#2194)

This commit is contained in:
Adrian Moldovan 2025-06-20 11:28:37 +03:00 committed by GitHub
parent 6e83afd561
commit faebb41c99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Label when approved
uses: pullreminders/label-when-approved-action@master
uses: pullreminders/label-when-approved-action@09b41ee798957cb258b29e12f7619bf18d229109 #v1.0.7
env:
APPROVALS: "1"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View file

@ -44,7 +44,7 @@ jobs:
npm run test:e2e

- name: Archive debug artifacts (screenshots, HTML snapshots)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: failures-artifacts

View file

@ -55,7 +55,7 @@ jobs:
path: eslint_report.json
- if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository }}
name: Annotate Code Linting Results
uses: ataylorme/eslint-annotate-action@1.2.0
uses: ataylorme/eslint-annotate-action@a1bf7cb320a18aa53cb848a267ce9b7417221526 # v1.2.0
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
report-json: 'eslint_report.json'

View file

@ -42,7 +42,7 @@ jobs:
restore-keys: |
${{ runner.os }}-composer-
- name: Set up PHP
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.24.1
with:
php-version: '7.4'
coverage: none