Skip to content

Commit 6360cca

Browse files
Pin jellyfin/jellyfin-meta-plugins action to 0e44ef7
1 parent db2c201 commit 6360cca

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ on:
1515

1616
jobs:
1717
call:
18-
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/build.yaml@master
18+
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/build.yaml@0e44ef7b15d9774bfffc0d10805f61d5376e4364 # master

.github/workflows/changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
call:
16-
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/changelog.yaml@master
16+
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/changelog.yaml@0e44ef7b15d9774bfffc0d10805f61d5376e4364 # master
1717
with:
1818
repository-name: jellyfin/jellyfin-plugin-kodisyncqueue
1919
secrets:

.github/workflows/command-dispatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88

99
jobs:
1010
call:
11-
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/command-dispatch.yaml@master
11+
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/command-dispatch.yaml@0e44ef7b15d9774bfffc0d10805f61d5376e4364 # master
1212
secrets:
1313
token: ${{ secrets.JF_BOT_TOKEN }}

.github/workflows/command-rebase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
call:
10-
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/command-rebase.yaml@master
10+
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/command-rebase.yaml@0e44ef7b15d9774bfffc0d10805f61d5376e4364 # master
1111
with:
1212
rebase-head: ${{ github.event.client_payload.pull_request.head.label }}
1313
repository-full-name: ${{ github.event.client_payload.github.payload.repository.full_name }}

.github/workflows/publish-unstable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
call:
11-
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/publish-unstable.yaml@master
11+
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/publish-unstable.yaml@0e44ef7b15d9774bfffc0d10805f61d5376e4364 # master
1212
secrets:
1313
deploy-host: ${{ secrets.REPO_HOST }}
1414
deploy-user: ${{ secrets.REPO_USER }}

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
call:
11-
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/publish.yaml@master
11+
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/publish.yaml@0e44ef7b15d9774bfffc0d10805f61d5376e4364 # master
1212
with:
1313
version: ${{ github.event.release.tag_name }}
1414
is-unstable: ${{ github.event.release.prerelease }}

.github/workflows/scan-codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ on:
1515

1616
jobs:
1717
call:
18-
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/scan-codeql.yaml@master
18+
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/scan-codeql.yaml@0e44ef7b15d9774bfffc0d10805f61d5376e4364 # master
1919
with:
2020
repository-name: jellyfin/jellyfin-plugin-kodisyncqueue

.github/workflows/sync-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ on:
77

88
jobs:
99
call:
10-
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/sync-labels.yaml@master
10+
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/sync-labels.yaml@0e44ef7b15d9774bfffc0d10805f61d5376e4364 # master
1111
secrets:
1212
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ on:
1515

1616
jobs:
1717
call:
18-
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/test.yaml@master
18+
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/test.yaml@0e44ef7b15d9774bfffc0d10805f61d5376e4364 # master

0 commit comments

Comments
 (0)