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 f461adc commit 8c0e1c1Copy full SHA for 8c0e1c1
.github/workflows/checks.yaml
@@ -29,12 +29,12 @@ jobs:
29
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
31
- name: Initialize CodeQL
32
- uses: github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
+ uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
33
with:
34
languages: go
35
36
- name: Perform CodeQL Analysis
37
- uses: github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
+ uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
38
39
UnitTests:
40
runs-on: ubuntu-latest
0 commit comments