File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ jobs:
310310
311311 - name : Fetch templates (db-template mode)
312312 if : inputs.db-template != ''
313- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
313+ uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
314314 with :
315315 repository : NX1X/Cloudflare-R2-backup-action
316316 ref : v1
@@ -425,7 +425,7 @@ jobs:
425425
426426 - name : Upload to R2
427427 id : r2-upload
428- uses : NX1X/Cloudflare-R2-backup-action@05b470a55ba3b008e7405fdc7f0f2208b0b3e488 # v1
428+ uses : NX1X/Cloudflare-R2-backup-action@170cc1daf854595c704a781f4d1dbe506a2b9f15 # v1
429429 with :
430430 operation : upload
431431 account-id : ${{ secrets.R2_ACCOUNT_ID }}
@@ -460,7 +460,7 @@ jobs:
460460 steps :
461461 - name : Verify
462462 id : r2-verify
463- uses : NX1X/Cloudflare-R2-backup-action@05b470a55ba3b008e7405fdc7f0f2208b0b3e488 # v1
463+ uses : NX1X/Cloudflare-R2-backup-action@170cc1daf854595c704a781f4d1dbe506a2b9f15 # v1
464464 with :
465465 operation : verify
466466 account-id : ${{ secrets.R2_ACCOUNT_ID }}
@@ -479,7 +479,7 @@ jobs:
479479
480480 steps :
481481 - name : Fetch notify script
482- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
482+ uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
483483 with :
484484 repository : NX1X/Cloudflare-R2-backup-action
485485 ref : v1
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
18+ - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
1919
2020 - name : Install actionlint
2121 run : |
Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout
42- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
42+ uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
4343
4444 - name : Initialize CodeQL
4545 uses : github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
Original file line number Diff line number Diff line change 4949 contents : read
5050
5151 steps :
52- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
52+ - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
5353
5454 - name : Install actionlint
5555 run : |
@@ -108,7 +108,7 @@ jobs:
108108 contents : write
109109
110110 steps :
111- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
111+ - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
112112 with :
113113 fetch-depth : 0
114114
@@ -163,7 +163,7 @@ jobs:
163163 git push origin "$TAG"
164164
165165 - name : Create GitHub Release
166- uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
166+ uses : softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
167167 with :
168168 tag_name : ${{ steps.version.outputs.tag }}
169169 name : ${{ steps.version.outputs.tag }}
Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout
43- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
43+ uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
4444
4545 - name : Prepare test artifact
4646 id : artifact
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
18+ - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
1919
2020 - name : Run unit tests
2121 run : bash test/run_tests.sh
You can’t perform that action at this time.
0 commit comments