Skip to content

Commit 57fd14a

Browse files
renovate[bot]fruch
authored andcommitted
chore(deps): pin scylladb/github-automation action to e58a9a6
1 parent 79e2473 commit 57fd14a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/call_backport_with_jira.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Adds promoted-to-* labels and triggers/continues the backports for merged commits.
4545
backport-on-push:
4646
if: github.event_name == 'push'
47-
uses: scylladb/github-automation/.github/workflows/backport-with-jira.yaml@main
47+
uses: scylladb/github-automation/.github/workflows/backport-with-jira.yaml@e58a9a6ad95847406ad1fd12549834683c0a9f2f # main
4848
with:
4949
event_type: 'push'
5050
base_branch: ${{ github.ref }}
@@ -58,7 +58,7 @@ jobs:
5858
# A backport/* label was added to a (closed) PR: create the backport PR(s).
5959
backport-on-label:
6060
if: github.event_name == 'pull_request_target' && github.event.action == 'labeled'
61-
uses: scylladb/github-automation/.github/workflows/backport-with-jira.yaml@main
61+
uses: scylladb/github-automation/.github/workflows/backport-with-jira.yaml@e58a9a6ad95847406ad1fd12549834683c0a9f2f # main
6262
with:
6363
event_type: 'labeled'
6464
base_branch: refs/heads/${{ github.event.pull_request.base.ref }}
@@ -76,7 +76,7 @@ jobs:
7676
# for the always-parallel model, but kept for parity with the shared workflow).
7777
backport-chain:
7878
if: github.event_name == 'pull_request_target' && github.event.action == 'closed' && github.event.pull_request.merged == true
79-
uses: scylladb/github-automation/.github/workflows/backport-with-jira.yaml@main
79+
uses: scylladb/github-automation/.github/workflows/backport-with-jira.yaml@e58a9a6ad95847406ad1fd12549834683c0a9f2f # main
8080
with:
8181
event_type: 'chain'
8282
base_branch: refs/heads/${{ github.event.pull_request.base.ref }}

0 commit comments

Comments
 (0)