We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d811dfd commit 74122c1Copy full SHA for 74122c1
2 files changed
.github/workflows/benchmark.yml
@@ -88,7 +88,7 @@ jobs:
88
GHA_LIBWEBP_CACHE_HIT: ${{ steps.cache-libwebp.outputs.cache-hit }}
89
90
- name: Run CodSpeed benchmarks
91
- uses: CodSpeedHQ/action@9c498abf90f466ace8338cd5505d6ab277e1f9a3 # v4.19.0
+ uses: CodSpeedHQ/action@f22792bfac16f3e14eb9fbea76f4a48e9cc22b93 # v4.19.1
92
with:
93
mode: simulation
94
run: |
.github/workflows/stale.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: "Check issues"
28
- uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0
+ uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11
29
30
repo-token: ${{ secrets.GITHUB_TOKEN }}
31
only-labels: "Awaiting OP Action"
0 commit comments