Skip to content

Commit 6981ff1

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sync.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ 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: Run sync
2020
run: wget --mirror --no-parent --reject "index.html*" --no-host-directories -P secdb https://secdb.alpinelinux.org/
@@ -25,4 +25,4 @@ jobs:
2525
git config user.email "automation@aboutcode.org"
2626
git add -A
2727
git commit -m "$(echo -e "Sync latest Alpine secdb\n\nSigned-off-by: AboutCode Automation <automation@aboutcode.org>")" || exit 0
28-
git push
28+
git push

0 commit comments

Comments
 (0)