Skip to content

Commit e8bb016

Browse files
chore(deps): pin dependencies (#183)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | pinDigest | -> `5a3ec84` | | [actions/checkout](https://redirect.github.com/actions/checkout) | action | pinDigest | -> `11bd719` | | [actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token) | action | pinDigest | -> `af35eda` | | [benhodgson87/conventional-pull-request-action](https://redirect.github.com/benhodgson87/conventional-pull-request-action) | action | pinDigest | -> `14ff798` | | [googleapis/release-please-action](https://redirect.github.com/googleapis/release-please-action) | action | pinDigest | -> `a02a34c` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Lendable/message). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1728bc4 commit e8bb016

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
run: curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer --version=2.8.6
4040

4141
- name: "Checkout"
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4343
with:
4444
show-progress: false
4545

4646
- name: "Cache Static Analysis Cache Files"
47-
uses: actions/cache@v4
47+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
4848
if: ${{ matrix.dependencies == 'locked' }}
4949
with:
5050
path: ./var/tmp

.github/workflows/conventional-commits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Validate PR title
1919
runs-on: ubuntu-24.04
2020
steps:
21-
- uses: benhodgson87/conventional-pull-request-action@v1
21+
- uses: benhodgson87/conventional-pull-request-action@14ff798e4d745c3e3e951f6ef472ff598b9c47a5 # v1
2222
if: ${{ github.event_name == 'pull_request' }}
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
runs-on: ubuntu-24.04
1616
name: Release Automation
1717
steps:
18-
- uses: actions/create-github-app-token@v1
18+
- uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1
1919
id: generate-token
2020
with:
2121
app-id: ${{ secrets.LENDABOT_APP_ID }}
2222
private-key: ${{ secrets.LENDABOT_APP_PRIVATE_KEY }}
2323

24-
- uses: googleapis/release-please-action@v4
24+
- uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4
2525
id: release
2626
with:
2727
token: ${{ steps.generate-token.outputs.token }}

0 commit comments

Comments
 (0)