Skip to content

Commit b8278d1

Browse files
committed
SURF-789: Add SHA commits to GA
1 parent 1a9c969 commit b8278d1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/actions/gradle-command-on-pr/action.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353

5454
- name: Add reaction on pushed changes
5555
if: ${{ success() && steps.git-check.outputs.modified == 'true' }}
56-
uses: peter-evans/create-or-update-comment@v2
56+
uses: peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d # v2
5757
with:
5858
token: ${{ inputs.SERVICE_ACCOUNT_PAT }}
5959
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
@@ -62,7 +62,7 @@ runs:
6262

6363
- name: Add reaction when no update is needed
6464
if: ${{ success() && steps.git-check.outputs.modified == 'false' }}
65-
uses: peter-evans/create-or-update-comment@v2
65+
uses: peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d # v2
6666
with:
6767
token: ${{ inputs.SERVICE_ACCOUNT_PAT }}
6868
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
@@ -79,7 +79,7 @@ runs:
7979
env:
8080
GRADLE_COMMAND: ${{ inputs.gradle-command }}
8181
if: ${{ !success() }}
82-
uses: peter-evans/create-or-update-comment@v2
82+
uses: peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d # v2
8383
with:
8484
token: ${{ inputs.SERVICE_ACCOUNT_PAT }}
8585
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
@@ -91,7 +91,7 @@ runs:
9191
9292
- name: Report failure to original comment with a reaction
9393
if: ${{ !success() }}
94-
uses: peter-evans/create-or-update-comment@v2
94+
uses: peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d # v2
9595
with:
9696
token: ${{ inputs.SERVICE_ACCOUNT_PAT }}
9797
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

.github/workflows/ChatOps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Slash Command Dispatch
11-
uses: peter-evans/slash-command-dispatch@v3
11+
uses: peter-evans/slash-command-dispatch@f996d7b7aae9059759ac55e978cff76d91853301 #v3
1212
with:
1313
issue-type: pull-request
1414
reaction-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)