Skip to content

Commit babea55

Browse files
ci(tools): pin dependencies
1 parent 36bb7d5 commit babea55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/flake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Generate token
1919
id: token
20-
uses: tibdex/github-app-token@v2
20+
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
2121
with:
2222
app_id: ${{ secrets.TOKEN_EXCHANGE_APP }}
2323
installation_retrieval_mode: id

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Generate token
1919
id: token
20-
uses: tibdex/github-app-token@v2
20+
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
2121
with:
2222
app_id: ${{ secrets.TOKEN_EXCHANGE_APP }}
2323
installation_retrieval_mode: id
@@ -60,7 +60,7 @@ jobs:
6060
run: semantic-release
6161

6262
- name: Commit changes
63-
uses: EndBug/add-and-commit@v9
63+
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
6464
with:
6565
author_name: GitHub Actions
6666
author_email: github@cloudhippie.de

0 commit comments

Comments
 (0)