This repository was archived by the owner on Sep 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v3
41+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout the repository
11- uses : actions/checkout@v3
11+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1212 - name : Set up JDK 11
1313 uses : actions/setup-java@v3
1414 with :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout the repository
12- uses : actions/checkout@v3
12+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1313 with :
1414 ref : ${{ github.head_ref }}
1515 fetch-depth : 0
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout the repository
12- uses : actions/checkout@v3
12+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1313 - name : Set up JDK 11
1414 uses : actions/setup-java@v3
1515 with :
You can’t perform that action at this time.
0 commit comments