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.
2 parents dd252e9 + 2883647 commit ffe8073Copy full SHA for ffe8073
.github/workflows/gitleaks.yml
@@ -5,7 +5,7 @@ jobs:
5
name: gitleaks
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
9
with:
10
fetch-depth: 0
11
- uses: gitleaks/gitleaks-action@v2
.github/workflows/update-prices.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
- name: Checkout repository
24
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
25
26
27
0 commit comments