Skip to content

Commit 245aa47

Browse files
authored
Update actions to use full sha
1 parent 0c6d5f9 commit 245aa47

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-octopus-deploy.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ OpenID Connect (OIDC) allows your {% data variables.product.prodname_actions %}
1919

2020
This guide provides an overview of how to configure Octopus Deploy to trust {% data variables.product.prodname_dotcom %}'s OIDC as a federated identity, and includes a workflow example for the [`octopusdeploy/login`](https://github.com/OctopusDeploy/login) action that uses tokens to authenticate to your Octopus Deploy instance.
2121

22-
2322
## Prerequisites
2423

2524
{% data reusables.actions.oidc-link-to-intro %}
@@ -66,13 +65,13 @@ jobs:
6665
id-token: write # This is required to obtain an ID token from GitHub Actions for the job
6766
steps:
6867
- name: Login to Octopus
69-
uses: OctopusDeploy/login@v1
68+
uses: OctopusDeploy/login@34b6dcc1e86fa373c14e6a28c5507d221e4de629 #v1.0.2
7069
with:
7170
server: https://my.octopus.app
7271
service_account_id: 5be4ac10-2679-4041-a8b0-7b05b445e19e
7372

7473
- name: Create a release in Octopus
75-
uses: OctopusDeploy/create-release-action@v3
74+
uses: OctopusDeploy/create-release-action@fe13cc69c1c037cb7bb085981b152f5e35257e1f #v3.2.2
7675
with:
7776
space: Default
7877
project: My Octopus Project

0 commit comments

Comments
 (0)