File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2222
2323 - name : Setup Go
2424 uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
Original file line number Diff line number Diff line change 3333 - ubuntu-latest
3434 name : Generate and format
3535 steps :
36- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
36+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3737 - run : make toc-update && git diff --exit-code
Original file line number Diff line number Diff line change 1212 permissions :
1313 contents : read
1414 steps :
15- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1616 - uses : devops-actions/actionlint@9fb9c192862f19e684586ca84b500461bcd8a541 # v0.1.12
Original file line number Diff line number Diff line change 2020 working-directory : clients/python/agentic-sandbox-client
2121
2222 steps :
23- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424 with :
2525 fetch-depth : 0 # Important: Fetches all history and tags for setuptools-scm
2626
4848 working-directory : clients/python/agentic-sandbox-client
4949
5050 steps :
51- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
51+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5252 with :
5353 fetch-depth : 0 # Fetch full history and tags for setuptools-scm during build
5454
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout agent-sandbox
36- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # ratchet:actions/checkout@v6.0.2
36+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # ratchet:actions/checkout@v6.0.3
3737 with :
3838 fetch-depth : 0
3939 # To ensure pushing the tag during the workflow has the permission to trigger the PyPI publish workflow.
8686
8787 steps :
8888 - name : Checkout agent-sandbox
89- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # ratchet:actions/checkout@v6.0.2
89+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # ratchet:actions/checkout@v6.0.3
9090 with :
9191 fetch-depth : 0
9292 token : ${{ secrets.GH_AUTOMATION_PAT }}
@@ -209,7 +209,7 @@ jobs:
209209
210210 steps :
211211 - name : Checkout
212- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # ratchet:actions/checkout@v6.0.2
212+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # ratchet:actions/checkout@v6.0.3
213213 with :
214214 ref : refs/tags/${{ needs.promote-images.outputs.new_tag }}
215215 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments