Skip to content

Commit aba9442

Browse files
committed
pin actions
1 parent e25870a commit aba9442

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/generate-model-card.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2525

2626
- name: Generate model card
27-
uses: docker/cagent-action@latest
27+
uses: docker/cagent-action@bd5439a1cabc3c448abf7a0d29b6f9a0d5fd4ec7
2828
with:
2929
agent: .github/agents/model-card-generator.yaml
3030
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}
@@ -50,7 +50,7 @@ jobs:
5050
head -20 "model-cards/${{ inputs.repository }}.md"
5151
5252
- name: Create Pull Request
53-
uses: peter-evans/create-pull-request@v7
53+
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676
5454
with:
5555
token: ${{ secrets.GITHUB_TOKEN }}
5656
commit-message: "Add model card for aistaging/${{ inputs.repository }}"

0 commit comments

Comments
 (0)