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 81d87ea commit ddf28f1Copy full SHA for ddf28f1
.github/workflows/dependency-review.yml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
steps:
30
- name: 'Checkout repository'
31
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
32
- name: 'Dependency Review'
33
uses: actions/dependency-review-action@v4
34
# Commonly enabled options, see https://github.com/actions/dependency-review-action#configuration-options for all available options.
.github/workflows/go.yml
@@ -21,7 +21,7 @@ jobs:
21
build:
22
23
24
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
25
with:
26
# Fetch all history for proper SonarQube analysis
27
fetch-depth: 0
0 commit comments