Skip to content

Commit faebb41

Browse files
authored
[dev] Pin Github actions to full-commit SHA (#2194)
1 parent 6e83afd commit faebb41

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/approved-with-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Label when approved
9-
uses: pullreminders/label-when-approved-action@master
9+
uses: pullreminders/label-when-approved-action@09b41ee798957cb258b29e12f7619bf18d229109 #v1.0.7
1010
env:
1111
APPROVALS: "1"
1212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
npm run test:e2e
4545
4646
- name: Archive debug artifacts (screenshots, HTML snapshots)
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
if: always()
4949
with:
5050
name: failures-artifacts

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
path: eslint_report.json
5656
- if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository }}
5757
name: Annotate Code Linting Results
58-
uses: ataylorme/eslint-annotate-action@1.2.0
58+
uses: ataylorme/eslint-annotate-action@a1bf7cb320a18aa53cb848a267ce9b7417221526 # v1.2.0
5959
with:
6060
repo-token: '${{ secrets.GITHUB_TOKEN }}'
6161
report-json: 'eslint_report.json'

.github/workflows/php-coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
restore-keys: |
4343
${{ runner.os }}-composer-
4444
- name: Set up PHP
45-
uses: shivammathur/setup-php@v2
45+
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.24.1
4646
with:
4747
php-version: '7.4'
4848
coverage: none

0 commit comments

Comments
 (0)