Skip to content

Commit 20da298

Browse files
dependabot[bot]github-actions[bot]AnHeuermann
authored
Bump @actions/cache from 4.0.5 to 4.1.0 (#435)
* Bump @actions/cache from 4.0.5 to 4.1.0 Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 4.0.5 to 4.1.0. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache) --- updated-dependencies: - dependency-name: "@actions/cache" dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update dist after Dependabot update * Add repository dispatch after dist update --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: AnHeuermann <38031952+AnHeuermann@users.noreply.github.com>
1 parent 34dfc4a commit 20da298

9 files changed

Lines changed: 1013 additions & 1177 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,16 @@ on:
1515
paths-ignore:
1616
- '**.md'
1717
workflow_dispatch:
18-
18+
repository_dispatch:
19+
types: [dependabot-dist-updated]
1920
jobs:
2021
check-dist:
2122
runs-on: ubuntu-latest
2223

2324
steps:
2425
- uses: actions/checkout@v4
26+
with:
27+
ref: ${{ github.event.pull_request.head.ref || github.event.client_payload.pr }}
2528

2629
- name: Set Node.js 20.x
2730
uses: actions/setup-node@v4

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ on:
1919
branches: [ main ]
2020
schedule:
2121
- cron: '31 7 * * 3'
22+
repository_dispatch:
23+
types: [dependabot-dist-updated]
2224

2325
jobs:
2426
analyze:
@@ -39,6 +41,8 @@ jobs:
3941
steps:
4042
- name: Checkout repository
4143
uses: actions/checkout@v4
44+
with:
45+
ref: ${{ github.event.pull_request.head.ref || github.event.client_payload.pr }}
4246

4347
# Initializes the CodeQL tools for scanning.
4448
- name: Initialize CodeQL

.github/workflows/patch-dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,9 @@ jobs:
4444
git commit -m "Update dist after Dependabot update"
4545
git push
4646
fi
47+
48+
- name: Trigger test workflow
49+
if: success()
50+
uses: peter-evans/repository-dispatch@v4
51+
with:
52+
event-type: dependabot-dist-updated

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on: # rebuild any PRs and main branch changes
55
branches:
66
- main
77
- 'releases/*'
8+
repository_dispatch:
9+
types: [dependabot-dist-updated]
810

911
jobs:
1012
build: # make sure build/ci work properly
@@ -27,6 +29,8 @@ jobs:
2729
runs-on: ${{ matrix.os }}
2830
steps:
2931
- uses: actions/checkout@v4
32+
with:
33+
ref: ${{ github.event.pull_request.head.ref || github.event.client_payload.pr }}
3034
- uses: ./
3135
with:
3236
version: ${{ matrix.version }}

dist/OSMC-License.txt

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

Lines changed: 791 additions & 434 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)