1818
1919 steps :
2020 - name : Harden Runner
21- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
21+ uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
2222 with :
2323 egress-policy : audit
2424
4444
4545 steps :
4646 - name : Harden the runner (Audit all outbound calls)
47- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
47+ uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
4848 with :
4949 egress-policy : audit
5050
5454 with :
5555 version-file : .tool-versions
5656 version-type : strict
57- - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
57+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
5858 with :
5959 path : |-
6060 deps
9191
9292 steps :
9393 - name : Harden the runner (Audit all outbound calls)
94- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
94+ uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
9595 with :
9696 egress-policy : audit
9797
@@ -103,7 +103,7 @@ jobs:
103103 with :
104104 otp-version : ${{ matrix.otp }}
105105 elixir-version : ${{ matrix.elixir }}
106- - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
106+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
107107 with :
108108 path : |-
109109 deps
@@ -137,7 +137,7 @@ jobs:
137137
138138 steps :
139139 - name : Harden the runner (Audit all outbound calls)
140- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
140+ uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
141141 with :
142142 egress-policy : audit
143143
@@ -147,7 +147,7 @@ jobs:
147147 with :
148148 version-file : .tool-versions
149149 version-type : strict
150- - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
150+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
151151 with :
152152 path : |-
153153 deps
@@ -160,7 +160,7 @@ jobs:
160160 - run : mix compile --warning-as-errors
161161 - run : mix credo --strict --format sarif > results.sarif
162162 - name : Upload SARIF file
163- uses : github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
163+ uses : github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
164164 with :
165165 sarif_file : results.sarif
166166 category : credo
@@ -175,7 +175,7 @@ jobs:
175175
176176 steps :
177177 - name : Harden Runner
178- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
178+ uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
179179 with :
180180 egress-policy : audit
181181
@@ -185,7 +185,7 @@ jobs:
185185 with :
186186 version-file : .tool-versions
187187 version-type : strict
188- - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
188+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
189189 with :
190190 path : |-
191191 deps
0 commit comments