File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
contents : read
13
13
steps :
14
14
- name : Perform sanity testing with ansible-test
15
- uses : ansible-community/ansible-test-gh-action@release/v1
15
+ uses : ansible-community/ansible-test-gh-action@b416b6ecf7ddb0ea3b0a51c1d198d715eba52c9d # v1.16.0 https://github.com/ansible-community/ansible-test-gh-action/releases/tag/v1.16.0
16
16
with :
17
17
ansible-core-version : stable-2.13
18
18
testing-type : sanity
Original file line number Diff line number Diff line change 13
13
permissions :
14
14
contents : read
15
15
steps :
16
- - uses : actions/checkout@v4
17
-
16
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 https://github.com/actions/checkout/releases/tag/v4.2.2
17
+ - uses : webiny/action-conventional-commits@8bc41ff4e7d423d56fa4905f6ff79209a78776c7 # v1.3.0 https://github.com/webiny/action-conventional-commits/releases/tag/ v1.3.0
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- run : " echo \" RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
19
19
20
- - uses : actions/github-script@v7
20
+ - uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 https://github.com/actions/github-script/releases/tag/v7.0.1
21
21
id : create-release
22
22
with :
23
23
github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -50,10 +50,10 @@ jobs:
50
50
- run : " echo \" ARTIFACT_TAG=${GITHUB_REF#refs/tags/v}\" >> $GITHUB_ENV"
51
51
52
52
- name : Checkout code
53
- uses : actions/checkout@v4
53
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 https://github.com/actions/checkout/releases/tag/v4.2.2
54
54
55
55
- name : Set up Python ${{ matrix.python-version }}
56
- uses : actions/setup-python@v5
56
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 https://github.com/actions/setup-python/releases/tag/v5.6.0
57
57
with :
58
58
python-version : ${{ matrix.python-version }}
59
59
86
86
runs-on : ubuntu-latest
87
87
needs : [create-draft-release, build-publish-collection]
88
88
steps :
89
- - uses : actions/github-script@v7
89
+ - uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 https://github.com/actions/github-script/releases/tag/v7.0.1
90
90
with :
91
91
github-token : ${{ secrets.GITHUB_TOKEN }}
92
92
script : |
You can’t perform that action at this time.
0 commit comments