Skip to content

Commit 13e65f7

Browse files
chore: Pin dependencies (#291)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2cc17cf commit 13e65f7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/auto-request-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Request reviews based on configuration
16-
uses: necojackarc/auto-request-review@v0.13.0
16+
uses: necojackarc/auto-request-review@e89da1a8cd7c8c16d9de9c6e763290b6b0e3d424 # v0.13.0
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
calculate-code-coverage: true
2525

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2828

2929
- name: Set up PHP with PECL extension
30-
uses: shivammathur/setup-php@v2
30+
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2
3131
with:
3232
php-version: ${{ matrix.php }}
3333
coverage: xdebug
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Cache Composer packages
4141
id: composer-cache
42-
uses: actions/cache@v4
42+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
4343
with:
4444
path: vendor
4545
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Upload coverage results to Coveralls
7373
if: matrix.calculate-code-coverage == true
74-
uses: coverallsapp/github-action@v2
74+
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2
7575
with:
7676
github-token: ${{ secrets.GITHUB_TOKEN }}
7777
fail-on-error: false

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Release
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: googleapis/release-please-action@v4
20+
- uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4
2121
with:
2222
token: ${{ secrets.GITHUB_TOKEN }}
2323
config-file: .github/actions/release-please/config.json

.github/workflows/sloth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Sloth
16-
uses: lendable/sloth@0.2.0
16+
uses: lendable/sloth@e1fd9a2df2549f6e64188f274bc5d3b39d7842ed # 0.2.0
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919
interval: 10

0 commit comments

Comments
 (0)