Skip to content

Commit b03267e

Browse files
committed
use tags
1 parent cd52c7c commit b03267e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/combine-dependabot-prs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ jobs:
4545
runs-on: ubuntu-22.04
4646
steps:
4747
- name: Checkout repository
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4949
with:
5050
repository: NHSDigital/eps-workflow-dependabot
5151
sparse-checkout-cone-mode: false
5252
sparse-checkout: |
5353
combine-prs.js
5454
5555
- name: Create Combined PR
56-
uses: actions/github-script@v8
56+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
5757
id: create-combined-pr
5858
env:
5959
branchPrefix: ${{ inputs.branchPrefix }}

.github/workflows/dependabot-auto-approve-and-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
steps:
2020
- name: Get token from Github App
2121
id: get_app_token
22-
uses: actions/create-github-app-token@v2
22+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42
2323
with:
2424
app-id: ${{ secrets.AUTOMERGE_APP_ID }}
2525
private-key: ${{ secrets.AUTOMERGE_PEM }}
2626

2727
- name: Dependabot metadata
2828
id: dependabot-metadata
29-
uses: dependabot/fetch-metadata@v2
29+
uses: dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b
3030
with:
3131
github-token: "${{ secrets.GITHUB_TOKEN }}"
3232

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
jobs:
1111
dependabot-auto-approve-and-merge:
1212
needs: quality_checks
13-
uses: NHSDigital/eps-workflow-dependabot/.github/workflows/dependabot-auto-approve-and-merge.yml@4b56ed8edd7c5357fd0123a2bd84b3429d3a6b20
13+
uses: ./.github/workflows/dependabot-auto-approve-and-merge.yml
1414
secrets:
1515
AUTOMERGE_APP_ID: ${{ secrets.AUTOMERGE_APP_ID }}
1616
AUTOMERGE_PEM: ${{ secrets.AUTOMERGE_PEM }}

0 commit comments

Comments
 (0)