Skip to content

Commit 5e91743

Browse files
authored
ci: use sha pinning to mitigate (#613)
Lower risk about supply chain attack even though matched tag was compromised. Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent 5dbda2a commit 5e91743

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/add-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Add issue to project
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/add-to-project@v1.0.2
13+
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
1414
with:
1515
project-url: https://github.com/orgs/fluent/projects/4
1616
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

.github/workflows/codespell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
name: check spelling with codespell
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
17-
- uses: actions/setup-python@v6
16+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1818
with:
1919
python-version: '3.13'
2020
- name: Install codespell

0 commit comments

Comments
 (0)