Skip to content

Commit

Permalink
[nc] pin gha-tools-action orb
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed May 16, 2024
1 parent 7427331 commit 2f0a75f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

static-code-analysis:
name: static code analysis
uses: ThoughtWorks-DPS/gha-tools-action/.github/workflows/static-code-analysis.yaml@main
uses: ThoughtWorks-DPS/gha-tools-action/.github/workflows/static-code-analysis.yaml@62fed61ee4a732fb309006ef6c55f348b7db3441 # v0.2.0

integration-tests:
name: integration test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

release-version:
name: release version
uses: ThoughtWorks-DPS/gha-tools-action/.github/workflows/release-version.yaml@main
uses: ThoughtWorks-DPS/gha-tools-action/.github/workflows/release-version.yaml@62fed61ee4a732fb309006ef6c55f348b7db3441 # v0.2.0
secrets:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
with:
Expand Down

0 comments on commit 2f0a75f

Please sign in to comment.