File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - run : echo "Starting build pipeline for jjversion."
30- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3131 with :
3232 fetch-depth : 0
3333 - run : git log --oneline
5757 runs-on : ubuntu-latest
5858 needs : initial-build
5959 steps :
60- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
60+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6161 with :
6262 fetch-depth : 0
6363 - name : Setup Docker BuildKit
9595 docker-test :
9696 runs-on : ubuntu-latest
9797 steps :
98- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
98+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9999 with :
100100 fetch-depth : 0
101101 - name : Setup Docker BuildKit
@@ -107,7 +107,7 @@ jobs:
107107 build-cross-compilation :
108108 runs-on : ubuntu-latest
109109 steps :
110- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
110+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
111111 with :
112112 fetch-depth : 0
113113 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
@@ -213,7 +213,7 @@ jobs:
213213 - test-commit-incrementing-no-settings
214214 - build-cross-compilation
215215 steps :
216- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
216+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
217217 with :
218218 fetch-depth : 0
219219 - name : Download jjversion
Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2626 devcontainer-ci :
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030 with :
3131 fetch-depth : 0
3232 - name : Setup Docker BuildKit
You can’t perform that action at this time.
0 commit comments