Skip to content

Commit d977ede

Browse files
committed
Pin action versions
1 parent 53ca8af commit d977ede

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Hide the inputs values to keep them private in the logs when running this workflow
24-
uses: levibostian/action-hide-sensitive-inputs@v1
25-
- uses: actions/checkout@v6
24+
uses: levibostian/action-hide-sensitive-inputs@80877460a95aa5e56cba23314096ef0e0a3c10c1 # 1.1.1
25+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626
with:
2727
token: ${{ secrets.GH_API_TOKEN }}
2828
- name: Setup git repo
@@ -61,12 +61,12 @@ jobs:
6161
GEM_HOST_OTP_CODE: ${{ inputs.rubygems_otp }}
6262
- name: Create a Release
6363
id: create-release
64-
uses: softprops/action-gh-release@v1
64+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
6565
with:
6666
tag_name: ${{ steps.bump_version.outputs.new_version }}
6767
generate_release_notes: true
6868
- name: Comment on PRs with link to release they are included in
69-
uses: actions/github-script@v6
69+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
7070
env:
7171
RELEASE_ID: ${{ steps.create-release.outputs.id }}
7272
with:

0 commit comments

Comments
 (0)