diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-28 22:44:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 22:44:12 +0200 |
commit | 914e9b3f7057394401b45bbb732fb573414356ff (patch) | |
tree | c94b76ce6e35b4ad8b60943311695b4799b80a3c /.github/workflows/issue-labeler.yml | |
parent | c75030590cc992d87dbd8dc02501d3bad257fd84 (diff) | |
parent | 1821eb3837a81bf666ed87e5ccb3da4e190a9aba (diff) | |
download | podman-914e9b3f7057394401b45bbb732fb573414356ff.tar.gz podman-914e9b3f7057394401b45bbb732fb573414356ff.tar.bz2 podman-914e9b3f7057394401b45bbb732fb573414356ff.zip |
Merge pull request #13564 from naveensrinivasan/naveen/feat/pin-actions
[CI:DOCS] Pin actions to a full length commit SHA
Diffstat (limited to '.github/workflows/issue-labeler.yml')
-rw-r--r-- | .github/workflows/issue-labeler.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/issue-labeler.yml b/.github/workflows/issue-labeler.yml index ee9785d23..18fff7f7c 100644 --- a/.github/workflows/issue-labeler.yml +++ b/.github/workflows/issue-labeler.yml @@ -7,7 +7,7 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: github/issue-labeler@v2.0 + - uses: github/issue-labeler@3ae0e4623c1fda729347ae0d8f1c2e52302ef4c6 # v2.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/issue-labeler.yml |