1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2121
2222 - name : Bootstrap
2323 uses : ./.github/actions/bootstrap
3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout repository
35- uses : actions/checkout@v4
35+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
3636
3737 - name : Bootstrap
3838 uses : ./.github/actions/bootstrap
4747 run : git restore README.md
4848
4949 - name : Upload artifacts
50- uses : actions/upload-artifact@v4
50+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5151 with :
5252 name : urdf-usd-converter-dist-${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.number) || format('{0}', github.ref_name) }}
5353 path : dist/
@@ -65,13 +65,13 @@ jobs:
6565 runs-on : ${{ matrix.os }}
6666 steps :
6767 - name : Checkout repository
68- uses : actions/checkout@v4
68+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
6969
7070 - name : Bootstrap
7171 uses : ./.github/actions/bootstrap
7272
7373 - name : Download artifacts
74- uses : actions/download-artifact@v4
74+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
7575 with :
7676 name : urdf-usd-converter-dist-${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.number) || format('{0}', github.ref_name) }}
7777 path : dist/
8080 run : uv run --group dev poe test-ci
8181
8282 - name : Upload report artifacts
83- uses : actions/upload-artifact@v4
83+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8484 with :
8585 name : urdf-usd-converter-coverage-${{ matrix.os }}-${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.number) || format('{0}', github.ref_name) }}
8686 include-hidden-files : true
@@ -90,13 +90,13 @@ jobs:
9090
9191 - name : Upload test results to Codecov
9292 if : ${{ !cancelled() }}
93- uses : codecov/test-results-action@v1
93+ uses : codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2.1
9494 with :
9595 files : ${{ github.workspace }}/.results.xml
9696 token : ${{ secrets.CODECOV_TOKEN }}
9797
9898 - name : Upload coverage reports to Codecov
99- uses : codecov/codecov-action@v4
99+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
100100 with :
101101 files : ${{ github.workspace }}/.coverage.xml
102102 flags : unittests
@@ -115,15 +115,15 @@ jobs:
115115 runs-on : ${{ matrix.os }}
116116 steps :
117117 - name : Checkout repository
118- uses : actions/checkout@v4
118+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
119119
120120 - name : Bootstrap
121121 uses : ./.github/actions/bootstrap
122122 with :
123123 enable-uv-cache : ' false'
124124
125125 - name : Download artifacts
126- uses : actions/download-artifact@v4
126+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
127127 with :
128128 name : urdf-usd-converter-dist-${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.number) || format('{0}', github.ref_name) }}
129129 path : dist/
@@ -172,7 +172,7 @@ jobs:
172172 id-token : write
173173 steps :
174174 - name : Download wheel and source tarball
175- uses : actions/download-artifact@v4
175+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
176176 with :
177177 name : urdf-usd-converter-dist-${{ github.ref_name }}
178178 path : dist/
0 commit comments