Skip to content

Commit 9bb8132

Browse files
committed
chore(security): pin down actions to commit SHA
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent c077dd6 commit 9bb8132

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/sync.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ permissions:
1010

1111
jobs:
1212
scheduled:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-24.04
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2121
with:
22-
python-version: '3.10'
22+
python-version: '3.11'
2323

2424
- name: Install required packages
2525
run: pip install requests==2.32.5 aboutcode.pipeline==0.2.1
@@ -34,4 +34,4 @@ jobs:
3434
git add -A
3535
timestamp=$(date -u)
3636
git commit -m "$(echo -e "Sync NuGet catalog: $timestamp\n\nSigned-off-by: AboutCode Automation <automation@aboutcode.org>")" || exit 0
37-
git push
37+
git push

0 commit comments

Comments
 (0)