File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
38+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1414 name : lint
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
17+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1818 - name : Determine Go version from go.mod
1919 run : echo "GO_VERSION=$(grep "go 1." go.mod | cut -d " " -f 2)" >> $GITHUB_ENV
2020 - name : Set up Go
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
14+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1515 with :
1616 fetch-depth : 0
1717 - name : Determine Go version from go.mod
You can’t perform that action at this time.
0 commit comments