Skip to content

Commit 87a1d72

Browse files
authored
Merge pull request #191 from robnester-rh/EC-2130
ci: pin conforma actions and reusable workflows to commit SHAs
2 parents b9e2e4e + 538726f commit 87a1d72

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ name: 'Auto merge'
2222

2323
jobs:
2424
auto-merge:
25-
uses: conforma/github-workflows/.github/workflows/auto-merge.yaml@main
25+
uses: conforma/github-workflows/.github/workflows/auto-merge.yaml@db8c967cda18f9d4c69b1808f703fb61cdf1c650 # main
2626
secrets: inherit
2727
permissions:
2828
pull-requests: write

.github/workflows/label-pr-size.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Label PR by size
32-
uses: conforma/pr-size-label-action@v1.0.0
32+
uses: conforma/pr-size-label-action@8b1fcdb87ab3ef4b79f9708fedf686904375e2d3 # v1.0.0

0 commit comments

Comments
 (0)