Skip to content

Commit 8d3e392

Browse files
robnester-rhclaude
andcommitted
ci: pin conforma actions and reusable workflows to commit SHAs
Pin the cross-org conforma/* references to commit SHAs so all third-party and cross-org actions are SHA-pinned (EC-2130): - conforma/pr-size-label-action@v1.0.0 -> 8b1fcdb - conforma/github-workflows/golang-version-check@main -> db8c967 - conforma/github-workflows/.github/workflows/auto-merge.yaml@main -> db8c967 Co-Authored-By: Claude <noreply@anthropic.com> Ref: EC-2130
1 parent 46c4552 commit 8d3e392

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)