Skip to content

Commit 0330804

Browse files
chore(deps): pin dependencies
1 parent a9df2b1 commit 0330804

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/trufflehog.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/github-script@v7
16+
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
1717
id: git-intel
1818
with:
1919
script: |
@@ -33,7 +33,7 @@ jobs:
3333
depth = depth + 2
3434
core.info(`Will fetch ${depth} commits from ${branch}.`)
3535
return { "depth": depth, "branch": branch }
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3737
with:
3838
ref: ${{steps.git-intel.outputs.result.branch}}
3939
fetch-depth: ${{steps.git-intel.outputs.result.depth}}

.github/workflows/understackctl-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
make build-all package-all checksums
3939
4040
- name: Upload release artifacts
41-
uses: softprops/action-gh-release@v2
41+
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2
4242
with:
4343
files: |
4444
go/understackctl/build/*.zip

0 commit comments

Comments
 (0)