This repository was archived by the owner on Jul 21, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v6.0.1
20+ - uses : actions/checkout@4f1f4aec02e41874fa0262ea8ff5172d7978ad1e # v6.0.1
2121
2222 - name : Setup Deno
2323 uses : denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282 # v2
4141 runs-on : ubuntu-latest
4242
4343 steps :
44- - uses : actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v6.0.1
44+ - uses : actions/checkout@4f1f4aec02e41874fa0262ea8ff5172d7978ad1e # v6.0.1
4545
4646 - name : Setup Deno
4747 uses : denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282 # v2
@@ -56,10 +56,10 @@ jobs:
5656 runs-on : ubuntu-latest
5757
5858 steps :
59- - uses : actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v6.0.1
59+ - uses : actions/checkout@4f1f4aec02e41874fa0262ea8ff5172d7978ad1e # v6.0.1
6060
6161 - name : Initialize CodeQL
62- uses : github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v3
62+ uses : github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v3
6363 with :
6464 languages : javascript
6565
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Send push notification email
18- uses : dawidd6/action-send-mail@6e502825a508b867ab2954ad6343b68787624c01 # pinned
18+ uses : dawidd6/action-send-mail@994f270325d4f7257aff241a35488ef54ba364a4 # pinned
1919 with :
2020 server_address : ${{ secrets.SMTP_HOST }}
2121 server_port : ${{ secrets.SMTP_PORT }}
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v6.0.1
19+ - uses : actions/checkout@4f1f4aec02e41874fa0262ea8ff5172d7978ad1e # v6.0.1
2020
2121 - name : Setup Deno
2222 uses : denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282 # v2
Original file line number Diff line number Diff line change 2323 permissions :
2424 contents : read
2525 steps :
26- - uses : actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v6.0.2
26+ - uses : actions/checkout@4f1f4aec02e41874fa0262ea8ff5172d7978ad1e # v6.0.2
2727
2828 - name : Check for TypeScript
2929 run : |
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v6.0.1
25+ uses : actions/checkout@4f1f4aec02e41874fa0262ea8ff5172d7978ad1e # v6.0.1
2626
2727 - name : Check SPDX Headers
2828 run : |
7373 echo "$unpinned"
7474 echo ""
7575 echo "Replace version tags with SHA pins, e.g.:"
76- echo " uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v4.1.1"
76+ echo " uses: actions/checkout@4f1f4aec02e41874fa0262ea8ff5172d7978ad1e # v4.1.1"
7777 exit 1
7878 fi
7979 echo "All actions are SHA-pinned"
You can’t perform that action at this time.
0 commit comments