Skip to content

Commit 35c7e83

Browse files
committed
Pin action refs to v1.25.5
1 parent 2040669 commit 35c7e83

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/tagbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
1414
runs-on: ubuntu-slim
1515
steps:
16-
- uses: JuliaRegistries/TagBot@a39ffe1e9ec683f639c18cbee68da2712baa6af6 # v1.25.4
16+
- uses: JuliaRegistries/TagBot@204066965d6267cb476105b71fedfb3442b2e85d # v1.25.5
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919
# For commits that modify workflow files: SSH key enables tagging, but

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ jobs:
332332
env:
333333
TAGBOT_MAX_PRS_TO_CHECK: 500 # Increase limit if needed
334334
steps:
335-
- uses: JuliaRegistries/TagBot@a39ffe1e9ec683f639c18cbee68da2712baa6af6 # v1.25.4
335+
- uses: JuliaRegistries/TagBot@204066965d6267cb476105b71fedfb3442b2e85d # v1.25.5
336336
with:
337337
token: ${{ secrets.GITHUB_TOKEN }}
338338
```
@@ -457,22 +457,22 @@ the action configuration should look something like
457457
```yml
458458
steps:
459459
- name: Tag top-level package
460-
uses: JuliaRegistries/TagBot@a39ffe1e9ec683f639c18cbee68da2712baa6af6 # v1.25.4
460+
uses: JuliaRegistries/TagBot@204066965d6267cb476105b71fedfb3442b2e85d # v1.25.5
461461
with:
462462
token: ${{ secrets.GITHUB_TOKEN }}
463463
# Edit the following line to reflect the actual name of the GitHub Secret containing your private key
464464
ssh: ${{ secrets.DOCUMENTER_KEY }}
465465
# ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}
466466
- name: Tag subpackage A
467-
uses: JuliaRegistries/TagBot@a39ffe1e9ec683f639c18cbee68da2712baa6af6 # v1.25.4
467+
uses: JuliaRegistries/TagBot@204066965d6267cb476105b71fedfb3442b2e85d # v1.25.5
468468
with:
469469
token: ${{ secrets.GITHUB_TOKEN }}
470470
# Edit the following line to reflect the actual name of the GitHub Secret containing your private key
471471
ssh: ${{ secrets.DOCUMENTER_KEY }}
472472
# ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}
473473
subdir: SubpackageA.jl
474474
- name: Tag subpackage B
475-
uses: JuliaRegistries/TagBot@a39ffe1e9ec683f639c18cbee68da2712baa6af6 # v1.25.4
475+
uses: JuliaRegistries/TagBot@204066965d6267cb476105b71fedfb3442b2e85d # v1.25.5
476476
with:
477477
token: ${{ secrets.GITHUB_TOKEN }}
478478
# Edit the following line to reflect the actual name of the GitHub Secret containing your private key
@@ -487,7 +487,7 @@ specify a different tag prefix as an input:
487487
```yml
488488
steps:
489489
- name: Tag subpackage A
490-
uses: JuliaRegistries/TagBot@a39ffe1e9ec683f639c18cbee68da2712baa6af6 # v1.25.4
490+
uses: JuliaRegistries/TagBot@204066965d6267cb476105b71fedfb3442b2e85d # v1.25.5
491491
with:
492492
token: ${{ secrets.GITHUB_TOKEN }}
493493
# Edit the following line to reflect the actual name of the GitHub Secret containing your private key

example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# ubuntu-slim doesn't support containers, and thus won't work
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: JuliaRegistries/TagBot@a39ffe1e9ec683f639c18cbee68da2712baa6af6 # v1.25.4
17+
- uses: JuliaRegistries/TagBot@204066965d6267cb476105b71fedfb3442b2e85d # v1.25.5
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020
# For commits that modify workflow files: SSH key enables tagging, but

0 commit comments

Comments
 (0)