We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb664f commit c746391Copy full SHA for c746391
.github/workflows/external-message.yml
@@ -21,7 +21,7 @@ jobs:
21
pull-requests: write
22
23
steps:
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
25
26
- name: Delete old comments
27
env:
.github/workflows/integration-tests.yml
@@ -43,7 +43,7 @@ jobs:
43
environment: "test-trigger-is"
44
45
46
- - uses: actions/checkout@v3
+ - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
47
48
- name: Generate GitHub App Token for Workflow Trigger
49
id: generate-token
0 commit comments