Skip to content

Commit e225fe4

Browse files
renovate[bot]AlexSkrypnyk
authored andcommitted
Update GitHub Actions - All - Major, minor and patch
1 parent 255843b commit e225fe4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ jobs:
440440

441441
- name: Post coverage summary as PR comment
442442
if: ${{ github.event_name == 'pull_request' && (matrix.instance == 0 || strategy.job-total == 1) && vars.VORTEX_CI_CODE_COVERAGE_PR_COMMENT_SKIP != '1' }}
443-
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2
443+
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3
444444
with:
445445
header: coverage-gha
446446
message: |

.github/workflows/draft-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "Version set to ${VERSION}"
4040
4141
- name: Draft release notes
42-
uses: release-drafter/release-drafter@6a93d829887aa2e0748befe2e808c66c0ec6e4c7 # v6
42+
uses: release-drafter/release-drafter@3a7fb5c85b80b1dda66e1ccb94009adbbd32fce3 # v7
4343
with:
4444
tag: ${{ steps.calver.outputs.version }}
4545
name: ${{ steps.calver.outputs.version }}

0 commit comments

Comments
 (0)