2020 image : quay.io/cortexproject/build-image:master-7bc8b2491b
2121 steps :
2222 - name : Checkout Repo
23- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
23+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2424 - name : Setup Git safe.directory
2525 run : |
2626 echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
5656 image : quay.io/cortexproject/build-image:master-7bc8b2491b
5757 steps :
5858 - name : Checkout Repo
59- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
59+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6060 - name : Setup Git safe.directory
6161 run : |
6262 echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
8484 image : quay.io/cortexproject/build-image:master-7bc8b2491b
8585 steps :
8686 - name : Checkout Repo
87- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
87+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8888 - name : Setup Git safe.directory
8989 run : |
9090 echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
@@ -107,19 +107,19 @@ jobs:
107107 security-events : write
108108 steps :
109109 - name : Checkout repository
110- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
110+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
111111
112112 # Initializes the CodeQL tools for scanning.
113113 - name : Initialize CodeQL
114- uses : github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3.29.5
114+ uses : github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v3.29.5
115115 with :
116116 languages : go
117117
118118 - name : Autobuild
119- uses : github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3.29.5
119+ uses : github/codeql-action/autobuild@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v3.29.5
120120
121121 - name : Perform CodeQL Analysis
122- uses : github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3.29.5
122+ uses : github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v3.29.5
123123
124124
125125 discover-tags :
@@ -132,7 +132,7 @@ jobs:
132132 matrix : ${{ steps.discover.outputs.matrix }}
133133 steps :
134134 - name : Checkout Repo
135- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
135+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
136136 - id : discover
137137 shell : bash
138138 run : |
@@ -167,7 +167,7 @@ jobs:
167167 image_tag : ${{ steps.image-tag.outputs.image_tag }}
168168 steps :
169169 - name : Checkout Repo
170- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
170+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
171171 - name : Setup Git safe.directory
172172 run : |
173173 echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
@@ -218,7 +218,7 @@ jobs:
218218 image : quay.io/cortexproject/build-image:master-7bc8b2491b
219219 steps :
220220 - name : Checkout Repo
221- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
221+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
222222 - name : Setup Git safe.directory
223223 run : |
224224 git config --system --add safe.directory $GITHUB_WORKSPACE
@@ -360,7 +360,7 @@ jobs:
360360 image : quay.io/cortexproject/build-image:master-7bc8b2491b
361361 steps :
362362 - name : Checkout Repo
363- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
363+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
364364 - name : Setup Git safe.directory
365365 run : |
366366 echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
0 commit comments