Skip to content

Commit 23e3ca0

Browse files
ci(tools): pin dependencies
1 parent 77f2258 commit 23e3ca0

6 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/automerge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Generate token
2121
id: token
22-
uses: tibdex/github-app-token@v2
22+
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
2323
with:
2424
app_id: ${{ secrets.TOKEN_EXCHANGE_APP }}
2525
installation_retrieval_mode: id
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Fetch metadata
3232
id: metadata
33-
uses: dependabot/fetch-metadata@v2
33+
uses: dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b # v2
3434
with:
3535
github-token: ${{ secrets.GITHUB_TOKEN }}
3636

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ jobs:
1414

1515
steps:
1616
- name: Checkout source
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1818
with:
1919
token: ${{ secrets.BOT_ACCESS_TOKEN }}
2020

2121
- name: Generate readme
22-
uses: actionhippie/ansible-doctor@v5
22+
uses: actionhippie/ansible-doctor@62897c57e817e636abb656ef0d06bba715efbff4 # v5
2323
with:
2424
force: true
2525
verbose: true
2626

2727
- name: Commit changes
28-
uses: EndBug/add-and-commit@v9
28+
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
2929
with:
3030
author_name: GitHub Actions
3131
author_email: github@webhippie.de

.github/workflows/flake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
steps:
1717
- name: Checkout source
1818
id: source
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2020
with:
2121
token: ${{ secrets.BOT_ACCESS_TOKEN }}
2222

2323
- name: Install nix
2424
id: nix
25-
uses: cachix/install-nix-action@v31
25+
uses: cachix/install-nix-action@a809471b5c7c913aa67bec8f459a11a0decc3fce # v31
2626

2727
- name: Update flake
2828
id: flake
@@ -33,7 +33,7 @@ jobs:
3333
run: git pull --autostash --rebase
3434

3535
- name: Commit changes
36-
uses: EndBug/add-and-commit@v9
36+
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
3737
with:
3838
author_name: GitHub Actions
3939
author_email: github@webhippie.de

.github/workflows/galaxy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- name: Checkout source
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2020

2121
- name: Galaxy upload
22-
uses: robertdebock/galaxy-action@1.2.1
22+
uses: robertdebock/galaxy-action@7d89099e09f4385ec4b53eb58c0d120f1ad806dd # 1.2.1
2323
with:
2424
galaxy_api_key: ${{ secrets.GALAXY_TOKEN }}
2525

.github/workflows/general.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- name: Checkout source
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2121

2222
- name: Role linting
23-
uses: actionhippie/ansible-later@v5
23+
uses: actionhippie/ansible-later@adf8951ab8751c11f009e2ef7d001d37f115932f # v5
2424

2525
testing:
2626
runs-on: ubuntu-latest
@@ -35,10 +35,10 @@ jobs:
3535

3636
steps:
3737
- name: Checkout source
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3939

4040
- name: Setup Python
41-
uses: actions/setup-python@v5
41+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
4242
with:
4343
python-version: 3.x
4444

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout source
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1717
with:
1818
token: ${{ secrets.BOT_ACCESS_TOKEN }}
1919

@@ -29,7 +29,7 @@ jobs:
2929
run: date >| .github/RELEASEDATE
3030

3131
- name: Commit changes
32-
uses: EndBug/add-and-commit@v9
32+
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
3333
with:
3434
author_name: GitHub Actions
3535
author_email: github@webhippie.de

0 commit comments

Comments
 (0)