File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 sanitizer : [address]
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
19+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2020
2121 - name : Build Fuzzers (${{ matrix.sanitizer }})
2222 id : build
Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ jobs:
3636
3737 steps :
3838 - name : Checkout
39- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
39+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4040
4141 - name : Initialize CodeQL
42- uses : github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v3.28.1
42+ uses : github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3.28.1
4343 with :
4444 languages : ${{ matrix.language }}
4545 build-mode : ${{ matrix.build-mode }}
4646
4747 - name : Perform CodeQL Analysis
48- uses : github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v3.28.1
48+ uses : github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3.28.1
4949 with :
5050 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 timeout-minutes : 15
2020 steps :
21- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
21+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222 - name : Enforce language policies
2323 run : |
2424 # Block new Python files (except SaltStack)
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 3737 name : Coq — CNO + OND (14 theories)
3838 runs-on : ubuntu-24.04
3939 steps :
40- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4
40+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
4141 - name : Install Coq
4242 run : sudo apt-get update && sudo apt-get install -y coq
4343 - name : Build all theories via coq_makefile
5353 runs-on : ubuntu-24.04
5454 timeout-minutes : 25
5555 steps :
56- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4
56+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
5757 - name : Install Agda (binary only)
5858 # Install just the `agda` binary (2.6.3 on 24.04). NOT `agda-stdlib` —
5959 # the Ubuntu stdlib package ships no usable library manifest; we fetch a
8282 name : Z3 — CNO + OND bounded checks
8383 runs-on : ubuntu-24.04
8484 steps :
85- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4
85+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
8686 - name : Install Z3
8787 run : sudo apt-get update && sudo apt-get install -y z3
8888 - name : Run Z3 checks
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 id-token : write # mint the OIDC token the attestation is signed with
2121 attestations : write # write the build-provenance attestation (the "claim")
2222 steps :
23- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4
23+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
2424
2525 - name : Log in to GitHub Container Registry
26- uses : docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v3
26+ uses : docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v3
2727 with :
2828 registry : ghcr.io
2929 username : ${{ github.actor }}
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