Pauline Bailly-Masson commited on
Commit
bdd5644
·
1 Parent(s): df2c87c

🔒 pin update-conferences.yml actions to commit SHAs

Browse files
.github/workflows/update-conferences.yml CHANGED
@@ -14,10 +14,10 @@ jobs:
14
  runs-on: ubuntu-latest
15
 
16
  steps:
17
- - uses: actions/checkout@v3
18
 
19
  - name: Set up Python
20
- uses: actions/setup-python@v4
21
  with:
22
  python-version: '3.x'
23
 
@@ -36,7 +36,7 @@ jobs:
36
 
37
  - name: Create Pull Request
38
  if: steps.git-check.outputs.changes == 'true'
39
- uses: peter-evans/create-pull-request@v5
40
  with:
41
  commit-message: 'chore: update conference data from ccfddl'
42
  title: 'Update conference data from ccfddl'
 
14
  runs-on: ubuntu-latest
15
 
16
  steps:
17
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18
 
19
  - name: Set up Python
20
+ uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
21
  with:
22
  python-version: '3.x'
23
 
 
36
 
37
  - name: Create Pull Request
38
  if: steps.git-check.outputs.changes == 'true'
39
+ uses: peter-evans/create-pull-request@4e1beaa7521e8b457b572c090b25bd3db56bf1c5 # v5
40
  with:
41
  commit-message: 'chore: update conference data from ccfddl'
42
  title: 'Update conference data from ccfddl'