Skip to content

Commit

Permalink
[ci] pin versions for release-verifiable-image (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam authored Mar 7, 2024
1 parent 1f70270 commit 37d67b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
# run action only on dependabot branches
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v4
- uses: actions/create-github-app-token@v1
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1.9.0
id: app-token
with:
app-id: ${{ secrets.GH_APP_ID }}
private-key: ${{ secrets.GH_APP_KEY }}
- uses: ahmadnassri/action-dependabot-auto-merge@v2
- uses: ahmadnassri/action-dependabot-auto-merge@45fc124d949b19b6b8bf6645b6c9d55f4f9ac61a # v2.6.0
with:
target: patch
github-token: ${{ steps.app-token.outputs.token }}

0 comments on commit 37d67b3

Please sign in to comment.