We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9b32b commit 6fdbfccCopy full SHA for 6fdbfcc
2 files changed
.github/workflows/ci.yaml
@@ -39,7 +39,7 @@ jobs:
39
run: curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer --version=2.8.12
40
41
- name: "Checkout"
42
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
+ uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
43
with:
44
show-progress: false
45
.github/workflows/release.yaml
@@ -21,7 +21,7 @@ jobs:
21
app-id: ${{ secrets.LENDABOT_APP_ID }}
22
private-key: ${{ secrets.LENDABOT_APP_PRIVATE_KEY }}
23
24
- - uses: googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4
+ - uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4
25
id: release
26
27
token: ${{ steps.generate-token.outputs.token }}
0 commit comments