File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010jobs :
1111 check_release_notes :
1212 name : Notes are either written, or there are none
13- uses : packit/.github/.github/workflows/check-release-notes.yml@main
13+ uses : packit/.github/.github/workflows/check-release-notes.yml@2837c96caf71966609451ad0323552ef4be11a23
1414 with :
1515 description : ${{ github.event.pull_request.body }}
Original file line number Diff line number Diff line change 88 if : github.event.pull_request.draft == false
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/add-to-project@v0.3.0
11+ - uses : actions/add-to-project@a9f041ddd462ed185893ea1024cec954f50dbe42 # v0.3.0
1212 with :
1313 project-url : https://github.com/orgs/packit/projects/14
1414 github-token : ${{ secrets.RELEASEBOT_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2222 image : packit-service-tests
2323
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2626
2727 - name : Install QEMU dependency
2828 run : |
5050 - name : Build Image
5151 id : build-image
5252 # https://github.com/marketplace/actions/buildah-build
53- uses : redhat-actions/buildah-build@v2
53+ uses : redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 # v2
5454 with :
5555 dockerfiles : ${{ matrix.dockerfile }}
5656 image : ${{ matrix.image }}
6363
6464 - name : Push To Quay
6565 # https://github.com/marketplace/actions/push-to-registry
66- uses : redhat-actions/push-to-registry@v2
66+ uses : redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2
6767 with :
6868 image : ${{ steps.build-image.outputs.image }}
6969 tags : ${{ steps.build-image.outputs.tags }}
You can’t perform that action at this time.
0 commit comments