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 1212 contents : read
1313 steps :
1414 - 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
1616 with :
1717 ansible-core-version : stable-2.13
1818 testing-type : sanity
Original file line number Diff line number Diff line change 1313 permissions :
1414 contents : read
1515 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 1717 steps :
1818 - run : " echo \" RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
1919
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
2121 id : create-release
2222 with :
2323 github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -50,10 +50,10 @@ jobs:
5050 - run : " echo \" ARTIFACT_TAG=${GITHUB_REF#refs/tags/v}\" >> $GITHUB_ENV"
5151
5252 - 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
5454
5555 - 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
5757 with :
5858 python-version : ${{ matrix.python-version }}
5959
8686 runs-on : ubuntu-latest
8787 needs : [create-draft-release, build-publish-collection]
8888 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
9090 with :
9191 github-token : ${{ secrets.GITHUB_TOKEN }}
9292 script : |
You can’t perform that action at this time.
0 commit comments