We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37872d3 commit 1914ac2Copy full SHA for 1914ac2
.github/workflows/mirror.yml
@@ -6,7 +6,7 @@ jobs:
6
to_codeberg:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
10
with:
11
fetch-depth: 0
12
- uses: pixta-dev/repository-mirroring-action@674e65a7d483ca28dafaacba0d07351bdcc8bd75 # v1
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
13
14
- name: Checkout repository
15
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
16
17
fetch-depth: 0 # Fetch full history for changelog generation
18
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments