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 dd11188 commit 70b86ddCopy full SHA for 70b86dd
.github/workflows/test.yml
@@ -19,11 +19,11 @@ jobs:
19
runs-on: ubuntu-22.04
20
steps:
21
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
22
- - uses: github/codeql-action/init@d186a2a36cc67bfa1b860e6170d37fb9634742c7
+ - uses: github/codeql-action/init@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db
23
with:
24
languages: go
25
- - uses: github/codeql-action/autobuild@d186a2a36cc67bfa1b860e6170d37fb9634742c7
26
- - uses: github/codeql-action/analyze@d186a2a36cc67bfa1b860e6170d37fb9634742c7
+ - uses: github/codeql-action/autobuild@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db
+ - uses: github/codeql-action/analyze@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db
27
28
coverage:
29
0 commit comments