File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,17 +19,17 @@ jobs:
1919 runs-on : ubuntu-24.04
2020 steps :
2121 - name : Checkout code
22- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
22+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2323 with :
2424 persist-credentials : false
2525
2626 - name : Set up Python
27- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
27+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
2828 with :
2929 python-version-file : " .python-version"
3030
3131 - name : Install uv
32- uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
32+ uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
3333 with :
3434 version : " latest"
3535 enable-cache : true
@@ -58,12 +58,12 @@ jobs:
5858 runs-on : ubuntu-24.04
5959 steps :
6060 - name : Checkout code
61- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
61+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6262 with :
6363 persist-credentials : false
6464
6565 - name : Set up Node.js
66- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
66+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
6767 with :
6868 node-version : " 22.22"
6969
9494 runs-on : ubuntu-24.04
9595 steps :
9696 - name : Checkout code
97- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
97+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9898 with :
9999 persist-credentials : false
100100
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout code
24- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
24+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2525 with :
2626 persist-credentials : false
2727
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 check :
1313 runs-on : ubuntu-24.04
1414 steps :
15- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
15+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1616 with :
1717 persist-credentials : false
1818 - run : corepack enable pnpm
19- - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
19+ - uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
2020 with :
2121 node-version : " 22"
2222
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 check :
1818 runs-on : ubuntu-24.04
1919 steps :
20- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
20+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2121 with :
2222 persist-credentials : false
23- - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
23+ - uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
2424 with :
2525 python-version-file : .python-version
26- - uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
26+ - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
2727
2828 - name : Format license list
2929 run : |
Original file line number Diff line number Diff line change 1111 check :
1212 runs-on : ubuntu-24.04
1313 steps :
14- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
14+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1515 with :
1616 persist-credentials : false
1717
2020 { echo '[licenses]'; echo 'allow = ['; sed 's/.*/"&",/' .github/allowed-licenses.txt; echo ']'; } \
2121 > osprey_coordinator/deny.toml
2222
23- - uses : EmbarkStudios/cargo-deny-action@bb137d7af7e4fb67e5f82a49c4fce4fad40782fe # v2.0.20
23+ - uses : EmbarkStudios/cargo-deny-action@3c6349835b2b7b196a839186cb8b78e02f7b5f25 # v2.1.1
2424 with :
2525 command : check licenses
2626 manifest-path : osprey_coordinator/Cargo.toml
Original file line number Diff line number Diff line change 4545 steps :
4646 # inputs.ref is only set for manual backfills; push-to-main and tag-push events
4747 # default to the triggering ref automatically
48- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
48+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4949 with :
5050 persist-credentials : false
5151 ref : ${{ inputs.ref }}
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Checkout repository
35- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
35+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3636 with :
3737 persist-credentials : false
3838
4141
4242 - name : Log in to GitHub Container Registry
4343 if : github.event_name != 'pull_request'
44- uses : docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
44+ uses : docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
4545 with :
4646 registry : ${{ env.REGISTRY }}
4747 username : ${{ github.actor }}
Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ jobs:
1111 contents : write
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
14+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1515 with :
1616 persist-credentials : false
1717
1818 - name : Set up Python
19- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
19+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
2020 with :
2121 python-version-file : " .python-version"
2222
2323 - name : Install uv
24- uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
24+ uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
2525 with :
2626 version : " latest"
2727 enable-cache : false
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
2222 actions : read
2323 steps :
2424 - name : Checkout repository
25- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
25+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2626 with :
2727 persist-credentials : false
2828
2929 - name : Run zizmor
30- uses : zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7
30+ uses : zizmorcore/zizmor-action@6fc4b006235f201fdab3722e17240ab420d580e5 # v0.6.1
3131 with :
3232 version : " 1.25.2"
3333 # only upload to github advanced security on `main`.
You can’t perform that action at this time.
0 commit comments