Skip to content

Commit 4de9130

Browse files
authored
Merge pull request #757 from robnester-rh/EC-2130
ci: pin conforma actions and reusable workflows to commit SHAs
2 parents 1067104 + c6941c5 commit 4de9130

3 files changed

Lines changed: 3 additions & 3 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/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache-dependency-path: '**/go.sum'
3434

3535
- name: Check go versions
36-
uses: conforma/github-workflows/golang-version-check@main
36+
uses: conforma/github-workflows/golang-version-check@db8c967cda18f9d4c69b1808f703fb61cdf1c650 # main
3737

3838
- name: Build all
3939
run: make all

.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)