File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 timeout-minutes : 30
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
36+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3737
3838 # Fast static gate (no Agda): enforce the EchoKernel funext-free
3939 # certificate and that every Echo*.agda is classified in
@@ -165,7 +165,7 @@ jobs:
165165 timeout-minutes : 30
166166 steps :
167167 - name : Checkout
168- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
168+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
169169
170170 - name : Install Agda
171171 run : |
Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ jobs:
4141
4242 steps :
4343 - name : Checkout
44- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
44+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4545
4646 - name : Initialize CodeQL
47- uses : github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v3
47+ uses : github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3
4848 with :
4949 languages : ${{ matrix.language }}
5050 build-mode : ${{ matrix.build-mode }}
5151
5252 - name : Perform CodeQL Analysis
53- uses : github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v3
53+ uses : github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3
5454 with :
5555 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 4949
5050 steps :
5151 - name : Checkout repository
52- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
52+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5353 with :
5454 fetch-depth : 0 # Full history for better pattern analysis
5555
@@ -244,7 +244,7 @@ jobs:
244244 always() &&
245245 (github.event_name != 'pull_request' ||
246246 github.event.pull_request.head.repo.fork != true)
247- uses : github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a # v3.28.1
247+ uses : github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3.28.1
248248 with :
249249 sarif_file : hypatia.sarif
250250 # Distinct category so Hypatia results coexist with CodeQL's
Original file line number Diff line number Diff line change 1919 image : ghcr.io/stefan-hoeck/idris2-pack@sha256:f0758996a931fb35d9ecb1de273c4d59dabe2a09b433afc7e357f65a08b7e1ff
2020 steps :
2121 - name : Checkout Site
22- uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
22+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2323 - name : Checkout Ddraig SSG
24- uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
24+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2525 with :
2626 repository : hyperpolymath/ddraig-ssg
2727 path : .ddraig-ssg
3838 fi
3939 ./.ddraig-ssg/build/exec/ddraig build src _site https://hyperpolymath.github.io/${GITHUB_REPOSITORY#*/}
4040 - name : Upload artifact
41- uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
41+ uses : actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
4242 with :
4343 path : ' _site'
4444 deploy :
5151 steps :
5252 - name : Deploy to GitHub Pages
5353 id : deployment
54- uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
54+ uses : actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0
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@c50dc4cc848ade21f848990889906d804fae78c5 # pinned
18+ uses : dawidd6/action-send-mail@12335b969ae3fb71bee5f2c6b829744261aec34c # pinned
1919 with :
2020 server_address : ${{ secrets.SMTP_HOST }}
2121 server_port : ${{ secrets.SMTP_PORT }}
You can’t perform that action at this time.
0 commit comments