We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9daa79 + 6981ff1 commit 0bd3251Copy full SHA for 0bd3251
.github/workflows/sync.yml
@@ -10,11 +10,11 @@ permissions:
10
11
jobs:
12
scheduled:
13
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
14
15
steps:
16
- name: Checkout repository
17
- uses: actions/checkout@v4
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18
19
- name: Run sync
20
run: wget --mirror --no-parent --reject "index.html*" --no-host-directories -P secdb https://secdb.alpinelinux.org/
@@ -25,4 +25,4 @@ jobs:
25
git config user.email "automation@aboutcode.org"
26
git add -A
27
git commit -m "$(echo -e "Sync latest Alpine secdb\n\nSigned-off-by: AboutCode Automation <automation@aboutcode.org>")" || exit 0
28
- git push
+ git push
0 commit comments