We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad8efa commit 2664150Copy full SHA for 2664150
2 files changed
.github/workflows/ci.yaml
@@ -29,7 +29,7 @@ jobs:
29
30
steps:
31
- name: "Checkout"
32
- uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4
+ uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6
33
with:
34
show-progress: false
35
.github/workflows/release.yaml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-24.04
20
name: Release Automation
21
22
- - uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1
+ - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
23
id: generate-token
24
25
app-id: ${{ secrets.LENDABOT_APP_ID }}
0 commit comments