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 b5f56fa commit f16a102Copy full SHA for f16a102
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
container: golang:1.24
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15
16
- name: Get cache paths
17
id: cache
@@ -36,6 +36,6 @@ jobs:
36
runs-on: ubuntu-latest
37
38
- name: checkout
39
40
- name: check licenses
41
run: ./scripts/check_license_headers.sh .
0 commit comments