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 1f6a410 + 15b4f3b commit 8cc6504Copy full SHA for 8cc6504
.github/workflows/pr-verifer.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Check out repository
13
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
14
15
- name: Validate PR Title
16
env:
.github/workflows/update-golangci-lint.yaml
@@ -16,7 +16,7 @@ jobs:
current_version: ${{ steps.check_version.outputs.current_version }}
17
18
- name: Checkout repository
19
- uses: actions/checkout@v5
+ uses: actions/checkout@v5.0.0
20
with:
21
fetch-depth: 0
22
- name: Get latest golangci-lint version
0 commit comments