Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-jeeves[bot] authored Mar 18, 2024
1 parent 9e91a76 commit 951a73b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/link-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
echo "${issue_number}"
- name: Create or Update Issue
uses: peter-evans/create-issue-from-file@v5
uses: peter-evans/create-issue-from-file@24452a72d85239eacf1468b0f1982a9f3fec4c94 # v5
with:
token: "${{ steps.app-token.outputs.token }}"
title: "${{ env.WORKFLOW_ISSUE_TITLE }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/meta-labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
pull-requests: write
steps:
- name: Generate Token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1
id: app-token
with:
app-id: "${{ secrets.BOT_APP_ID }}"
Expand All @@ -28,7 +28,7 @@ jobs:
token: "${{ steps.app-token.outputs.token }}"

- name: Labeler
uses: actions/labeler@v5
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
with:
repo-token: "${{ steps.app-token.outputs.token }}"
configuration-path: .github/labeler.yaml
Expand Down

0 comments on commit 951a73b

Please sign in to comment.