Skip to content

Commit 2e974b7

Browse files
committed
Renovate: Pin github actions dependencies to SHA1 hashes for security
skip-release-and-release-note: true GitOrigin-RevId: a20772f1b68e020a0f7c50e67b370077b669d54d
1 parent ec84048 commit 2e974b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,20 +185,20 @@ jobs:
185185
path: ./artifacts/
186186

187187
- name: Login to Octopus Deploy 🐙
188-
uses: OctopusDeploy/login@v1
188+
uses: OctopusDeploy/login@e485a40e4b47a154bdf59cc79e57894b0769a760 # v1
189189
with:
190190
server: ${{ secrets.OCTOPUS_URL }}
191191
service_account_id: 8b5a7f0f-c2c9-48de-a0f6-74d83669accf
192192

193193
- name: Push to Octopus 🐙
194-
uses: OctopusDeploy/push-package-action@v3
194+
uses: OctopusDeploy/push-package-action@e2050621dbc1f83e223b6a5ca7ff2ec3dd6809e8 # v3
195195
with:
196196
packages: |
197197
./artifacts/Octopus.Client.${{ needs.build.outputs.octoversion_fullsemver }}.nupkg
198198
./artifacts/Octopus.Server.Client.${{ needs.build.outputs.octoversion_fullsemver }}.nupkg
199199
200200
- name: Create Release in Octopus 🐙
201-
uses: OctopusDeploy/create-release-action@v3
201+
uses: OctopusDeploy/create-release-action@1c58525ed52e1af84afa68eb495486a52661d6da # v3
202202
with:
203203
project: "Octopus.Client"
204204
packages: |

0 commit comments

Comments
 (0)