We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5c6aa commit aeb6d23Copy full SHA for aeb6d23
2 files changed
.github/workflows/ci.yaml
@@ -44,7 +44,7 @@ jobs:
44
show-progress: false
45
46
- name: "Cache Static Analysis Cache Files"
47
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
+ uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
48
if: ${{ matrix.dependencies == 'locked' }}
49
with:
50
path: ./var/tmp
.github/workflows/release.yaml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-24.04
16
name: Release Automation
17
steps:
18
- - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
+ - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
19
id: generate-token
20
21
app-id: ${{ secrets.LENDABOT_APP_ID }}
0 commit comments