Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/dependabot-tracking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
# SHA: e31e87e03dd19038e411e38ae27cbad084a90661
- uses: rtCamp/action-slack-notify@v2.3.3

# marocchino/sticky-pull-request-comment v2.9.4
# SHA: 773744901bac0e8cbb5a0dc842800d45e9b2b405
- uses: marocchino/sticky-pull-request-comment@v2.9.4
# marocchino/sticky-pull-request-comment v3.0.4
# SHA: 0ea0beb66eb9baf113663a64ec522f60e49231c0
- uses: marocchino/sticky-pull-request-comment@v3.0.4
2 changes: 1 addition & 1 deletion delete-review-app/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ runs:
PR_NUMBER: ${{ inputs.pr-number }}

- name: Post Pull Request Comment
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # Pinned at v2.9.4
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # Pinned at v3.0.4
with:
header: aks
message: |
Expand Down
2 changes: 1 addition & 1 deletion deploy-to-aks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ runs:

- name: Post comment to Pull Request ${{ inputs.pr-number }}
if: inputs.pr-number != ''
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # Pinned at v2.9.4
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # Pinned at v3.0.4
with:
header: aks
message: |
Expand Down