Skip to content

Commit 7ef857a

Browse files
authored
chore: pin reusable workflows to openfga/.github@835baf3 (#717)
1 parent 861efd9 commit 7ef857a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ jobs:
286286
needs: [ release-provenance, image-provenance ]
287287
permissions:
288288
contents: write
289-
uses: openfga/.github/.github/workflows/undraft-release.yml@main
289+
uses: openfga/.github/.github/workflows/undraft-release.yml@835baf31562809ad9eb884c73efc5b79318f700f # pin@main
290290

291291
verification-with-slsa-verifier:
292292
needs: [ undraft-release, binary-provenance ]

.github/workflows/pr-title-conventional-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
pr-title-check:
1414
permissions:
1515
pull-requests: read
16-
uses: openfga/.github/.github/workflows/pr-title-check.yml@main
16+
uses: openfga/.github/.github/workflows/pr-title-check.yml@835baf31562809ad9eb884c73efc5b79318f700f # pin@main
1717

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: |
3737
github.event_name == 'workflow_dispatch' ||
3838
startsWith(github.event.head_commit.message, 'release:')
39-
uses: openfga/.github/.github/workflows/release-please.yml@main
39+
uses: openfga/.github/.github/workflows/release-please.yml@835baf31562809ad9eb884c73efc5b79318f700f # pin@main
4040
with:
4141
trigger-event: ${{ github.event_name }}
4242
bump-type: ${{ inputs.bump-type || 'auto' }}

0 commit comments

Comments
 (0)