Skip to content

Commit c3ebf95

Browse files
committed
SHA-pinned the references this PR touches
1 parent 20f8259 commit c3ebf95

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Code Sniffer
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
1212

1313
############################################################################
1414
- name: Set up PHP
@@ -62,7 +62,7 @@ jobs:
6262
name: Mess Detect
6363
runs-on: ubuntu-latest
6464
steps:
65-
- uses: actions/checkout@v4
65+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
6666

6767
############################################################################
6868
- name: Set up PHP
@@ -133,7 +133,7 @@ jobs:
133133
name: Package
134134
runs-on: ubuntu-latest
135135
steps:
136-
- uses: actions/checkout@v4
136+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
137137

138138
############################################################################
139139
- name: Set up PHP
@@ -190,10 +190,10 @@ jobs:
190190
name: PHP 8.2-8.5 Compatibility
191191
runs-on: ubuntu-latest
192192
steps:
193-
- uses: actions/checkout@v4
193+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
194194

195195
- name: Set up PHP
196-
uses: shivammathur/setup-php@v2
196+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2
197197
with:
198198
php-version: '8.5'
199199
tools: composer:v2
@@ -204,7 +204,7 @@ jobs:
204204
run: |
205205
composer config cache-files-dir
206206
echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
207-
- uses: actions/cache@v4
207+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
208208
with:
209209
path: ${{ steps.composer-cache.outputs.dir }}
210210
key: ${{ runner.os }}-composer-phpcompat-${{ hashFiles('**/composer.json') }}

.github/workflows/ide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
1313

1414
############################################################################
1515
- name: Set up PHP

.github/workflows/phan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
1313

1414
############################################################################
1515
- name: Set up PHP

0 commit comments

Comments
 (0)