1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout the Repo
14- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
14+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515 with :
1616 fetch-depth : 0 # needed for pre-commit to work correctly
1717 - name : Install Nix
2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Check out Code
29- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
29+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030 - name : Parse tool-versions file
3131 uses : goplugin/tool-versions-to-env-action@aabd5efbaf28005284e846c5cf3a02f2cba2f4c2 # v1.0.8
3232 id : tool-versions
5858 path : ./tools/workflowresultparser/
5959 steps :
6060 - name : Check out Code
61- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
61+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6262 - name : Install Go
6363 uses : goplugin/plugin-github-actions/plugin-testing-framework/setup-go@e29366cdecfe6befff9ab8c3cfe4825218505d58 # v2.3.16
6464 with :
8989 needs : [tools]
9090 steps :
9191 - name : Check out Code
92- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
92+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9393 - name : Install Go
9494 uses : goplugin/plugin-github-actions/plugin-testing-framework/setup-go@e29366cdecfe6befff9ab8c3cfe4825218505d58 # v2.3.16
9595 with :
@@ -108,7 +108,7 @@ jobs:
108108 runs-on : ubuntu-latest
109109 steps :
110110 - name : Check out Code
111- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
111+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
112112 - name : Install asdf dependencies
113113 uses : asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3.0.2
114114
@@ -117,7 +117,7 @@ jobs:
117117 runs-on : ubuntu-latest
118118 steps :
119119 - name : Checkout
120- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
120+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
121121 with :
122122 # Without this parameter, the merged commit that CI produces will make it so that ct will
123123 # not detect a diff even if one exists
@@ -134,7 +134,7 @@ jobs:
134134 runs-on : ubuntu-latest
135135 steps :
136136 - name : Check out Code
137- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
137+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
138138 - name : Run actionlint
139139 uses : reviewdog/action-actionlint@9d8b58041eed1373f173e91b9a3db5a844197236 # v1.44.0
140140
@@ -144,7 +144,7 @@ jobs:
144144 runs-on : ubuntu-latest
145145 steps :
146146 - name : Checkout the repo
147- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
147+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
148148 with :
149149 fetch-depth : 0 # fetches all history for all tags and branches to provide more metadata for sonar reports
150150 - name : Download all workflow run artifacts
0 commit comments