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 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v3
42+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 88 build :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1212
1313 - name : Set up Go
1414 uses : actions/setup-go@v4
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v3
17+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1818 with :
1919 fetch-depth : 0
2020 - name : Fetch all tags
You can’t perform that action at this time.
0 commit comments