We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffff69f + f6f8acb commit 11bf0c7Copy full SHA for 11bf0c7
1 file changed
.github/workflows/codeql.yaml
@@ -13,18 +13,7 @@ permissions:
13
jobs:
14
codeql:
15
runs-on: ubuntu-latest
16
- env:
17
- GOPROXY: https://goproxy.githubapp.com/mod,https://proxy.golang.org/,direct
18
- GOPRIVATE: ''
19
- GONOPROXY: ''
20
- GONOSUMDB: github.com/github/*
21
-
22
steps:
23
- # From https://github.com/github/goproxy/blob/main/doc/user.md#set-up:
24
- - name: Configure Go private module access
25
- run: |
26
- echo "machine goproxy.githubapp.com login nobody password ${{ secrets.GOPROXY_TOKEN }}" >> $HOME/.netrc
27
28
- name: Checkout repository
29
uses: actions/checkout@v2
30
0 commit comments