We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dbda2a commit 5e91743Copy full SHA for 5e91743
2 files changed
.github/workflows/add-to-project.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Add issue to project
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/add-to-project@v1.0.2
+ - uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
14
with:
15
project-url: https://github.com/orgs/fluent/projects/4
16
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
.github/workflows/codespell.yml
@@ -13,8 +13,8 @@ jobs:
name: check spelling with codespell
- - uses: actions/checkout@v6
17
- - uses: actions/setup-python@v6
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
18
19
python-version: '3.13'
20
- name: Install codespell
0 commit comments