Skip to content

Commit 6e35f55

Browse files
chore(deps): pin dependencies
1 parent 1dfc92f commit 6e35f55

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/default-bare.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ jobs:
4949
packages.microsoft.com:443
5050
pypi.org:443
5151
www.google.com:1025
52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5353
with:
5454
path: ${{ env.ANSIBLE_ROLE }}
5555
- name: Set up Python
56-
uses: actions/setup-python@v6
56+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
5757
with:
5858
python-version: '3.x'
5959
- name: Cache

.github/workflows/galaxy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: 'Checkout git repo'
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2121
with:
2222
submodules: true
2323
fetch-depth: 0

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
ANSIBLE_ROLE: juju4.ipv6
2222

2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2525
with:
2626
path: ${{ env.ANSIBLE_ROLE }}
2727
- name: Set up Python
28-
uses: actions/setup-python@v6
28+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2929
with:
3030
python-version: '3.13'
3131
- name: Install dependencies

0 commit comments

Comments
 (0)