Skip to content

Commit 74ae6db

Browse files
authored
[TNZ-84434] use commit sha instead of main reference (#108)
ai-assisted=no * [TNZ-84434] use commit sha instead of main reference * [TNZ-84434] Remove bndiagnostic repo (archived) from synced repositories --------- Signed-off-by: Fran Mulero <francisco-jose.mulero@broadcom.com>
1 parent d98787f commit 74ae6db

File tree

7 files changed

+6
-9
lines changed

7 files changed

+6
-9
lines changed

.github/sync.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ bitnami/render-template:
2323
bitnami/ini-file:
2424
- source: workflows/
2525
dest: .github/workflows/
26-
bitnami/bndiagnostic:
27-
- source: workflows/
28-
dest: .github/workflows/
2926
bitnami/bncert:
3027
- source: workflows/
3128
dest: .github/workflows/

workflows/comments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ concurrency:
1717
jobs:
1818
call-comments-workflow:
1919
if: ${{ github.repository_owner == 'bitnami' }}
20-
uses: bitnami/support/.github/workflows/comment-created.yml@main
20+
uses: bitnami/support/.github/workflows/comment-created.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac
2121
secrets: inherit

workflows/move-closed-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ concurrency:
1919
jobs:
2020
call-move-closed-workflow:
2121
if: ${{ github.repository_owner == 'bitnami' }}
22-
uses: bitnami/support/.github/workflows/item-closed.yml@main
22+
uses: bitnami/support/.github/workflows/item-closed.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac
2323
secrets: inherit

workflows/pr-review-hack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "labels=${labels}" >> $GITHUB_OUTPUT
5151
echo "resource_url=${resource_url}" >> $GITHUB_OUTPUT
5252
call-pr-review-comment:
53-
uses: bitnami/support/.github/workflows/pr-review-comment.yml@main
53+
uses: bitnami/support/.github/workflows/pr-review-comment.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac
5454
needs: pr-info
5555
permissions:
5656
contents: read

workflows/pr-reviews-requested.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ concurrency:
1616
jobs:
1717
call-pr-review-workflow:
1818
if: ${{ github.repository_owner == 'bitnami' }}
19-
uses: bitnami/support/.github/workflows/pr-review-requested-sync.yml@main
19+
uses: bitnami/support/.github/workflows/pr-review-requested-sync.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac
2020
secrets: inherit

workflows/reasign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ concurrency:
2020
jobs:
2121
call-reasign-workflow:
2222
if: ${{ github.repository_owner == 'bitnami' }}
23-
uses: bitnami/support/.github/workflows/item-labeled.yml@main
23+
uses: bitnami/support/.github/workflows/item-labeled.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac
2424
secrets: inherit

workflows/triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ concurrency:
2323
jobs:
2424
call-triage-workflow:
2525
if: ${{ github.repository_owner == 'bitnami' }}
26-
uses: bitnami/support/.github/workflows/item-opened.yml@main
26+
uses: bitnami/support/.github/workflows/item-opened.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac
2727
secrets: inherit

0 commit comments

Comments
 (0)